soni.pq.test: Perform A Commissioning PQ Test on 3D Sonic Anemometer Data

Description Usage Arguments Value Author(s) Examples

Description

For the specified dates, site, variables, and data product or name of family of data products, data are downloaded and saved to the specifed directory. Process quality calculations are then performed and written to a results file in save.dir.

Usage

1
2
soni.pq.test(site, bgn.month, end.month, save.dir, q.th = 95,
  v.th = 90, overwrite = FALSE)

Arguments

site

Parameter of class character. The NEON site data should be downloaded for.

bgn.month

Parameter of class character. The year-month (e.g. "2017-01") of the first month to get data for.

end.month

Parameter of class character. The year-month (e.g. "2017-01") of the last month to get data for.

save.dir

Parameter of class character. The local directory where data files should be saved.

q.th

Parameter of class character. Optional. The threshold for data availability for a passing test, defaults to 0.95.

v.th

Parameter of class character. Optional. The threshold for data validity for a passing test, defaults to 0.9.

Value

Writes data files to the specified directory.

Author(s)

Robert Lee rlee@battelleecology.org

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
site = "CPER"
bgn.month = "2017-09"
end.month = "2017-10"
time.agr = 30
package="basic"
save.dir<-tempdir()
Noble::tis.pq.test(site = site, bgn.month = bgn.month, end.month = end.month, save.dir=save.dir)

## End(Not run)

rhlee12/Noble documentation built on May 31, 2019, 10:36 a.m.