Metadata-Version: 2.1
Name: emiproc
Version: 0.0.0
Summary: Emission Processing Tool
Author: Michael Jähn, Gerrit Kuhlmann, Qing Mu, Jean-Matthieu Haussaire, David Ochsner, Katherine Osterried, Valentin Clément, Joel Thanwerdas, Corina Keller, Erik Koene, Alessandro Bigi, Michael Steiner
Author-email: Lionel Constantin <lionel.constantin@empa.ch>, Dominik Brunner <dominik.brunner@empa.ch>
License: BSD-3-Clause
Keywords: emission,processing,inventory,cosmo,icon-art
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: geos
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: netCDF4
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: xarray>=2023.10
Requires-Dist: rasterio
Requires-Dist: pyogrio
Requires-Dist: pyyaml
Requires-Dist: fiona
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo; extra == "doc"
Requires-Dist: enum-tools; extra == "doc"
Requires-Dist: sphinx_toolbox; extra == "doc"
Requires-Dist: nbsphinx; extra == "doc"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"

# Emiproc

Python package for processing emission datasets and converting them
into netcdf rasters or inputs for transport models (ICON-ART, COSMO-ART, ...).

If interested in previous versions, please check the branches
dedicated to the previous releases.

## Documentation

The full documentation is hosted at https://emiproc.readthedocs.io .


## License

This work is licensed under a BSD-3-Clause licence. See the LICENSE file for details or https://opensource.org/license/bsd-3-clause
