pyarts
pyarts is the Python interface for the Atmospheric Radiative Transfer Simulator (ARTS). It provides
an interactive interface to the ARTS engine for running radiative transfer simulations,
Python implementations of many ARTS built-in types for the manipulation of input data and the evaluation simulation results.
Installation
Pre-compiled binaries
Pre-compiled binaries of the ARTS interface including the ARTS engine for performing RT simulations can be installed from the Python Package Index (PyPI):
pip install pyarts
Building from source
If you build ARTS from source, you can find instructions on how to install
PyARTS in the toplevel README.md
file.
Getting started
A basic introduction on how to use the ARTS interface is provided in the Getting started section.