Learn R Programming

sos4R (version 0.1-17)

info: Information retrieval functions for Sensor Observation Services

Description

These functions provide a high level interface to metadata of a SOS instance. They are ment to be used by non-SOS specialists to provide an immediate access to the hierarchycally ordered metadata of a capabilities document.

info.series returns a list of all valid combinations of sensors, phenomena and offerings.

WARNING: FUNCTIONS ARE NOT IMPLEMENTED YET!

Usage

info.features(sos)
info.offerings(sos)
info.phenomena(sos)
info.sensors(sos, phenomena = c(NA_character_), offerings = c(NA_character_), UOMs = c(NA_character_))
info.series(sos)
info.sos(sos, phenomena = TRUE, bbox = TRUE, timePeriod = TRUE, locations = FALSE, all = FALSE, sensors = FALSE, offerings = FALSE, features = FALSE, metadata = FALSE, operations = FALSE, UOMs = FALSE, sensor = NA_character_, phenomenon = NA_character_, offering = NA_character_, series = NA_integer_)

Arguments

all
Show all available information.
bbox
Filtering parameter, can be used to limit results of info.sensors() or info.sos.
features
Filtering parameter, can be used to limit results of info.sos.
locations
Filtering parameter, can be used to limit results of info.sos.
metadata
Filtering parameter, can be used to limit results of info.sos.
offering
Filtering parameter, can be used to limit results of info.sos.
offerings
Filtering parameter, can be used to limit results of info.sensors() or info.sos.
operations
Filtering parameter, can be used to limit results info.sos.
phenomena
Filtering parameter, can be used to limit results of info.sensors() or info.sos.
phenomenon
Filtering parameter, can be used to limit results of info.sos.
sensor
Filtering parameter, can be used to limit results of info.sos.
sensors
Filtering parameter, can be used to limit results of info.sos.
series
Filtering parameter, can be used to limit results of info.sos.
sos
The sos to extract the information from
timePeriod
Filtering parameter, can be used to limit results of info.sensors() or info.sos.
UOMs
Filtering parameter, can be used to limit results of info.sensors() or info.sos.

Value

  • A list or a single character string with the identifiers of the found elements, e.g. features, offerings or sensors. For info.series, this is a list of all potential time series.

Warning

WARNING: FUNCTIONS ARE NOT IMPLEMENTED YET!

Examples

Run this code
#TBD

Run the code above in your browser using DataLab