View source: R/get_network_sites.R
get_network_sites | R Documentation |
This function return a spatial point vector object including
title, date late updated, URI, and coordinates, stored in
DEIMS-SDR catalogue, of all the eLTER sites
belonging to an eLTER Network (e.g.
LTER-
Italy network).
get_network_sites(networkDEIMSID)
networkDEIMSID |
A |
The output of the function is a point vector of sf
class
(package sf) of the network's sites.
Alessandro Oggioni, phD (2020) oggioni.a@irea.cnr.it
httrRReLTER
\insertRefdplyrRReLTER
\insertRefjsonliteRReLTER
\insertRefsfRReLTER
\insertRefleafletRReLTER
## Not run:
# The sites of LTER-Italy network
listSites <- get_network_sites(
networkDEIMSID =
"https://deims.org/network/7fef6b73-e5cb-4cd2-b438-ed32eb1504b3"
)
listSites
# The sites of LTER Europe network
euSites <- get_network_sites(
networkDEIMSID =
"https://deims.org/networks/4742ffca-65ac-4aae-815f-83738500a1fc"
)
euSites
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.