log pkg/controllers/bottlenecks.go @ 5220:142ac550bd9a new-fwa

age author description
Tue, 12 May 2020 10:15:32 +0200 Sascha L. Teichmann Unify headers for CSV export. new-fwa
Mon, 11 May 2020 16:42:36 +0200 Sascha L. Teichmann Made breaks defaults more sensible new-fwa
Mon, 11 May 2020 16:10:26 +0200 Sascha L. Teichmann Introduce separate breaks from depths and widths. new-fwa
Mon, 11 May 2020 11:41:57 +0200 Sascha L. Teichmann Simplified header generation for CSV output. new-fwa
Mon, 11 May 2020 11:03:19 +0200 Sascha L. Teichmann Introduced type for mode (monthly, quarterly, yearly). new-fwa
Fri, 08 May 2020 18:59:14 +0200 Sascha L. Teichmann Start calculting the navigability. TODO: accumulate and do output. new-fwa
Fri, 08 May 2020 15:59:44 +0200 Sascha L. Teichmann Load water values, too. new-fwa
Fri, 08 May 2020 09:24:19 +0200 Sascha L. Teichmann Removed duplicated code. new-fwa
Thu, 07 May 2020 16:25:58 +0200 Sascha L. Teichmann More code movement. new-fwa
Thu, 07 May 2020 15:46:51 +0200 Sascha L. Teichmann Started to move code around. new-fwa
Wed, 04 Dec 2019 16:00:19 +0100 Sascha Wilde Fixed comment
Wed, 04 Dec 2019 15:29:42 +0100 Sascha Wilde Removed verbose output of optimisticPadClassification, (was for debugging only).
Wed, 04 Dec 2019 15:28:22 +0100 Sascha Wilde Limit interpolation of time ranges for Available Fairway Depths to 1.5h.
Wed, 06 Nov 2019 18:18:10 +0100 Sascha L. Teichmann Don't reflect bad input back to client in availability controller.
Wed, 16 Oct 2019 17:35:25 +0200 Sascha Wilde FA: fix inconsistency in access to values of LDCs and limiting value.
Wed, 16 Oct 2019 16:50:36 +0200 Sascha Wilde FA diagram: take latest available LDC.
Mon, 09 Sep 2019 15:16:31 +0200 Sascha Wilde FA: Fixed units in csv headers. fa-round-in-backend
Mon, 09 Sep 2019 15:14:55 +0200 Sascha Wilde FA diagrams: round to full days in back end. fa-round-in-backend
Fri, 06 Sep 2019 18:06:45 +0200 Sascha L. Teichmann Fixed typos, tightened code removed trailing whitespace.
Fri, 06 Sep 2019 17:22:42 +0200 Sascha Wilde FA: be optimistic about missing data.
Fri, 02 Aug 2019 11:46:30 +0200 Sascha L. Teichmann Fairway avail controller for bottlenecks: Use common time parsing. An oversight from the timezone streamlining.
Thu, 25 Jul 2019 15:02:19 +0200 Sascha Wilde Adapted fwa calculations (for diagrams) to new historization model. historization_ng
Wed, 24 Jul 2019 17:35:36 +0200 Sascha Wilde Adapted loadLDCReferenceValue to new historization model. historization_ng
Wed, 17 Jul 2019 11:29:20 +0200 Sascha L. Teichmann Removed dead code.
Tue, 18 Jun 2019 16:44:05 +0200 Sascha Wilde Fixed SQL in bottleneck/fairway-depth api.
Sat, 15 Jun 2019 14:36:50 +0200 Tom Gottfried Align bottleneck validity at gauges
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
Mon, 27 May 2019 11:21:11 +0200 Sascha L. Teichmann fairway availibility: Fixed time interval for line.
Fri, 24 May 2019 13:46:56 +0200 Sascha Wilde Slightly improved generated CSV headers, also used as legend by client.
Fri, 24 May 2019 12:13:55 +0200 Sascha L. Teichmann Write fairway-depth as CSV, too. fairway-avail-csv
Fri, 24 May 2019 11:20:15 +0200 Sascha L. Teichmann Prepared to write the fairway availibilty as CSV, too. WIP. fairway-avail-csv
Thu, 23 May 2019 17:28:14 +0200 Sascha L. Teichmann fairway availibilty: Implemented for streches and sections.
Thu, 23 May 2019 16:40:15 +0200 Sascha L. Teichmann fairway availabilty: A more constistent result format.
Thu, 23 May 2019 16:25:30 +0200 Sascha L. Teichmann fairway availibilty: Changed result document to be more precise.
Thu, 23 May 2019 15:49:59 +0200 Sascha L. Teichmann fairway availabilty: removed level from class breaks.
Thu, 23 May 2019 15:25:24 +0200 Sascha L. Teichmann fairway availibility: Reduce defaults to 230 and 250 as class breaks.
Thu, 23 May 2019 12:53:19 +0200 Sascha L. Teichmann available fairway depth: Implemented backend for sections and stretches.
Wed, 22 May 2019 18:31:42 +0200 Sascha L. Teichmann Cosmetics: Forgot a newline in logging.
Wed, 22 May 2019 18:00:53 +0200 Sascha L. Teichmann available fairway depth: Decide if width or depth is critial by looking at the bottleneck limiting factor.
Wed, 22 May 2019 16:09:56 +0200 Sascha L. Teichmann waterlevel classification: Added 'breaks=<value 1>,<value 2>,...,<value n>' query parameter to set the class breaks for classification.
Wed, 22 May 2019 15:28:35 +0200 Sascha L. Teichmann waterlevel classification: Re-enable finding a good starting points for classification intervals.
Wed, 22 May 2019 13:26:54 +0200 Sascha L. Teichmann Added TODO in waterlevel classifcation to find a good starting point.
Wed, 22 May 2019 13:14:55 +0200 Sascha L. Teichmann Waterlevel calculation: fixed labels of quarters (again).
Wed, 22 May 2019 13:04:00 +0200 Sascha L. Teichmann Calculate quarters correctly in waterlevel classification.
Wed, 22 May 2019 12:33:59 +0200 Sascha L. Teichmann Waterlevel classification: Handle case of same values in adjoint meassure dates correctly.
Wed, 22 May 2019 10:47:04 +0200 Sascha L. Teichmann Simplified waterlevel classification.
Mon, 20 May 2019 18:27:58 +0200 Sascha L. Teichmann Fixed waterlevel classifications.
Mon, 20 May 2019 15:00:26 +0200 Sascha L. Teichmann LWNL classification: removed optimisation to find good starting point. To be re-added later.
Fri, 17 May 2019 18:21:36 +0200 Sascha L. Teichmann Fixed time interval handling in waterlevel classification
Fri, 17 May 2019 17:22:09 +0200 Sascha L. Teichmann Be more verbose with unexpected case in classifying waterlevels.
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Wed, 08 May 2019 17:53:08 +0200 Sascha L. Teichmann Second fix to waterlevel classification. Set the bounds of the intervals correctly.
Wed, 08 May 2019 16:00:24 +0200 Sascha L. Teichmann First fix for waterlevel classifications.
Tue, 30 Apr 2019 15:11:47 +0200 Sascha L. Teichmann Fairway availability depth: Fixed SQL statement.
Mon, 29 Apr 2019 11:58:20 +0200 Sascha L. Teichmann Display Available Fairway Depths: Implemented monthly, quarterly and yearly stepping through the measurements.
Mon, 29 Apr 2019 11:36:00 +0200 Sascha L. Teichmann Display Available Fairway Depths: More controller code.
Sun, 28 Apr 2019 22:26:48 +0200 Sascha L. Teichmann Added stub for GET /api/data/fairway-depth/{gauge}
Sun, 28 Apr 2019 22:03:37 +0200 Sascha L. Teichmann Cosmetics.
Sun, 28 Apr 2019 21:41:20 +0200 Sascha L. Teichmann Simpified code.
Sun, 28 Apr 2019 21:29:41 +0200 Sascha L. Teichmann Simplified code.