-
Notifications
You must be signed in to change notification settings - Fork 30
Home
Serban Marin edited this page Jun 14, 2024
·
26 revisions
The GX API for Python is provided in two packages:
The geosoft.gxapi package exposes the full low-level library of functions available to all languages.
The geosoft.gxpy package is a set of modules that provide a simpler Pythonic abstraction of key parts of the underlying geosoft.gxapi. The coding of the geosoft.gxpy modules also provides a good reference for how to work with the low-level geosoft.gxapi modules.
Geosoft GX Developer