gd_band_properties: Get Properties of Layers in an Earth Engine Image

View source: R/search.R

gd_band_propertiesR Documentation

Get Properties of Layers in an Earth Engine Image

Description

Gets combined Earth Engine and STAC properties.

Usage

gd_band_properties(x)

Arguments

x

a Google Earth Engine Image object, such as from gd_image_from_id()

Value

list. Each element is a list that corresponds to a layer in x, each with one or more elements for properties of that layer.

Examples



if (gd_is_initialized())
  gd_band_properties(gd_image_from_id("USGS/NED"))



rgeedim documentation built on May 29, 2024, 8:36 a.m.