View source: R/GetCollections.R
GetCollections | 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
GetImage
, SearchCatalog
## Not run:
GetCollections(as_data_frame = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.