All Projects → GeosoftInc → gxpy

GeosoftInc / gxpy

Licence: BSD-2-Clause license
Python for Geosoft GX Developer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gxpy

rastercube
rastercube is a python library for big data analysis of georeferenced time series data (e.g. MODIS NDVI)
Stars: ✭ 15 (-31.82%)
Mutual labels:  geospatial
georaster-layer-for-leaflet
Display GeoTIFFs and soon other types of raster on your Leaflet Map
Stars: ✭ 168 (+663.64%)
Mutual labels:  geospatial
python-for-gis-progression-path
Progression path for a GIS analyst who wants to become proficient in using Python for GIS: from apprentice to guru
Stars: ✭ 98 (+345.45%)
Mutual labels:  geospatial
wms
WMS/WMTS server for Node.js
Stars: ✭ 60 (+172.73%)
Mutual labels:  geospatial
GMT.jl
Generic Mapping Tools Library Wrapper for Julia
Stars: ✭ 148 (+572.73%)
Mutual labels:  geospatial
leafmap
A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
Stars: ✭ 1,299 (+5804.55%)
Mutual labels:  geospatial
disba
Numba-accelerated computation of surface wave dispersion
Stars: ✭ 66 (+200%)
Mutual labels:  geosciences
wordpress-geo-mashup
Official repository for Geo Mashup, the plugin that makes WordPress into a GeoCMS. Documentation:
Stars: ✭ 60 (+172.73%)
Mutual labels:  geospatial
jpn-atlas
TopoJSONフォーマットの日本の国、都道府県、市区町村の境界データ。Japanese municipality and prefecture boundary data in topojson format.
Stars: ✭ 17 (-22.73%)
Mutual labels:  geospatial
geoscript-py
A Python GeoScript Implementation
Stars: ✭ 52 (+136.36%)
Mutual labels:  geospatial
cogviewer
Simple Cloud Optimized GeoTIFF viewer.
Stars: ✭ 21 (-4.55%)
Mutual labels:  geospatial
EarthSim
Tools for working with and visualizing environmental simulations.
Stars: ✭ 61 (+177.27%)
Mutual labels:  geospatial
eodag
Earth Observation Data Access Gateway
Stars: ✭ 183 (+731.82%)
Mutual labels:  geospatial
geoflow
R engine to orchestrate and run (meta)data workflows
Stars: ✭ 28 (+27.27%)
Mutual labels:  geospatial
pyturf
A modular geospatial engine written in python
Stars: ✭ 15 (-31.82%)
Mutual labels:  geospatial
invest
InVEST: models that map and value the goods and services from nature that sustain and fulfill human life.
Stars: ✭ 71 (+222.73%)
Mutual labels:  geospatial
java-crud-api
No description or website provided.
Stars: ✭ 24 (+9.09%)
Mutual labels:  geospatial
ArcRasterRescue
Extract raster data from ArcGIS/ESRI formats
Stars: ✭ 56 (+154.55%)
Mutual labels:  geospatial
jsfiddle-github
JSFiddle implementation for interactive JavaScript examples.
Stars: ✭ 16 (-27.27%)
Mutual labels:  geospatial
whiteboxgui
An interactive GUI for WhiteboxTools in a Jupyter-based environment
Stars: ✭ 94 (+327.27%)
Mutual labels:  geospatial

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

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 that is documented as part of the 9.3 release.

Python Packages

Also see the Geosoft organization on Github for the other programming language specific repos.

Quick Start

Configuration

See Python Configuration Menu 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 2022.1 as follows (you must have the Geosoft Desktop 2022.1 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 2022.1. While we recommend that older scripts be updated to conform to the 2022.1 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 'py36_gx20212' for Python 3.6 and the GX API version 2021.2 or 'py37_gx20221' for Python 3.7 and GX Developer 2022.1. 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 2022.1 supports Python 3.6, 3.7, 3.8 and 3.9.
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. Core functionality exposed by the GX API may have additional license implications. For more information consult the License page in the GX Developer Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].