GetCollections {CDSE} | R Documentation |
Retrieves the list of available imagery collections.
GetCollections(as_data_frame = TRUE, url = getOption("CDSE.catalog_url"))
as_data_frame |
logical indicating if the result should be returned as data frame. Default: TRUE |
url |
character indicating the STAC catalog search endpoint. Default: Copernicus Data Space Ecosystem STAC endpoint |
This function doesn't require authentication.
A list
or a data.frame
of all available imagery collections and their attributes.
https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Catalog.html
## Not run:
GetCollections(as_data_frame = TRUE)
## End(Not run)