Skip to content

A set of tools for working with RAMS model output data

License

Notifications You must be signed in to change notification settings

lsterzinger/pyrams

Repository files navigation

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