Easy Access to NetCDF Files with CF Metadata Conventions
Area of Interest
Operations on CFVariable objects
Create a CFDataset or CFVariable instance from an R object
CF auxiliary longitude-latitude variable
CF axis object
CF character axis object
CF discrete axis object
Latitude CF axis object
Longitude CF axis object
Numeric CF axis object
Time axis object
Vertical CF axis object
CF boundary variable
CF cell measure variable
CF data object
CF data set
CF grid mapping object
Group for CF objects
CF label object
CF base object
CF Standard names table
CF data variable
CF data variable for the NASA L3b format
Parametric formula term for a vertical CF axis object
Create a new data set
The dimensions of the grid of an AOI
Axis length
Names or axis values of an CF object
Create a plot object for a CFVariable
List the groups in the CF object, recursively.
Create an axis
Create a character axis
Create a discrete axis
Create a latitude axis
Create a longitude axis
Create a time axis
Create a vertical axis
ncdfCF: Easy Access to NetCDF Files and Interpreting with CF Metadata ...
NetCDF dimension object
NetCDF group
NetCDF base object
NetCDF resource object
NetCDF variable
Open a netCDF resource
Examine a netCDF resource
Compact display of an axis.
Compact display of a CFDataset
Extract data for a variable
Extract data for a variable
Get a CF object from a data set
Network Common Data Form ('netCDF') files are widely used for scientific data. Library-level access in R is provided through packages 'RNetCDF' and 'ncdf4'. Package 'ncdfCF' is built on top of 'RNetCDF' and makes the data and its attributes available as a set of R6 classes that are informed by the Climate and Forecasting Metadata Conventions. Access to the data uses standard R subsetting operators and common function forms.
Useful links