query-methods: Query Methods

query-methodsR Documentation

Query Methods

Description

Queries an Endpoint.

Usage

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, ...)

Arguments

generalize

Generalize the data on server side.

timespan

A Interval or a character vector to filter with.

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on Oct. 14, 2024, 7:24 p.m.