getGridProj | R Documentation |
Obtain projection information of a grid
getGridProj(grid)
grid |
An input climate4R grid |
The projection may be defined loosely as e.g., “LatLon Projection”,
or more formally as a proj4 string. This function just retrieves the projection attribute
as included within the target grid.
Grid projection definition (and/or re-projection operations) can be achieved by the function projectGrid
from the climate4R package geoprocessor (https://github.com/SantanderMetGroup/geoprocessoR)
A character string with the projection definition
J. Bedia
Other get.helpers:
get2DmatCoordinates()
,
getCoordinates()
,
getDim()
,
getGrid()
,
getGridVerticalLevels()
,
getRefDates()
,
getSeason()
,
getShape()
,
getStationID()
,
getVarNames()
,
getWT()
,
getYearsAsINDEX()
,
setGridProj()
,
typeofGrid()
,
which.leap()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.