View source: R/dbpf_manual_obs_by_location.R
dbpf_manual_obs_by_location | R Documentation |
Downloads manual observations from the database
dbpf_manual_obs_by_location(con, location, sensor_label)
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. |
Filters observations by those that have 'human observation' as the device, and then only returns those corresponding to the selected location
Nick Brown <nick.brown@carleton.ca>
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.