disCRS {disdat} | R Documentation |
Coordinate reference system
Description
Get the coordinate reference system for the data of a region.
Usage
disCRS(region, format="proj4")
Arguments
region |
character. One of "AWT", "CAN", "NSW", "NZ", "SA", "SWI" |
format |
character. Either "proj4" or "EPSG" |
Value
character vector
Examples
disCRS("AWT")
disCRS("NSW")
[Package disdat version 1.0-1 Index]