Usage
read.sos(sos, sensors = NA_character_, phenomena = NA_character_,
bbox = NA_character_, times = NA_character_, mergeResult = FALSE,
addLocation = FALSE, verbose = FALSE)
Arguments
sos
The SOS to read data from.
sensors
A character array with sensor identifier(s) to limit data to certain sensors.
phenomena
A character array with phenomenon identifier(s) to limit data to certain phenomena.
bbox
A bounding box representation to request a certain spatial extend of data.
times
A vector of times (e.g. start and end time) as POSIXt classes or character string that can be parsed to POSIXt classes depicting a temporal extend.
mergeResult
A flag to turn merging of the results into a single data structure on or off.
addLocation
A flag to turn the adding of the location to every data set in the result on or off.
verbose
Turn verbose logging on/off.