Models ====== Various models are already supported by emiproc. ICON-ART -------- The ICON-ART model is an atmospheric transport model that uses a triangular grid. :py:func:`emiproc.exports.icon.export_icon_oem` :py:class:`emiproc.grids.ICONGrid` WRF-Chem -------- WRF-Chem is the Weather Research and Forecasting (WRF) model coupled with Chemistry. :py:func:`emiproc.exports.wrf.export_wrf_hourly_emissions` :py:class:`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. :py:func:`emiproc.exports.rasters.export_raster_netcdf` :py:func:`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 :ref:`fluxie tutorial ` to learn how to export inventories to fluxie and how to visualize them with fluxie. :py:func:`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 `_. :py:func:`emiproc.exports.geopackage.export_to_geopackage`