ARTist documentation ==================== .. raw:: html

ARTist makes working with ICON-ART output in Python simple, xarray-native, and ready for post-processing workflows.

Version: 0.0.1

Importing :mod:`artist` registers accessors on xarray objects: .. code-block:: python import xarray as xr import artist ds = xr.open_dataset("icon_art_output.nc") da = ds["ash_mixed_acc"] .. raw:: html

Get started!

New to ARTist? Start here with installation instructions and a brief overview of the accessor workflow.

Getting Started

User guide

Work with ICON grids, ART tracers, plume diagnostics, native-grid plots, regular lon/lat regridding, and EDGAR/OEM preprocessing.

User Guide

ƒ

API reference

Review public accessors, utility functions, plotting helpers, parameters, return values, and examples.

API Reference

+

Contribute

Build the documentation locally and follow the docstring style when adding new accessor methods.

Development

.. toctree:: :maxdepth: 2 :hidden: getting-started user-guide/index api development