Get Projection Information from Google Earth Engine Asset
gd_projection(x)
character ID referencing asset, or an image object (subclass of ee.image.Image
or geedim.download.BaseImage
)
ee.Projection
object
if (FALSE) { # gd_is_initialized()
# \donttest{
if (gd_is_initialized())
gd_projection(gd_image_from_id('CSP/ERGo/1_0/Global/SRTM_topoDiversity'))
# }
}