leppott / ContDataQC

Quality control checks on continuous data. Example data is from a HOBO data logger with 30 minute intervals.
https://leppott.github.io/ContDataQC/
MIT License
20 stars 10 forks source link

Feature - Custom Threholds #1

Closed leppott closed 7 years ago

leppott commented 7 years ago

Want ability to create new thresholds and save them.

leppott commented 7 years ago

Will add new set of commands to 1. save threshold file, 2. restore original file, 3. modify functions to have a threshold parameter (default will be default thresholds).

leppott commented 7 years ago

Added in v2.0.1.0002. Need to add examples to the function.

leppott commented 7 years ago

Working in v2.0.1.9007 but only for files in package directory in "extdata" folder. Need to generalize so can load from any location.

leppott commented 7 years ago

Fixed so it uses file including path so can be any file. Examples in ContDataQC() include copying an example for central time zone to the folder "Data1_RAW". And then using it to get USGS gage data from a location in the central time zone.

leppott commented 7 years ago

Fixed in v2.0.1.9007.