Learn R Programming

rgeedim (version 0.4.0)

gd_footprint: Get Footprint of Masked Image

Description

Gets GeoJSON-style list containing footprint of a geedim.image.ImageAccessor (for geedim >= 2.0.0) or geedim.mask.MaskedImage (for geedim < 2.0.0) object. See \link{geedim-versions} for more details.

Usage

gd_footprint(x)

Value

list.

Arguments

x

a geedim.image.ImageAccessor (for geedim >= 2.0.0) or geedim.mask.MaskedImage (for geedim < 2.0.0) object. 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_footprint(gd_image_from_id("USGS/SRTMGL1_003"))
# }
}

Run the code above in your browser using DataLab