Learn R Programming

⚠️There's a newer version (2.11-1) of this package.Take me there.

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 NetCDF library, and it includes calendar conversions from the Unidata UDUNITS library. The current implementation supports operations on NetCDF datasets in classic, 64-bit offset and netcdf4-classic file formats. Work is progressing to add full support for netcdf4.

An introduction to the RNetCDF package is given in http://journal.r-project.org/archive/2013-2/michna-woods.pdf .

Copy Link

Version

Install

install.packages('RNetCDF')

Monthly Downloads

6,763

Version

1.9-1

License

GPL (>= 2) | file LICENSE

Maintainer

Milton Woods

Last Published

October 8th, 2017

Functions in RNetCDF (1.9-1)

RNetCDF

R Interface to NetCDF Datasets
att.copy.nc

Copy Attribute from One NetCDF to Another
att.delete.nc

Delete a NetCDF Attribute
att.get.nc

Get a NetCDF Attribute
file.inq.nc

Inquire About a NetCDF Dataset
open.nc

Open a NetCDF Dataset
var.rename.nc

Rename a NetCDF Variable
create.nc

Create a NetCDF Dataset
dim.def.nc

Define a NetCDF Dimension
print.nc

Print Summary Information About a NetCDF Dataset
read.nc

Read a NetCDF Dataset
var.inq.nc

Inquire About a NetCDF Variable
var.put.nc

Write Data to a NetCDF Variable
att.inq.nc

Inquire About a NetCDF Attribute
att.put.nc

Put a NetCDF Attribute
sync.nc

Synchronize a NetCDF Dataset
utcal.nc

Convert Temporal Amounts to UTC Referenced Dates
dim.inq.nc

Inquire About a NetCDF Dimension
dim.rename.nc

Rename a NetCDF Dimension
var.def.nc

Define a NetCDF Variable
var.get.nc

Read Data from a NetCDF Variable
att.rename.nc

Rename a NetCDF Attribute
close.nc

Close a NetCDF Dataset
utinit.nc

Initialize the UDUNITS Library
utinvcal.nc

Convert UTC Referenced Dates Into Temporal Amounts