Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.59 KB

index.rst

File metadata and controls

44 lines (33 loc) · 1.59 KB

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_metadata and an interactive example can be run in-browser here. Other functions can be found in api/index

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:

image

More interactive tutorials to follow (stay tuned!)

xarray_metadata fixdims api/index