ncdfObject-class {ncdfCF} | R Documentation |
This is a virtual class that is the ancestor of other ncdfCF classes. Slots 'id' and 'name' are populated in the descending classes.
id
Identifier of the netCDF object.
name
Name of the netCDF object.
attributes
A data.frame holding all attributes of the object.
resource
ncdfResource
instance to access the netCDF resource.