gd_projection {rgeedim}R Documentation

Get Projection Information from Google Earth Engine Asset

Description

Get Projection Information from Google Earth Engine Asset

Usage

gd_projection(x)

Arguments

x

character ID referencing asset, or an image object (subclass of ee.image.Image or geedim.download.BaseImage)

Value

ee.Projection object

Examples



if (gd_is_initialized())
  gd_projection(gd_image_from_id('CSP/ERGo/1_0/Global/SRTM_topoDiversity'))



[Package rgeedim version 0.2.7 Index]