Returns a data.table::data.table of all datasets available in the geefetch registry, including their GEE collection ID, domain, spatial resolution, temporal resolution, and description.
Custom datasets registered via gee_register_dataset() are included.
Value
A data.table::data.table with columns:
- dataset
Normalised dataset ID (use with
read_gee())- collection
GEE ImageCollection ID
- domain
Scientific domain
- resolution
Spatial resolution description
- temporal
Temporal resolution
- description
Human-readable description
- date_start
Earliest available date (or NA for static)
See also
read_gee(), gee_register_dataset()
Other utilities:
gee_clear_cache(),
gee_register_dataset()