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

Config - Lake profile version using metric #119

Closed leppott closed 3 years ago

leppott commented 3 years ago

Is your feature request related to a problem? Please describe. Lake profile monitoring uses metric (m for depth and kPa for pressure).

Describe the solution you'd like Create a new config file and add to example.

Describe alternatives you've considered Users having trouble making the mods themselves.

Additional context • Take the current default config file, go through and change all the units for sensor depth and water level to meters and kPa for both pressure variables. Save the config file as ‘lake default’ or something along those line and send it to me. We’ll be customizing all the Northeast lake config files and I’ll use the file you send me as my starter config file.

leppott commented 3 years ago

Runs fine in Shiny app so resolved.

config.Lakes.metric.R

remove line for new env and then modified units near top of file.

leppott commented 3 years ago

Need to modify thresholds after switching units.

leppott commented 3 years ago

formatHobo works fine with revised config.R file with different names.