Metadata-Version: 2.4
Name: geonum
Version: 1.6.0
Summary: Toolbox for 3D geonumerical calculations and atmospheric composition
Author-email: Jonas Gliss <jonasgliss@gmail.com>
License: GPLv3+
Project-URL: Homepage, https://github.com/jgliss/geonum
Project-URL: Documentation, https://geonum.readthedocs.io/en/latest/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: LatLon23
Requires-Dist: SRTM.py
Requires-Dist: cartopy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: netcdf4; extra == "test"
Dynamic: license-file

|CI| |docs| |cov| |code-quality|

geonum: a python library for geo-numerical calculations
=========================================================

All you need to know: https://geonum.readthedocs.io/en/latest/

.. |CI| image:: https://github.com/jgliss/geonum/actions/workflows/CI.yml/badge.svg
    :target: https://github.com/jgliss/geonum/actions/

.. |docs| image:: https://readthedocs.org/projects/geonum/badge/?version=latest
    :target: https://geonum.readthedocs.io/en/latest/?badge=latest

.. |cov| image:: https://codecov.io/gh/jgliss/geonum/branch/main-dev/graph/badge.svg?token=802DAZA1W9
    :target: https://codecov.io/gh/jgliss/geonum

.. |code-quality| image:: https://www.codefactor.io/repository/github/jgliss/geonum/badge
   :target: https://www.codefactor.io/repository/github/jgliss/geonum
   :alt: Code quality
