GeophPy: Tools for sub-surface geophysical survey data processing¶
GeophPy is an open source python package that offers tools for sub-surface geophysical survey data processing.
It mainly focuses on ground surveys data and offers tools to process the data and create geophysical maps that can be imported to GIS softwares.
GeophPy contains general tools, such as data destaggering, destriping and method-specific tools, such as reduction to the pole or magnetic data continuation.
Main Features¶
Build dataset from one or severals data files.
Display geophysical maps in 2-D or 3-D.
Processing datasets with general or method-specific geophysical processing step.
Export processed datasets into georeferenced format compatible with any GIS.
Compatible with Python 3.x.
The full on-line documentation can be found at: Temporarily unavailable
The full pdf documentation can be found at: https://www.archeorient.mom.fr/sites/archeorient.mom.fr/files/docs/Recherche/GeophPy-v0.32.pdf
Installing¶
GeophPy is distributed on the PyPI repository and you can install it using pip.
>>> pip install geophpy
>>> or
>>> python -m pip install geophpy
See the package documentation for more details.
Feedback & Contribute¶
Your feedback is more than welcome.
If you would like to give a feedback or help improve this project, simply send an e-mail to: lionel.darras@mom.fr or quentin.vitale@eveha.fr
Links¶
Package
On-line pdf documentation: https://www.archeorient.mom.fr/sites/archeorient.mom.fr/files/docs/Recherche/GeophPy-v0.32.pdf
PyPI repository: https://pypi.org/project/GeophPy/
GUI
WuMapPy on-line pdf documentation: https://www.archeorient.mom.fr/sites/archeorient.mom.fr/files/docs/Recherche/WuMapPy-v0.32.pdf
WuMapPy PyPI repository: https://pypi.org/project/WuMapPy
General informations
Getting started
Feature overview