Skip to main content

Python Geophysical Modelling and Interpretation

Project description

PyGMI stands for Python Geophysical Modelling and Interpretation. It is a modelling and interpretation suite aimed at magnetic, gravity and other datasets.

PyGMI is developed at the Council for Geoscience (Geological Survey of South Africa).

It includes:

  • Magnetic and Gravity 3D forward modelling

  • Cluster Analysis

  • Routines for cutting, reprojecting and doing simple modifications to data

  • Convenient display of data using pseudo-color, ternary and sunshaded representation.

  • It is released under the Gnu General Public License version 3.0

The PyGMI Wiki pages, include installation and full usage!

The latest release version can be found here.

If you have any comments or queries, you can contact the author either through GitHub or via email at pcole@geoscience.org.za

Requirements

PyGMI will run on both Windows and Linux. It should be noted that the main development is done in Python 3.5 on Windows.

PyGMI is developed and has been tested with the following libraries in order to function:

  • python 3.5.4

  • cycler 0.10.0

  • GDAL 2.1.4

  • llvmlite 0.19.0

  • matplotlib 2.0.2

  • numba 0.34.0

  • numexpr 2.6.2

  • numpy 1.13.1

  • pillow 4.2.1

  • pip 9.0.1

  • pyopengl 3.1.1

  • pyparsing 2.2.0

  • pyqt5 5.9

  • python_dateutil 2.6.1

  • pytz 2017.2

  • scipy 0.19.1

  • scikit_learn 0.18.2

  • setuptools 36.2.7

  • sip 4.19.3

  • six 1.10.0

Windows Users

You may need to install some dependencies using downloaded binaries, because of compilation requirements. Therefore, if you do get an error, you can try installing precompiled binaries before installing PyGMI.

Examples of binaries you may need to get are:

  • numexpr

  • numba

  • llvmlite

  • GDAL

They can be obtained from the website by Christoph Gohlke.

You may also need to install the Microsoft Visual C++ 2015 Redistributable.

Linux

Linux normally comes with python installed, but the additional libraries will still need to be installed. One convenient option is to install the above libraries through Anaconda Python.

Anaconda

Anaconda users are advised not to use pip since it can break PyQt5. Instead, you can install anaconda3 using the regular method, and then:

conda update –all conda install numba=0.42.1 conda install scipy conda install pyopengl conda install gdal conda install scikit-learn conda install pandas conda install matplotlib conda install numexpr conda install numpy conda install pillow conda install setuptools

Please notice the version of numba. Older versions can cause PyGMI to crash on startup.

Alternatively if you use environments you can simply use the following command:

conda create -n pygmi2 scipy numba=0.42.1 gdal pandas matplotlib numexpr numpy setuptools pillow pyopengl scikit-learn

Once this is done, download pygmi, extract it to a directory, and run it from its root directory with the following command:

python quickstart.py

Project details


Download files

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

Source Distribution

pygmi-2.4.3.0.tar.gz (495.8 kB view hashes)

Uploaded Source

Built Distribution

pygmi-2.4.3.0-py3-none-any.whl (554.1 kB view hashes)

Uploaded Python 3

Supported by

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