Description Usage Arguments Details Value
A helper function to easily produce proj4 strings without introducting global variables and without cluttering the main body of the code with long proj4 strings.
1 | GetProj4(x)
|
x |
character string of a coordinate system. See options in details below |
"WGS84" = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs", "AlbersEqualAreaConic" = "+proj=aea +lat_1=50 +lat_2=70 +lat_0=40 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs" ... more to come
proj4 string corresponding to x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.