Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.44 KB

PyRAMS - Useful tools for working with RAMS data

Documentation StatusDOI Anaconda-Server Badge

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 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:

Binder


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