Home - GeosoftInc/gxpy GitHub Wiki

Python Packages

The GX API for Python is provided in two packages:

geosoft.gxapi

The geosoft.gxapi package exposes the full low-level library of functions available to all languages.

geosoft.gxpy

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