get_sos_foi | R Documentation |
This function obtains the information about Feature(s) Of Interest (FOI(s))
provided by a Sensor Observation Services (SOS).
get_sos_foi(sosURL, show_map = FALSE)
sosURL |
A |
show_map |
A |
The output of the function is a sf
. The table contains all the information
about Feature(s) Of Interest (FOI(s)) provided by a Sensor Observation
Services (SOS).
The columns are about: sampling feature (typeSf,
description, name), sampled feature id (sampledFeature), coordinate reference
system code (srsName) and coordinates (geometry).
Alessandro Oggioni, phD oggioni.a@irea.cnr.it
Paolo Tagliolato, phD tagliolato.p@irea.cnr.it
## Not run:
## Not run:
LTERItaly <- get_sos_foi(
sosURL = "http://getit.lteritalia.it/observations/service",
show_map = TRUE
)
LTERItaly
eurac_monalisa <- get_sos_foi(
sosURL = "http://monalisasos.eurac.edu/sos/service",
show_map = FALSE
)
eurac_monalisa
NIVA <- get_sos_foi(
sosURL = "https://hydro-sos.niwa.co.nz/",
show_map = FALSE
)
NIVA
## End(Not run)
## End (Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.