PyRAMS Home

Welcome to the home of PyRAMS! This collection of tools was created by Lucas Sterzinger (lsterzinger@ucdavis.edu) to ease the process of working with RAMS model output. Check out the code on GitHub!

Basic usage

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 in Xarray Compatibility and an interactive example can be run in-browser here. Other functions can be found in API Reference

Installation

PyRAMS can be installed via conda:

conda install -c conda-forge pyrams

or via pip:

pip install pyrams

Interactive tutorial

An interactive tutorial on PyRAMS integration with xarray can be found at this Binder link:

https://mybinder.org/badge_logo.svg

More interactive tutorials to follow (stay tuned!)