gd_footprint: Get Footprint of Masked Image

View source: R/search.R

gd_footprintR Documentation

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)

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.

Value

list.

Examples



if (gd_is_initialized())
  gd_footprint(gd_image_from_id("USGS/SRTMGL1_003"))



rgeedim documentation built on Feb. 2, 2026, 9:06 a.m.