powered by
Retrieves the list of available imagery collections.
GetCollections(as_data_frame = TRUE, url = getOption("CDSE.catalog_url"))
A list or a data.frame of all available imagery collections and their attributes.
list
data.frame
logical indicating if the result should be returned as data frame. Default: TRUE
character indicating the STAC catalog search endpoint. Default: Copernicus Data Space Ecosystem STAC endpoint
This function doesn't require authentication.
GetImage, SearchCatalog
GetImage
SearchCatalog
if (FALSE) { GetCollections(as_data_frame = TRUE) }
Run the code above in your browser using DataLab