get_sensor_info: Obtain the information about of an eLTER sensor.

View source: R/get_sensor_info.R

get_sensor_infoR Documentation

Obtain the information about of an eLTER sensor.

Description

[Experimental] This function obtains the information about of an eLTER sensor (e.g. https://deims.org/sensors/3845475c-4aec-4dd7-83b4-0ab6ba95db35) provided in DEIMS-SDR catalogue.

Usage

get_sensor_info(sensorid, show_map = FALSE)

Arguments

sensorid

A character. It is the DEIMS ID of sensor make from DEIMS-SDR website. DEIMS ID information here. The DEIMS.iD of sensor is the URL for the sensor page.

show_map

A boolean. If TRUE a Leaflet map with occurrences is shown. Default FALSE.

Value

The output of the function is a tibble with main features of the activities in a site, and a leaflet map plot.

The function output

Map of position of the

Author(s)

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

Examples

# only table of sensor information
sensor_B3 <- get_sensor_info(
  sensorid =
    "https://deims.org/sensors/3845475c-4aec-4dd7-83b4-0ab6ba95db35",
  show_map = TRUE
)
sensor_B3

# print the map of the sensor
Licor <- get_sensor_info(
  sensorid =
    "https://deims.org/sensors/4a7ad644-f2e7-4224-965b-ec5ef5365655",
  show_map = FALSE
)
Licor

# Moldaenke FluoroProbe sensor
sensor_FP <- get_sensor_info(
  sensorid = "https://deims.org/sensors/82635223-a4f4-498c-b283-9c95999d9d2f",
  show_map = FALSE
)
sensor_FP


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