Processing gravity measurements with Python
Project description
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.
About
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.
Install
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 .
Contributing
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.
License
This project is licensed under the MIT license. Please see LICENSE.txt for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.