Skip to main content

Geosoft GX API module for Python

Project description

# Geosoft GX for Python Repository

This is the repository for Seequent’s Geosoft GX Developer support for Python development. Refer to the documentation for more information.

[GX Developer documentation](https://geosoftgxdev.atlassian.net/wiki/display/GD/Python+in+GX+Developer)

From release 9.6, tutorials for various subjects are available as Jupyter Notebooks, and are added as subjects are developed. See the following github page for what is currently available:

https://github.com/GeosoftInc/gxpy/tree/master/examples/jupyter_notebooks/Tutorials (Select the branch that matches the GX Developer version you are working with.)

If you are new to GX Developer, refer to the [GX Developer tutorial](https://geosoftgxdev.atlassian.net/wiki/spaces/GXD93/pages/103153671/Python+Tutorial+for+Geosoft+GX+Developer) that is documented as part of the 9.3 release.

[Python Packages](https://github.com/GeosoftInc/gxpy/wiki)

Also see the [Geosoft organization on Github](https://github.com/GeosoftInc) for the other programming language specific repos.

Quick Start

### Configuration ###

See [Python Configuration Menu](https://github.com/GeosoftInc/gxpy/wiki/Python-menu-for-Geosoft-Desktop) to install a Python menu that simplifies Python configuration for an Oasis montaj installation.

To update an existing Python installation, load the Python menu from your User Menus and select Python > Configure Python… > update geosoft package.

If you encounter problems due to a non-standard installation you can also update Python manually (see below).Â

### Manual Configuration ###

Uninstall Geosoft from Python, then install version 9.6 as follows (you must have the Geosoft Desktop 9.6 platform installed).

` pip uninstall geosoft pip install geosoft `

Or, alternately:

` pip install geosoft --upgrade `

### Version Compatibility ### The base GX API, which is exposed to Python by the ___geosoft.gxapi___ module, is consistent across versions. This means that earlier versions of ___geosoft.pxpy___ will work with Geosoft Desktop 9.6. While we recommend that older scripts be updated to conform to the 9.6 API, should you need support for multiple versions of ___geosoft.gxpy___ you can create separate Anaconda Python environments for each version. For example, you might create an environment ___’py35_gx91’___ for Python 3.5 and the GX API version 9.1, ___’py36_gx92’___ for Python 3.6 and GX Developer 9.2 and ‘py36_gx96’ for GX Developer 9.6. If you do not depend on earlier versions of the GX Developer Python API it is best to use only the most recently released API.

Vesion 9.6 supports Python 3.6 and 3.7.  If you need Python 3.4 support, install geosoft version 9.2.1, which will work with both Geosoft Desktop versions 9.2 and 9.5, but will not contain any methods and classes introduced since version 9.2. If you need Python 3.5 support, install geosoft version 9.5, which will work with both Geosoft Desktop and redistributable versions 9.5 and 9.6, but will not contain any methods and classes introduced since version 9.6.

License

Any source code found here are released under the [BSD 2-clause license](https://github.com/GeosoftInc/gxpy/blob/master/LICENSE). Core functionality exposed by the GX API may have additional license implications. For more information consult the [License page in the GX Developer Wiki](https://geosoftgxdev.atlassian.net/wiki/spaces/GD/pages/2359406/License)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

geosoft-9.7.0-cp37-none-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.7Windows x86-64

geosoft-9.7.0-cp36-none-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.6Windows x86-64

geosoft-9.7.0-0-cp38-none-win_amd64.whl (4.4 MB view details)

Uploaded CPython 3.8Windows x86-64

File details

Details for the file geosoft-9.7.0-cp37-none-win_amd64.whl.

File metadata

  • Download URL: geosoft-9.7.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4

File hashes

Hashes for geosoft-9.7.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 d34f63784294475af0615c13692ae2243bf42e857d1475015152badd8c976b4f
MD5 9548194a7ce913f886aa63dd3fa12f7c
BLAKE2b-256 9fb6bb23326cea2bf59d82850b7cc703cb828f519a5e709cb373c874580267b8

See more details on using hashes here.

File details

Details for the file geosoft-9.7.0-cp36-none-win_amd64.whl.

File metadata

  • Download URL: geosoft-9.7.0-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4

File hashes

Hashes for geosoft-9.7.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 cea90d4f68855e1f9026be7b9ff02adca2bff6c0dd73481bf8f9f560e31394cd
MD5 b66b4d000af613e42bcf8681a3f992c7
BLAKE2b-256 c42ea35e96de0b81d18ee2ffba0e4f5e58ba65043bb9f9bc670891ebf7c043db

See more details on using hashes here.

File details

Details for the file geosoft-9.7.0-0-cp38-none-win_amd64.whl.

File metadata

  • Download URL: geosoft-9.7.0-0-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 4.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4

File hashes

Hashes for geosoft-9.7.0-0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b4fe0faf6989d23216e60c83f147016e0845ee6b06eeead67cfe8024c32775a7
MD5 c5b41963accbb8462365a784685b50f5
BLAKE2b-256 70ece471895120812fcc32be0827677e37f27c7dedf4cf8f4790bb47caaf188a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page