Gravity (small g) measurement data processing framework written in Python.
The goal of the gMeterPy is to create an open source software to process raw data from all types of gravimeters.
The project is in the early planning and development stage.
gMeterPy is an open source and free Python library for processing measurement data from gravimeters, which are used for gravity field surveys in geodesy, geophysics and other branches of Earth and planetary sciences. The main intention is to go as deep as possible in processing raw data from scratch, as well as to support all types of instruments, corrections, common file formats and processing procedures.
You will need Python 3.5 or greater.
To install gMeterPy
simply use pip
as usual:
pip install https://github.com/opengrav/gmeterpy/archive/master.zip
Or clone the git repository locally and run:
git clone https://github.com/opengrav/gmeterpy.git
cd gmeterpy
pip install .
There are many ways you can contribute! Please read CONTRIBUTING.rst to see how you can help and give feedback.
Please note also that gMeterPy is released with a Code of Conduct (see CODE_OF_CONDUCT.md). By participating in this project you agree that you will follow all its terms.
This project is licensed under the MIT license. Please see LICENSE.txt for details.