Passer au contenu

Returns information about all supported LULC products, including their display names, resolutions, and data sources.

Utilisation

list_lulc_products()

Valeur de retour

A tibble with columns:

  • product_id: Internal product identifier

  • display_name: Human-readable product name

  • resolution: Native resolution in meters

  • source_type: Data source type ("gee" or "local")

  • temporal: Temporal availability description

Exemples

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