sosRequest-methods.Rd
This is the main request function for sending and receiving requests respectively documents from a Sensor Observation Service. It's intended for internal use.
Please use the methods for the SOS operations as long as possible: getCapabilities-methods
, describeSensor-methods
, getObservation-methods
, and getObservationById-methods
.
signature(sos = "SOS", request = "OwsServiceOperation", verbose = "logical", inspect = "logical")
Method sends the given operation to the given SOS connection. verbose
activates extensive debugging to the console. inspect
prints only the request and response documents to the console.