Description Usage Arguments Value Examples
Convert EPSG, ESRI or SR-ORG code into a OGC WKT
1 | ee_utils_get_crs(code)
|
code |
The projection code. |
A character which represents the same projection in WKT2 string.
1 2 3 4 5 6 7 8 | ## Not run:
library(rgee)
ee_utils_get_crs("SR-ORG:6864")
ee_utils_get_crs("EPSG:4326")
ee_utils_get_crs("ESRI:37002")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.