tis.pq.test: Downloads and performs process quality checks on NEON data

Description Usage Arguments Value Author(s)

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
3
tis.pq.test(site = "CPER", dp.id = "DP1.00001.001", prin.vars,
  bgn.month = "2012-05", end.month = "2012-06", time.agr = 30,
  package = "basic", save.dir, q.th = 95, v.th = 90)

Arguments

site

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

dp.id

Parameter of class character. The name of the data product to pull data, or a keyword for a family of data products, e.g. "wind" will pull for 2D and 3D wind data products.

prin.vars

The principle variables to test (variable names, such as 'windSpeed'). Omit the term 'Mean'.

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.

time.agr

Parameter of class numeric. The data agregation interval requested, must be 1, 2, or 30.

package

Parameter of class character. Optional. The type of data package to be returned If not specified, defaults to basic.

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


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