get_band_names {satres} | R Documentation |
Get band names
Description
Returns all names of the multi-band raster that make up the object.
Usage
get_band_names(sr, res)
## S3 method for class 'satres'
get_band_names(sr, res = NULL)
Arguments
sr |
A |
res |
A string, spatial resolution. |
Details
We can indicate the name of a certain spatial resolution to obtain only its names.
Value
A vector of strings.
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()
[Package satres version 1.1.1 Index]