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

View source: R/utils-upload.R

ee_utils_get_crsR Documentation

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

Description

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

Usage

ee_utils_get_crs(code)

Arguments

code

The projection code.

Value

A character which represents the same projection in WKT2 string.

Examples

## 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)

rgee documentation built on Sept. 27, 2023, 9:08 a.m.