Returns all names of the multi-band raster that make up the object.
See also
Other satellite definition:
get_spatial_resolution()
,
get_spectral_band_names()
,
satres()
Examples
esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa, only_spectral_bands = FALSE)
r <- sr |>
get_band_names()