Python Packages

The GX API for Python has two packages:

  1. geosoft.gxapi exposes the full low-level library of functions available to all languages.
  2. geosoft.gxpy is a set of modules that provide a simpler Pythonic abstraction of key parts of the underlying geosoft.gxapi. The geosoft.gxpy source code provides a good reference for how to work with the low-level geosoft.gxapi modules.