Convert EPSG, ESRI or SR-ORG code into a OGC WKT
Convert EPSG, ESRI or SR-ORG code into a OGC WKT
ee_utils_get_crs(code)
code |
The projection code. |
A character which represents the same projection in WKT2 string.
## 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.