Skip to contents

Retrieves the list of available imagery collections.

Usage

GetCollections(as_data_frame = TRUE, url = getOption("CDSE.catalog_url"))

Arguments

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

Value

A list or a data.frame of all available imagery collections and their attributes.

Details

This function doesn't require authentication.

Examples

if (FALSE) { # \dontrun{
GetCollections(as_data_frame = TRUE)
} # }