Description Usage Arguments Details Value References
Returns a CRS object for geo-spatial analysis.
1 |
system |
A string, either |
There are a few constants that are useful in geo-spatial analysis: CRS such as World Geodetic System (wgs84) and British National Grid (bng).
Input system can be one of the below values:
wgs84:
EPSG:4326, WGS 84 aka the latest version of
World Geodetic System (1984), with the generic latitude and
longitude measured degrees.
bng:
EPSG:27700, British National Grid, with easting and
northing measured in meters.
google:
EPSG:3857, the Web Mercator project, aka the Google
projection. Sometimes the reference is also EPSG:900913. If it's
not obvious, squint and look again. Still no? 900913 spells Google.
A CRS (coordinate reference system) object from calling CRS.
So far the elements are the CRS objects
wgs84, bng and google. More will come as needed.
http://spatialreference.org/ref/epsg/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.