Learn R Programming

rgeedim (version 0.4.0)

gd_projection: Get Projection Information from Google Earth Engine Asset

Description

Get Projection Information from Google Earth Engine Asset

Usage

gd_projection(x)

Value

ee.Projection object

Arguments

x

character ID referencing asset, or an image object (subclass of ee.image.Image, geedim.image.ImageAccessor for geedim >= 2.0.0, or geedim.download.BaseImage for geedim < 2.0.0). See \link{geedim-versions} for more details.

Examples

Run this code
if (FALSE) { # isTRUE(as.logical(Sys.getenv("R_RGEEDIM_RUN_EXAMPLES"))) && gd_is_initialized()
# \donttest{
if (gd_is_initialized())
  gd_projection(gd_image_from_id('CSP/ERGo/1_0/Global/SRTM_topoDiversity'))
# }
}

Run the code above in your browser using DataLab