query-methods | R Documentation |
Queries an Endpoint.
stations(x, ...)
timeseries(x, ...)
services(x, ...)
offerings(x, ...)
procedures(x, ...)
phenomena(x, ...)
categories(x, ...)
features(x, ...)
getData(x, ...)
## S4 method for signature 'Endpoint'
stations(x, ...)
## S4 method for signature 'Endpoint'
phenomena(x, ...)
## S4 method for signature 'Endpoint'
categories(x, ...)
## S4 method for signature 'Endpoint'
features(x, ...)
## S4 method for signature 'Endpoint'
offerings(x, ...)
## S4 method for signature 'Endpoint'
procedures(x, ...)
## S4 method for signature 'Endpoint'
timeseries(x, ...)
## S4 method for signature 'Endpoint'
services(x, ...)
## S4 method for signature 'Service'
stations(x, ...)
## S4 method for signature 'Service'
phenomena(x, ...)
## S4 method for signature 'Service'
features(x, ...)
## S4 method for signature 'Service'
categories(x, ...)
## S4 method for signature 'Service'
timeseries(x, ...)
## S4 method for signature 'Service'
offerings(x, ...)
## S4 method for signature 'Service'
procedures(x, ...)
## S4 method for signature 'Station'
services(x, ...)
## S4 method for signature 'Station'
phenomena(x, ...)
## S4 method for signature 'Station'
features(x, ...)
## S4 method for signature 'Station'
categories(x, ...)
## S4 method for signature 'Station'
timeseries(x, ...)
## S4 method for signature 'Station'
offerings(x, ...)
## S4 method for signature 'Station'
procedures(x, ...)
## S4 method for signature 'Timeseries'
getData(x, generalize = FALSE, timespan = NULL, ...)
generalize |
Generalize the data on server side. |
timespan |
A Interval or a character vector to filter with. |
Christian Autermann c.autermann@52north.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.