ARTist documentation#
ARTist makes working with ICON-ART output in Python simple, xarray-native, and ready for post-processing workflows.
Useful links: Code Repository | Issues | Releases
Importing artist registers accessors on xarray objects:
import xarray as xr
import artist
ds = xr.open_dataset("icon_art_output.nc")
da = ds["ash_mixed_acc"]
Get started!
New to ARTist? Start here with installation instructions and a brief overview of the accessor workflow.
User guide
Work with ICON grids, ART tracers, plume diagnostics, native-grid plots, regular lon/lat regridding, and EDGAR/OEM preprocessing.
API reference
Review public accessors, utility functions, plotting helpers, parameters, return values, and examples.
Contribute
Build the documentation locally and follow the docstring style when adding new accessor methods.