sensorweb4R | R Documentation |
sensorweb4R
: functions and classes to download data from sensor web
servicessensorweb4R
: functions and classes to download data from sensor web
services
Sensor web services contain timeseries of sensoric data, such
as temperature and rainfall by weather stations. This package can retrieve
specific subsets of data, such as specific stations or observed phenomena
by providin plain R function calls to load these datasets into your session
as ready-to-use R
data structures.
The main documentation for this package can be
found in the vignette (vignette("sensorweb4R")
) and the demos
(demo(package = "sensorweb4R")
).
sensorweb4R uses the following
options
to configure behaviour:
sensorweb4R.loggerLayout
: layout string used in
futile.logger::flog.layout(..)
sensorweb4R uses futile.logger
for logging. To
increase the log level of this package call flog.threshold("<level>",
name = "sensorweb4R")
. For more information about available logging levels
or advanced logger configuration, see ?futile.logger
.
Christian Autermann, c.autermann@52north.org
Daniel Nuest, d.nuest@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.