I've essentially restarted the QA/QC workflow for the Poudre sonde network so we can work on getting it fully compliant with ROSSyndicate style/workflow guidelines. (All the old code is in the scratch folder.) In this PR, I altered the original calibration report pull to use map() instead of a for loop. I also added some code to handle calibration reports for sites that do not have a turbidity sensor. Mind taking a look at src/qaqc/01-organize_raw_data to see if it works for you @steeleb? Let me know if you need the link to the data folder!
I've essentially restarted the QA/QC workflow for the Poudre sonde network so we can work on getting it fully compliant with ROSSyndicate style/workflow guidelines. (All the old code is in the scratch folder.) In this PR, I altered the original calibration report pull to use
map()
instead of afor
loop. I also added some code to handle calibration reports for sites that do not have a turbidity sensor. Mind taking a look at src/qaqc/01-organize_raw_data to see if it works for you @steeleb? Let me know if you need the link to the data folder!