GetQueryables {CDSE} | R Documentation |
Get CQL2 parameters for a collection
Description
Returns a list of variable terms that can be used in CQL2 expressions to filter the collection catalog search.
Usage
GetQueryables(
collection,
as_data_frame = TRUE,
client,
token,
url = getOption("CDSE.catalog_url")
)
Arguments
collection |
character indicating the collection for which the parameters are queried.
Must be one of the collections returned by |
as_data_frame |
logical indicating if the result should be returned as data frame. Default: TRUE |
client |
OAuth client object to use for authentication. |
token |
OAuth token character string to use for authentication. Exactly one of either |
url |
character indicating the STAC catalog search endpoint. Default: Copernicus Data Space Ecosystem STAC endpoint |
Details
If no parameters found, a NULL
value or 0-row data.frame
is returned.
Value
A list
or a data.frame
.
Source
See Also
Examples
## Not run:
GetQueryables("sentinel-2-l2a", client = OAuthClient)
## End(Not run)
[Package CDSE version 0.2.0 Index]