Skip to content
serban-seeq edited this page Dec 4, 2023 · 25 revisions

Python Packages

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.

Reference

Original Python Tutorial for GX Developer

Jupyter Notebooks

Geosoft Python Documentation

Tests