Learn R Programming

sos4R (version 0.1-10)

getObservation-methods: Request Observations

Description

This method sends a GetObservation request to the given SOS.

Arguments

Details

It takes a variety of inputs, of which only the offering is mandatory for GetObservation request, and the observationId for GetObservationByIdRequests.

Examples

Run this code
# by identifier
sos <- SOS(...)
os.offerings <- sosOfferings(sos)
obsId <- getObservationById(sos = sos, observationId = "o_3508493")

# TODO

Run the code above in your browser using DataLab