ee_utils_get_crs: Convert EPSG, ESRI or SR-ORG code into a OGC WKT

Description Usage Arguments Value Examples

View source: R/utils-upload.R

Description

Convert EPSG, ESRI or SR-ORG code into a OGC WKT

Usage

1

Arguments

code

The projection code.

Value

A character which represents the same projection in WKT2 string.

Examples

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)

csaybar/rgee documentation built on March 11, 2021, 5:48 a.m.