View source: R/03-water-indices.R
| list_water_indices | R Documentation |
Returns detailed information about all available water indices including formulas, required bands, applications, and interpretation guidelines.
list_water_indices(detailed = FALSE, application_filter = "all")
detailed |
Return detailed information including formulas and applications |
application_filter |
Filter by application: "all", "water_detection", "moisture_monitoring", "drought_assessment" |
Data frame with water index information
# All available water indices
water_indices <- list_water_indices()
# Detailed information with formulas
detailed_info <- list_water_indices(detailed = TRUE)
# Only water detection indices
water_detection <- list_water_indices(application_filter = "water_detection")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.