gd_band_names: Get Names of Layers in an Earth Engine Image

View source: R/search.R

gd_band_namesR Documentation

Get Names of Layers in an Earth Engine Image

Description

Calls bandNames() method from ee.Image class.

Usage

gd_band_names(x)

Arguments

x

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

Value

character. Vector of names of each layer in an image.

Examples



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



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