Description Usage Arguments Value Examples
Get proj4 strings and EPSG codes by CRS keywords.
1 | proj_by_name(x, type = "proj4", crs = FALSE)
|
x |
Character. Key words to search for. |
type |
Either |
crs |
Logical. Should a CRS object be returned? |
If crs is TRUE, a CRS object. Otherwise, if
type is 'epsg', a vector of EPSG codes, or if type is
'proj4', a vector of proj4 strings.
1 2 | proj_by_name('gda94', type='proj4')
proj_by_name('gda94 albers', crs=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.