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)

r-spatial/rgee documentation built on July 4, 2024, 9:33 a.m.