Local gravity field modelling with Python.
The main purpose of the package is to realise common algorithms and methods in physical geodesy for the local gravity field modelling.
The project is in the early planning and development stage.
To install pygeoid
simply use pip
as usual:
pip install pygeoid
Alternatively, you can use pip
to install the latest version of the source code from GitHub:
pip install --upgrade git+https://github.com/ioshchepkov/pygeoid
Full documentation is available at https://pygeoid.readthedocs.io
Please note that PyGeoid 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 - see the LICENSE.txt file for details