filter_platforms | R Documentation |
Filter indices based on (relatively) complicated fields
filter_platforms(
indices = spectral_indices(),
platforms = unique(unlist(spectral_indices(download_indices = FALSE, update_cache =
FALSE)$platforms)),
operand = c("all", "any")
)
filter_bands(
indices = spectral_indices(),
bands = unique(unlist(spectral_indices(download_indices = FALSE, update_cache =
FALSE)$bands)),
operand = c("all", "any"),
type = c("filter", "search")
)
indices |
The data frame to filter. Must contain the relevant column. |
platforms , bands |
Names of the instruments (for |
operand |
A function defining how to apply this filter.
For instance, |
type |
What type of query is this? If |
A filtered version of indices
.
filter_platforms(platforms = "Sentinel-2")
filter_platforms(platforms = c("Landsat-OLI", "Sentinel-2"))
filter_bands(bands = c("R", "N"), operand = any)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.