Metadata-Version: 2.4
Name: emiproc
Version: 2.4.1
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: dask
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"
Requires-Dist: ipython; extra == "doc"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# Emiproc

[![DOI](https://joss.theoj.org/papers/10.21105/joss.07509/status.svg)](https://doi.org/10.21105/joss.07509)
[![ReadTheDocs](https://readthedocs.org/projects/emiproc/badge/?version=master)](emiproc.readthedocs.io)


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


## References 

If you use emiproc, please cite our paper: [https://doi.org/10.21105/joss.07509](https://doi.org/10.21105/joss.07509)


