gd_band_names | R Documentation |
Calls bandNames()
method from ee.Image
class.
gd_band_names(x)
x |
a Google Earth Engine Image object, such as from |
character. Vector of names of each layer in an image.
if (gd_is_initialized())
gd_band_names(gd_image_from_id("USGS/NED"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.