Metadata-Version: 2.1
Name: pyaerocom
Version: 0.13.0
Summary: pyaerocom model evaluation software
Home-page: https://github.com/metno/pyaerocom
Author: MET Norway
License: GPLv3
Project-URL: Bug Tracker, https://github.com/metno/pyaerocom/issues
Project-URL: Documentation, https://pyaerocom.readthedocs.io
Project-URL: Source Code, https://github.com/metno/pyaerocom
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: xarray (>=0.16.0)
Requires-Dist: matplotlib (>=3.0.1)
Requires-Dist: scipy (>=1.1.0)
Requires-Dist: pandas (>=0.23.0)
Requires-Dist: seaborn (>=0.8.0)
Requires-Dist: geonum
Requires-Dist: LatLon23
Requires-Dist: SRTM.py
Requires-Dist: numpy (>=0.12.0)
Requires-Dist: simplejson
Requires-Dist: requests
Requires-Dist: reverse-geocode
Requires-Dist: tqdm
Requires-Dist: openpyxl
Requires-Dist: geojsoncontour
Requires-Dist: typer (>=0.4.0)
Requires-Dist: cf-units (!=3.0.1.post0) ; python_version == "3.10.*"
Provides-Extra: docs
Requires-Dist: sphinx (>=4.2.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Provides-Extra: format
Requires-Dist: black (==22.3.0) ; extra == 'format'
Requires-Dist: isort ; extra == 'format'
Provides-Extra: lint
Requires-Dist: mypy (>=0.910) ; extra == 'lint'
Requires-Dist: types-requests ; extra == 'lint'
Requires-Dist: types-setuptools ; extra == 'lint'
Requires-Dist: types-simplejson ; extra == 'lint'
Requires-Dist: pylint (>=2.9) ; extra == 'lint'
Requires-Dist: pycodestyle (>=2.8) ; extra == 'lint'
Requires-Dist: pydocstyle[toml] (>=6.1) ; extra == 'lint'
Provides-Extra: proj-legacy
Requires-Dist: cartopy (!=0.20.*,>=0.16.0) ; extra == 'proj-legacy'
Requires-Dist: scitools-iris (!=3.2.*,>=3.1.0) ; extra == 'proj-legacy'
Provides-Extra: proj8
Requires-Dist: cartopy (>=0.20) ; extra == 'proj8'
Requires-Dist: scitools-iris (>=3.2) ; extra == 'proj8'
Provides-Extra: test
Requires-Dist: pytest (>=6.0) ; extra == 'test'
Requires-Dist: pytest-dependency ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: packaging ; extra == 'test'

|CI| |Docs| |Coverage|

=========
pyaerocom
=========

**Website and Documentation:** https://pyaerocom.readthedocs.io/en/latest/

**Installation:** https://pyaerocom.readthedocs.io/en/latest/install.html  

**Tutorials:** https://pyaerocom.readthedocs.io/en/latest/pyaerocom-tutorials/index.html

**AeroCom:** https://aerocom.met.no

**AeroVal** evaluation portal: https://aeroval.met.no/

.. |CI| image:: https://github.com/metno/pyaerocom/workflows/CI/badge.svg
   :target: https://github.com/metno/pyaerocom/actions

.. |Docs| image:: https://readthedocs.org/projects/pyaerocom/badge/?version=latest
	 :target: https://pyaerocom.readthedocs.io/en/latest/?badge=latest
	 :alt: Documentation Status

.. |Coverage| image:: https://codecov.io/gh/metno/pyaerocom/branch/main-dev/graph/badge.svg?token=A0AdX8YciZ
    :target: https://codecov.io/gh/metno/pyaerocom

