describe_coverage {Rwtss} | R Documentation |
Retrieves the list of cubes from the URL server
Description
Contacts the WTSS server to describe one coverage
Usage
describe_coverage(URL, name, .print = TRUE)
Arguments
URL |
URL of the server |
name |
name of coverage |
.print |
Print the coverage description |
Value
tibble with coverage description
Examples
## Not run:
# Using external server
describe_coverage("https://brazildatacube.dpi.inpe.br/wtss/",
"LC8_30_16D_STK-1")
## End(Not run)
[Package Rwtss version 0.9.2 Index]