get_spectral_band_names | R Documentation |
Returns the band names of the multi-band raster that make up the object.
get_spectral_band_names(sr, res)
## S3 method for class 'satres'
get_spectral_band_names(sr, res = NULL)
sr |
A |
res |
A string, spatial resolution. |
We can indicate the name of a certain spatial resolution to obtain only its band names.
A vector of strings.
sat_untarzip
Other satellite definition:
get_band_names()
,
get_spatial_resolution()
,
satres()
esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa, only_spectral_bands = FALSE)
r <- sr |>
get_spectral_band_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.