Description Usage Arguments Value Author(s) Examples
Information about the registered sites in a SOS can be queried using this function. This function allows for different levels of detail and returns a SpatialPointsDataFrame.
1 2 3 4 5 6 7 8 |
sos |
A SOS object from a call to |
begin |
Object of class |
end |
Object of class |
phenomena |
A list, vector or one-column data.frame with characters identifying the relevant phenomena. |
empty |
Whether also empty sites shall be included in the response. |
includePhenomena |
Whether the phenomena shall also be reported in the result. |
includeTemporalBBox |
Whether the observation containing timespan of each phenomenon shall also be reported. |
... |
Named parameters passed on to other wrapper functions. |
A SpatialPointsDataFrame-class
containing all sites that match the filter conditions with corresponding metadata defined via the arguments. If empty = TRUE
, the data slot contains a logical column 'empty' indicating whether any data has been observed for this site. If listPhenomena = TRUE
, the data.frame contains a logical column per phenomenon indicating whether this specific phenomenon has been observed at that site. If includeTemporalBBox = TRUE
, the data.frame contains a two column data.frame with beginTime
and endTime
per phenomenon.
Benedikt Graeler, Eike Hinderk Juerrens
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.