This class contains the details for a coordinate reference system, or grid mapping in CF terms, of a data variable.
When reporting the coordinate reference system to the caller, a character string in WKT2 format is returned, following the OGC standard.
ncdfCF::CFObject -> CFGridMapping
grid_mapping_nameThe name of the grid mapping.
friendlyClassName(read-only) A nice description of the class.
new()Create a new instance of this class.
CFGridMapping$new(grp, nc_var, name)grpThe group that contains the netCDF variable.
nc_varThe netCDF variable that describes this instance.
nameThe formal grid mapping name from the attribute.
brief()Retrieve a 1-row data.frame with some information on this
grid mapping.
CFGridMapping$brief()
wkt2()Retrieve the CRS string for a specific variable.
CFGridMapping$wkt2(axis_info)axis_infoA list with information that describes the axes of the
CFVariable or CFArray instance to describe.
A character string with the CRS in WKT2 format.
hHandle to the netCDF file opened for writing.
Self, invisibly.
clone()The objects of this class are cloneable with this method.
CFGridMapping$clone(deep = FALSE)deepWhether to make a deep clone.
https://docs.ogc.org/is/18-010r11/18-010r11.pdf