Travis-CI Build Status AppVeyor Build Status Coverage Status

angstroms

The goal of angstroms is to provide easy access to Regional Ocean Modeling System (ROMS) output for R.

Installation

You can install the development version of angstroms from github with:

# install.packages("devtools")
devtools::install_github("mdsumner/angstroms")

angstroms - R for ROMS

Angstroms aims to make working with ROMS output as easy as possible in R. Rather than re-map explicitly the complex curvilinear grid in ROMS, the approach simplifies this by:

In combination these allow extraction and query from the ROMS output very easily.

The ability to deal with time series across multiple files is still in development, though can be used simply now with standard loops.

Some more examples:

http://rpubs.com/cyclemumner/roms0

http://rpubs.com/cyclemumner/266770

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.