describe_collection: Describe Collection

Description Usage Arguments Value Examples

View source: R/wlts.R

Description

Retrieves the metadata of a given data collection.

Usage

1
describe_collection(URL, collection_id, ...)

Arguments

URL

a character URL of the WLTS Service.

collection_id

a character with identifier (name) of a collection.

...

a list Parameters to httr::GET function.

Value

a named list with the metadata of data collection.

Examples

1
2
3
4
5
6
## Not run: 
 wlts_bdc <- "https://brazildatacube.dpi.inpe.br/wlts/"

 describe_collection(wlts_bdc, "deter_amazonia_legal")

## End(Not run)

brazil-data-cube/rwlts documentation built on Oct. 11, 2021, 1:44 a.m.