russellprimeau / BrusdalsvatnetDT

Collects and visualizes data from several systems for monitoring Brusdalsvatnet water quality.
GNU General Public License v3.0
0 stars 0 forks source link

Include the minimum depth contour in all multiselect groups #12

Closed russellprimeau closed 10 months ago

russellprimeau commented 10 months ago

From Andreas: when plotting the depth intervals (1m, 2m, 5m 10m, 20m), to include the surface layer. F.ex. For 10 m interval the following is plotted: 1m, 10m, 20m, 30m, 40m, etc.

Comment: the issue is that there is no data for a 0m depth contour (profiler starts at about 0.92m), and the code currently uses the range function to select the depths from each category, so to stay on round numbers, it starts from 0. Recommend to just add 1m to each grouping manually.