Reads the CRS a grid's coordinates are in, as sf::st_crs() does for
any spatial object. An Earth grid returns 'WGS84'; a grid built on another
body returns a longlat CRS on the sphere of its radius.
Arguments
- x
A HexGridInfo or HexData object
- ...
Passed on to
sf::st_crs()
Value
An object of class crs, as sf::st_crs() returns:
a list carrying the reference system in 'PROJ' and 'WKT' form. It says how
to read the coordinates that the grid's cells, centres and sf exports come
back in.