WHOIGit / PhytO-ARM

PhytO-ARM: Phytoplankton Observing for Automated Real-time Management
https://hablab.whoi.edu/phyto-arm/
GNU General Public License v3.0
0 stars 0 forks source link

web_node json validity check #39

Open mbrosnahan opened 6 months ago

mbrosnahan commented 6 months ago

We ran into issue today where IFCBacquire was not writing data published by web_node. This was confusing at first because web_node was publishing. IFCBacquire is strict about only accepting valid json strings. The published output included a value of NaN due to bad config for ctdDepth. Because the json was not valid, no data from web_node were being written to IFCB hdrs.

rgov commented 3 months ago

Could McLane provide us any details about their data format requirements?