Description
Interface to 'NetCDF' Datasets.
Description
An interface to the 'NetCDF' file formats designed by Unidata for efficient storage of array-oriented scientific data and descriptions. Most capabilities of 'NetCDF' version 4 are supported. Optional conversions of time units are enabled by 'UDUNITS' version 2, also from Unidata.
README.md
RNetCDF - Interface to NetCDF Datasets for R
RNetCDF provides an R interface to the NetCDF file format designed by Unidata for efficient storage of array-oriented scientific data and descriptions. This R interface is closely based on the C API of the NetCDF4 library, and it includes calendar conversions from the Unidata UDUNITS2 library.
An introduction to the RNetCDF package is given in http://journal.r-project.org/archive/2013-2/michna-woods.pdf .