Recent Releases of https://github.com/cchdo/r2r-ctd

https://github.com/cchdo/r2r-ctd - v2025.09.1 The Humbling Release

The humbling release: Made some bad assumptions about the WHOI code and had to fix them.

What's Changed

  • Skip CNV generation attempt if the hdr temperature/conductivity sensr…r serial number does not match the first serial number of that sensor type in the xmlcon by @DocOtak in https://github.com/cchdo/r2r-ctd/pull/5

Full Changelog: https://github.com/cchdo/r2r-ctd/compare/v2025.09.0...v2025.09.1

- Python
Published by asdossant 10 months ago

https://github.com/cchdo/r2r-ctd - v2025.09.0 The Production

We kicked the tires a lot, had a meeting to decide some stuff, and going to put it into production tomorrow (hopefully).

What's Changed

  • Added a timeout to the SBEBatch.exe container wine command, this attempts to work around a issue where the wine process would never exit even though work had finished. Right now the timeout is 5 minutes and fixed.
  • fixed a bug where the wine retry decorator would retry forever
  • Increase the cnv generation attempts from 3 to 5
  • Add HTML/leaflet based map output
  • If no files to test (empty breakout), set overall score to black
  • Add runtime control of how to check the payload "data" directory against the manifest
  • Changed final rating calculation to match original WHOI software.

Full Changelog: https://github.com/cchdo/r2r-ctd/compare/v2025.08.0...v2025.09.0

- Python
Published by DocOtak 10 months ago

https://github.com/cchdo/r2r-ctd - v2025.08.0 The First

As far as I can tell, things are production ready, at least ready enough for a release.

  • Docs written
  • Like 3 doctests are happening
  • Run against new and existing breakouts
  • Bugs fixed

Even if things aren't perfect, and they never are. In the interest of reproducibility and rigor, any QA results being published need to also come from a versioned, traceable, documented software stack.

- Python
Published by DocOtak 10 months ago