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

Combined files (air and water) with different start times. #3

Closed leppott closed 7 years ago

leppott commented 7 years ago

Data from different sensors in the same file can have different start times (e.g., x:12 and x:17). When the files are combined this causes every other row for each parameter to be NA.

leppott commented 7 years ago

v2.0.1.002 added detection function in to Helper.R. Will need to create a separate routine to handle these files. This type of data affects the combined plots in the reports.

leppott commented 7 years ago

Reports (RMD) fail on QC step for offset data.

leppott commented 7 years ago

Fixed in v2.0.1.9005.

Though none of the plots in the RMD are working now.