Metadata-Version: 2.1
Name: emiproc
Version: 2.2.2
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: dev
Requires-Dist: black ; extra == 'dev'
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'

# 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 .

## Installation 

`emiproc` can be installed with pip:

```
pip install emiproc
```

## 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
