GetCollections: List available collections

View source: R/GetCollections.R

GetCollectionsR Documentation

List available collections

Description

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

Details

This function doesn't require authentication.

Value

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

Source

https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Catalog.html

See Also

GetImage, SearchCatalog

Examples

## Not run: 
GetCollections(as_data_frame = TRUE)

## End(Not run)

CDSE documentation built on May 29, 2024, 2:13 a.m.