The biggest feature of PyRAMS is its extension of xarray. PyRAMS adds named dimensions, coordinate variables, and variable metadata to xarray datasets created from RAMS data. This functionality is outlined here and an interactive example can be run in-browser here. Other functions can be found in the API reference.
Example notebook to show how to use PyRAMS with xarray can be run inside the browser here:
Documentation can be found here
Install from conda-forge:
conda install -c conda-forge pyrams
or with pip:
pip install pyrams
PyRAMS is distributed under an MIT License