Models

Various models are already supported by emiproc.

ICON-ART

The ICON-ART model is an atmospheric transport model that uses a triangular grid.

emiproc.exports.icon.export_icon_oem() emiproc.grids.ICONGrid

WRF-Chem

WRF-Chem is the Weather Research and Forecasting (WRF) model coupled with Chemistry.

emiproc.exports.wrf.export_wrf_hourly_emissions() emiproc.exports.wrf.WRF_Grid

NetCDF Rasters

NetCDF is a common format for storing gridded data. emiproc can export emissions to NetCDF files, which can then be used as input for models.

emiproc.exports.rasters.export_raster_netcdf() emiproc.exports.netcdf.nc_cf_attributes()

Fluxie

Fluxie is a Python package for visualizing inversion model results. It also supports inventories in the form of NetCDF files.

See the fluxie tutorial to learn how to export inventories to fluxie and how to visualize them with fluxie.

emiproc.exports.fluxie.export_fluxie()

GeoPackage

GeoPackage is a spatial data format that can store vector and raster data.

All this can be stored in a single file, organized in various layers.

This format can be easily visualized with GIS softwares like QGIS.

emiproc.exports.geopackage.export_to_geopackage()