CFGridMapping | R Documentation |
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_name
The 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)
grp
The group that contains the netCDF variable.
nc_var
The netCDF variable that describes this instance.
name
The formal grid mapping name from the attribute.
print()
Prints a summary of the grid mapping to the console.
CFGridMapping$print()
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_info
A list with information that describes the axes of the
CFVariable
or CFArray
instance to describe.
A character string with the CRS in WKT2 format.
write()
Write the CRS object to a netCDF file.
CFGridMapping$write(h)
h
Handle to the netCDF file opened for writing.
Self, invisibly.
clone()
The objects of this class are cloneable with this method.
CFGridMapping$clone(deep = FALSE)
deep
Whether to make a deep clone.
https://docs.ogc.org/is/18-010r11/18-010r11.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.