Closed webbpinner closed 8 years ago
Data should be fine although I might need to sanitize the headers at some point. The web view is very nice, just a few things that you'll probably fix later on: -It's raw 24Hz, but additional post processing will happen anyway -Being able to shut off different sensors at will (most people aren't interested in altimeter readings or empty channels)
Comments inline =-------------------------------------------------= Webb Pinner Mobile: 401.749.9322 Email: webbpinner@gmail.com Website: http://www.oceandatarat.org
On Nov 7, 2016, at 12:42 PM, asx- notifications@github.com wrote:
Data should be fine although I might need to sanitize the headers at some point. The web view is very nice, just a few things that you'll probably fix later on: -It's raw 24Hz, but additional post processing will happen anyway
I’m doing a 1:10 down sample to reduce the volume of data that is downloaded for display, might have to reduce further for performance reasons. -Being able to shut off different sensors at will (most people aren't interested in altimeter readings or empty channels)
Clicking on the individual legend items hides that dataset, allows user to build a chart of only the things they want to see. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/asx-/odf-ctd-proc/pull/2#issuecomment-258906486, or mute the thread https://github.com/notifications/unsubscribe-auth/ABfvVLC00ptr00HbsXe61EXMFEDWIxjmks5q72MMgaJpZM4KrSmp.
Found a bug in the latest version of converter_scaffolding where extra '\n' characters were being added at the end of each header (resulting in a blank line after each header row).
Added a web-viewer feature (-w flag) that creates a web-based, interactive plot of the converted data.
I needed to flesh out this code for integration with OpenVDM so I thought I'd add it as a feature to the utility.
The web-viewer also displays min/max stats for each column. There's also a drop-down in the upper-right of the chart that allows the chart to be downloaded as a png, pdf, jpg, svg should the user desire.
here's what the web-viewer should look like: http://138.197.8.27/ctd_webviewer/
If that CTD data is proprietary let me know and I'll pull down the demo immediately!
Please let me know if these pull requests become annoying and I'll stop. I look forward keeping an eye on this project. If there's anything I can do to help please let me know. -W