EOGrady21 / vprr

Video Plankton Recorder Data Processing
https://eogrady21.github.io/vprr/
Other
2 stars 1 forks source link

CTD column flexibility #54

Closed EOGrady21 closed 11 months ago

EOGrady21 commented 11 months ago

vpr_ctd_read, ctd_df_cols need to be updated to be more flexible on CTD column naming. Each VPR has the potential to have unique order/ number of columns, VPRs could also be updated to include new sensors over time and column names might need to be updated.

After discussion with @kevinsorochan we decided that a handful of default values should be required and minimally labelled (with warnings that they may be labelled incorrectly depending on CTD configuration). These variables would be Time stamp, temperature, salinity & depth.

EOGrady21 commented 11 months ago

This update is fully integrated and passing tests now in the develop branch. This would be a key update to include in the next CRAN release.