Metadata-Version: 2.1
Name: pygeoid
Version: 0.0.3
Summary: Local gravity field modelling with Python
Home-page: https://github.com/ioshchepkov/pygeoid
Author: Ilya Oshchepkov
Author-email: ilya.oshchepkov@gmail.com
License: MIT
Keywords: geodesy,gravimetry,geoid
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.5
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyproj
Requires-Dist: pint
Requires-Dist: pyshtools
Requires-Dist: joblib

pygeoid
=======

.. image:: https://img.shields.io/pypi/v/pygeoid.svg
    :target: https://pypi.org/project/pygeoid/

.. image:: https://travis-ci.org/ioshchepkov/pygeoid.svg
    :target: https://travis-ci.org/ioshchepkov/pygeoid

.. image:: https://coveralls.io/repos/github/ioshchepkov/pygeoid/badge.svg
    :target: https://coveralls.io/github/ioshchepkov/pygeoid

.. image:: https://readthedocs.org/projects/pygeoid/badge/?version=latest
    :target: http://pygeoid.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

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.

Install
-------

To install ``pygeoid`` simply use ``pip`` as usual: 

.. code:: bash

    pip install pygeoid

Documentation
-------------

Full documentation is available at https://pygeoid.readthedocs.io

License
-------

This project is licensed under the MIT License - see the LICENSE.txt file for details



