Coupled and Integrated Emission Inventory for atmospheric research
Project description
CINEI - Coupled and Integrated Emission Inventory
A Python package for integrating global and regional anthropogenic emission inventories.
Installation
pip install cinei
Quick Start
import cinei
# Integrate CEDS and MEIC emissions
cinei.emis_union(
ceds_dir='/path/to/ceds',
meic_dir='/path/to/meic',
save_dir='/path/to/output',
spec_ceds='SO2',
spec_meic='SO2',
mon='Jan',
mon_id=0,
mon_agg='01',
year='2017'
)
# Visualize results
cinei.plot_emission_map('/path/to/output/file.nc', variable='sum')
Citation
Zhang, Y.: CINEI V1.1, https://doi.org/10.5281/zenodo.15000795, 2025.
Author
Yijuan Zhang, University of Bremen / IUP
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cinei-2.0.0.tar.gz
(5.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cinei-2.0.0-py3-none-any.whl
(6.6 kB
view details)
File details
Details for the file cinei-2.0.0.tar.gz.
File metadata
- Download URL: cinei-2.0.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcf8fa60cbe57b8bed6d74b4783dfd8dec5fd1ab600a509ee28c522a5c57f292
|
|
| MD5 |
edba2d61e87162d64f683d5866199ab2
|
|
| BLAKE2b-256 |
8be0879cdd55e77fe9a0cfe964848e9a7ecd91d6fc4c0ae3b8f88c86b2a0feb3
|
File details
Details for the file cinei-2.0.0-py3-none-any.whl.
File metadata
- Download URL: cinei-2.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c54ee10459dc93da0254ab3bc6bafb9b42f40008138e25d73e340486e79723b
|
|
| MD5 |
6d44fb696fae2b5cc16a9cbe65b105d1
|
|
| BLAKE2b-256 |
d3fc43c92229f3b840d5e54b622dfa58249df95e4a2cf4cbf30b7bbeb23719ef
|