dbpf_manual_obs_by_location: Manual observations at location

View source: R/dbpf_manual_obs_by_location.R

dbpf_manual_obs_by_locationR Documentation

Manual observations at location

Description

Downloads manual observations from the database

Usage

dbpf_manual_obs_by_location(con, location, sensor_label)

Arguments

con

Database connection object, as returned by dbpf_con()

location

A character vector of location names

sensor_label

(optional) character, one or more names corresponding to sensor labels such as 'veg_species_1' or 'LAI' to return. If omitted, all sensor types will be returned.

Details

Filters observations by those that have 'human observation' as the device, and then only returns those corresponding to the selected location

Author(s)

Nick Brown <nick.brown@carleton.ca>

Examples

## Not run: 
con <- dbpf_con()
dbpf_manual_obs_by_location(con, location = c("NGO-GU-1014_ST01"))
dbpf_manual_obs_by_location(con, location = c("NGO-GU-1014_ST01"),
sensor_label = c('veg_species_1', 'LAI'))

## End(Not run)

geocryology/PermafrostDB documentation built on April 17, 2025, 11:54 a.m.