Metadata-Version: 1.2
Name: pygeoid
Version: 0.0.1
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
Description-Content-Type: UNKNOWN
Description: pygeoid
        =======
        
        .. image:: https://travis-ci.org/ioshchepkov/pygeoid.svg?branch=master
            :target: https://travis-ci.org/ioshchepkov/pygeoid
        
        .. image:: https://coveralls.io/repos/github/ioshchepkov/pygeoid/badge.svg?branch=master
            :target: https://coveralls.io/github/ioshchepkov/pygeoid?branch=master
        
        .. 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
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.4
