Learn R Programming

sos4R (version 0.1-15)

SensorML-class: Classes of the Namespace sml

Description

Classes, construction functions, and accessor functions for elements from the OGC specification OpenGIS(R) Sensor Model Language (SensorML) Implementation Specification.

The only class at the moment is "SensorML" which wraps an "XMLInternalDocument" and some additional information. This strongly depends on the SensorML Profile for Discovery to find the respective paramters.

Arguments

Objects from the Class

Objects can be created by calls to the construction method in the form SensorML(...).

References

Botts, M., Robin, A. (Eds.), OpenGIS® Sensor Model Language (SensorML) Implementation Specification, OGC® 07-000

Houbie, F., Skivee F., Robin A., Jirka S., Broering, A., Nuest D. (2009): OGC® Catalogue Services Specification 2.0 - Extension Package for ebRIM Application Profile: SensorML. OGC Discussion Paper. Open Geospatial Consortium: 09-163. http://portal.opengeospatial.org/files/?artifact_id=37944.

Examples

Run this code
showClass("SensorML")

weathersos <- SOS("http://v-swe.uni-muenster.de:8080/WeatherSOS/sos")
proc1 <- sosProcedures(weathersos)[[1]][[1]]
proc1.descr <- describeSensor(weathersos, proc1, verbose = TRUE)
plot(proc1.descr)
class(proc1.descr)

Run the code above in your browser using DataLab