Learn R Programming

CDSE (version 0.2.1)

GetCollections: List available collections

Description

Retrieves the list of available imagery collections.

Usage

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

Value

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

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

Details

This function doesn't require authentication.

See Also

GetImage, SearchCatalog

Examples

Run this code
if (FALSE) {
GetCollections(as_data_frame = TRUE)
}

Run the code above in your browser using DataLab