powered by
Returns a list of variable terms that can be used in CQL2 expressions to filter the collection catalog search.
GetQueryables( collection, as_data_frame = TRUE, client, token, url = getOption("CDSE.catalog_url") )
A list or a data.frame.
list
data.frame
character indicating the collection for which the parameters are queried. Must be one of the collections returned by GetCollections.
GetCollections
logical indicating if the result should be returned as data frame. Default: TRUE
OAuth client object to use for authentication.
OAuth token character string to use for authentication.
Exactly one of either client or token must be specified. It is recommended to use client.
client
token
character indicating the STAC catalog search endpoint. Default: Copernicus Data Space Ecosystem STAC endpoint
If no parameters found, a NULL value or 0-row data.frame is returned.
NULL
GetCollections, SearchCatalog
SearchCatalog
if (FALSE) { GetQueryables("sentinel-2-l2a", client = OAuthClient) }
Run the code above in your browser using DataLab