https://github.com/opengrav/gmeterpy
Processing gravity measurements with Python
https://github.com/opengrav/gmeterpy
data-processing geodesy geophysics gravimetry gravity
Last synced: 5 months ago
JSON representation
Processing gravity measurements with Python
- Host: GitHub
- URL: https://github.com/opengrav/gmeterpy
- Owner: opengrav
- License: mit
- Created: 2019-02-24T11:08:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T20:30:14.000Z (over 2 years ago)
- Last Synced: 2025-09-23T23:54:33.666Z (9 months ago)
- Topics: data-processing, geodesy, geophysics, gravimetry, gravity
- Language: Python
- Homepage: https://gmeterpy.readthedocs.io
- Size: 70.3 KB
- Stars: 12
- Watchers: 1
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
========
gMeterPy
========
.. image:: http://img.shields.io/pypi/v/gmeterpy.svg
:target: https://pypi.python.org/pypi/gmeterpy
:alt: Latest version on PyPI
.. image:: https://img.shields.io/travis/opengrav/gmeterpy.svg
:target: https://travis-ci.org/opengrav/gmeterpy
:alt: TravisCI build status
.. image:: https://codecov.io/gh/opengrav/gmeterpy/branch/master/graph/badge.svg
:target: https://codecov.io/gh/opengrav/gmeterpy
:alt: Test coverage status
.. image:: https://img.shields.io/codacy/grade/2c08b4ce758f484e8ac0aafddbd6ada7.svg
:target: https://www.codacy.com/app/ioshchepkov/gmeterpy
:alt: Codacy grade
.. image:: https://img.shields.io/pypi/pyversions/gmeterpy.svg
:alt: Compatible Python versions
:target: https://pypi.python.org/pypi/gmeterpy
.. image:: https://readthedocs.org/projects/gmeterpy/badge/?version=latest
:target: https://gmeterpy.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/gitter/room/opengrav/gmeterpy.svg
:target: https://gitter.im/opengrav/gmeterpy
:alt: Chat room on Gitter
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:
.. code:: bash
pip install https://github.com/opengrav/gmeterpy/archive/master.zip
Or clone the git repository locally and run:
.. code:: bash
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.