log pkg/controllers/bottlenecks.go @ 3393:cf0b5274698a

age author description
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.
Sun, 28 Apr 2019 15:26:14 +0200 Sascha L. Teichmann Display Available Fairway Depths: Introduced type to re-use code from Available Fairway Depths vs. LNWL.
Wed, 17 Apr 2019 15:04:28 +0200 Sascha L. Teichmann Display Available Fairway Depths vs. LNWL: Completed backend (untested).
Fri, 12 Apr 2019 17:27:21 +0200 Sascha L. Teichmann Fairway availability: 'virtualized' the field to classify.
Fri, 12 Apr 2019 17:00:30 +0200 Sascha L. Teichmann Fairway availability: Fill classes.
Fri, 12 Apr 2019 15:49:00 +0200 Sascha L. Teichmann Fairway availability: Set boundaries of segments correctly.
Fri, 12 Apr 2019 12:11:40 +0200 Sascha L. Teichmann Fairway availability: More robust time and value interpolations including corner cases. Still TODO: Distribute to classes.
Mon, 08 Apr 2019 18:54:13 +0200 Sascha L. Teichmann Fairway availibility: Started with class building.
Mon, 08 Apr 2019 16:38:57 +0200 Sascha L. Teichmann Fairway availibity for bottlenecks: Started with fetchting the relevant data. TODO: Range calculations. WIP.