quince-science / QuinCe

QuinCe is an online tool for processing and quality control of data from scientific instruments, with a primary focus on oceanic data.
https://quince.science
GNU General Public License v3.0
7 stars 8 forks source link

Data file with only GPS data not recorded properly #2840

Closed squaregoldfish closed 8 months ago

squaregoldfish commented 8 months ago

This is a theory about a bug, so it might not be 100% accurate.

If a user sets up an instrument with multiple files, and one of those files contains only position info (date/time and position, no other columns specified), the position data isn't stored in the file_definition table. This has a knock-on effect of the file looking like it has no associated columns and kills all of QuinCe.

squaregoldfish commented 8 months ago

This was actually an instance of #2645