describe_coverage: Retrieves the list of cubes from the URL server

Description Usage Arguments Value Examples

View source: R/wtss.R

Description

Contacts the WTSS server to describe one coverages

Usage

1
describe_coverage(wtss.obj, name, .print = TRUE)

Arguments

wtss.obj

A WTSS object

name

A character vector of coverage names

.print

Print the coverage description

Value

NULL if fails, TRUE if works

Examples

1
2
wtss  <-  WTSS("http://www.esensing.dpi.inpe.br/wtss/")
describe_coverage(wtss, wtss$coverages[1])

wtss documentation built on Jan. 11, 2020, 9:27 a.m.