select_bands | R Documentation |
Select the bands of an object based on spatial resolution and band name.
select_bands(sr, res, bands)
## S3 method for class 'satres'
select_bands(sr, res = NULL, bands = NULL)
sr |
A |
res |
A string, spatial resolution. |
bands |
A string, band name. |
A satres
object.
satres
Other satellite transformation:
clip_bands()
,
merge_tiles()
esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa) |>
select_bands(res = c("r2000m", "r6000m"), bands = c("B02", "B03", "B04"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.