https://github.com/C2SM-RCM/emiproc
Processing emissions: from any inventory to any model
https://github.com/C2SM-RCM/emiproc
atmospheric-modelling atmospheric-science edgar-database emissions emissions-inventory environement modeling netcdf python wrf-chem
Last synced: about 2 months ago
JSON representation
Processing emissions: from any inventory to any model
- Host: GitHub
- URL: https://github.com/C2SM-RCM/emiproc
- Owner: C2SM-RCM
- License: bsd-3-clause
- Created: 2019-06-14T06:37:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-31T08:58:33.000Z (2 months ago)
- Last Synced: 2025-11-13T05:03:50.516Z (about 2 months ago)
- Topics: atmospheric-modelling, atmospheric-science, edgar-database, emissions, emissions-inventory, environement, modeling, netcdf, python, wrf-chem
- Language: Python
- Homepage:
- Size: 43.1 MB
- Stars: 12
- Watchers: 1
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - Emiproc - A Python package for generating emission input files from diverse inventories and grids, adaptable to various atmospheric transport models, including COSMO-ART and ICON-ART. (Emissions / Emission Observation and Modeling)
README
# Emiproc
**Python package for processing emission datasets and preparing them for atmospheric transport models.**
[](https://doi.org/10.21105/joss.07509)
[](emiproc.readthedocs.io)

`emiproc` helps scientists convert, process, and prepare gridded emissions datasets
for atmospheric modeling, data visualization, and scientific deliverables.
If you need to prepare emissions for a model and you don't want to get
a headache with regridding, sector conversion or temporal distributions,
`emiproc` is for you.
## 📦 Installation
```bash
pip install emiproc
```
## 📚 Documentation
For a quick start we recommend [the EDGAR tutorial](https://emiproc.readthedocs.io/en/master/tutos/edgar_processing.html#EDGAR-Inventory-Processing)
Full documentation: https://emiproc.readthedocs.io .
### 💨 Supported Models
* [ICON-ART](https://www.icon-art.kit.edu/)
* [WRF-Chem](https://www2.acom.ucar.edu/wrf-chem)
* [GRAMM-GRAL](https://gral.tugraz.at/)
* [NetCDF](https://emiproc.readthedocs.io/en/master/api/exports.html#emiproc.exports.rasters.export_raster_netcdf)
### 🌍 Suported Inventories
* [EDGAR](https://edgar.jrc.ec.europa.eu/) – Global anthropogenic emissions
* [TNO](https://airqualitymodeling.tno.nl/emissions/) – European emissions
* [GFAS](https://atmosphere.copernicus.eu/global-fire-emissions) – Fire emissions
* [GFED](https://www.globalfiredata.org/) – Global fire emissions
### 🏭 Emission Models
* [VPRM](https://doi.org/10.1029/2006GB002735) - Vegetation
* [HDD](https://en.wikipedia.org/wiki/Heating_degree_day) - Domestic Heating
* [Human Respiration](https://emiproc.readthedocs.io/en/master/api/models.html#module-emiproc.human_respiration)
## 🙋 Need help or want to contribute?
If you’d like to support a new model, emission inventory, or temporal profile, feel free to
[open an issue](https://github.com/C2SM-RCM/emiproc/issues) to start a discussion.
We're happy to help and collaborate!
## 🪪 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` in your research or project,
please cite the following publication:
> Lionel et al., (2025).
> Emiproc: A Python package for emission inventory processing.
> Journal of Open Source Software, 10(105), 7509
> [https://doi.org/10.21105/joss.07509](https://doi.org/10.21105/joss.07509)