gd_band_names {rgeedim} | R 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 |
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"))
[Package rgeedim version 0.2.7 Index]