List Available LULC Products
list_lulc_products.RdReturns information about all supported LULC products, including their display names, resolutions, and data sources.
Valor
A tibble with columns:
product_id: Internal product identifierdisplay_name: Human-readable product nameresolution: Native resolution in meterssource_type: Data source type ("gee" or "local")temporal: Temporal availability description
Ejemplos
list_lulc_products()
#> # A tibble: 4 × 5
#> product_id display_name resolution source_type temporal
#> <chr> <chr> <dbl> <chr> <chr>
#> 1 esri_10m ESRI Global LULC 10m 10 gee Annual (2017-p…
#> 2 dynamic_world Google Dynamic World 10 gee Near real-time…
#> 3 esa_worldcover ESA WorldCover v200 10 gee Static (2021 b…
#> 4 local User-Provided Local File NA local User-defined