srs_is_geographic | R Documentation |
srs_is_geographic()
will attempt to import the given WKT string as a
spatial reference system, and returns TRUE
if the root is a
GEOGCS node. This is a wrapper for OSRIsGeographic()
in the GDAL Spatial
Reference System C API.
srs_is_geographic(srs)
srs |
Character OGC WKT string for a spatial reference system |
Logical. TRUE
if srs
is geographic, otherwise FALSE
srs_is_projected()
, srs_is_same()
srs_is_geographic(epsg_to_wkt(5070))
srs_is_geographic(srs_to_wkt("WGS84"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.