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

formatHOBO - Additional DO parameters #117

Closed leppott closed 2 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. Getting the reformat HOBO function in the Shiny app to work for the DO parameters. The Northeast lake folks have worked up their DO data in HOBOware and we’re hoping not to have to manually reformat their DO data.

Describe the solution you'd like Three possible outputs for DO.

Describe alternatives you've considered NA

Additional context There are three possible parameters in the HOBO csv outputs (see attached example) -
• DO conc, mg/L • DO Adj Conc, mg/L • DO Percent Sat, %

‘DO conc’ is the base output (similar in concept to Sensor Depth (no reference water level measurement); here, DO conc is when people didn’t enter field calibration measurements when they processed their DO data in HOBOware). At a minimum, everyone will have DO conc in their output file.

DO conc, mg/L (LGR S/N: 20313269) WaterTemp, °C (LGR S/N: 20313269) DO Adj Conc, mg/L (LGR S/N: 20313269) DO Percent Sat, % (LGR S/N: 20313269)
leppott commented 3 years ago

Multiple edits:

leppott commented 3 years ago

Date failing in example file.

leppott commented 3 years ago

Date format fixed to handle 2 and 4 digit years.

leppott commented 3 years ago

Shiny app failing since no input for Hobo format. Need to add an input box.

leppott commented 2 years ago

Duplicate DO columns giving errors.

https://github.com/leppott/ContDataQC/issues/135

HoboWare Reformat fails with more than one DO field.

leppott commented 2 years ago

No longer get errors with multiple DO fields.