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).
Author
Alessandro Oggioni, phD (2020) [email protected]
Examples
if (FALSE) {
# 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
}