get_sos_procedurelist: List the procedures of a Sensor Observations Service (SOS).

View source: R/get_sos_procedurelist.R

get_sos_procedurelistR Documentation

List the procedures of a Sensor Observations Service (SOS).

Description

[Experimental] Return a list of procedures (e.g. method, algorithm, instrument, sensor, or system which may be used in making observations) store into a SOS (Sensor Observations Service OGC).

Usage

get_sos_procedurelist(sosURL)

Arguments

sosURL

A list. An SOS endpoint (e.g. http://getit.lteritalia.it/observations/sos/kvp?).

Value

The output of the function is a list with the name and URI (Uniform Resource Identifier) of each procedure.

Author(s)

Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it

Paolo Tagliolato, PhD (2021) tagliolato.p@irea.cnr.it

References

\insertRef

xml2RReLTER

\insertRef

xsltRReLTER

\insertRef

utilsRReLTER

Examples

## Not run: 
get_sos_procedurelist(
  sosURL = "http://getit.lteritalia.it/observations/service"
)

## End(Not run)


oggioniale/ReLTER documentation built on Jan. 4, 2024, 3:48 p.m.