log pkg/controllers/gauges.go @ 3194:eeff2cc4ff9d

age author description
Wed, 08 May 2019 13:11:30 +0200 Sascha L. Teichmann controllers: re-factored the SQL filter to a tree like structure to be of more general use.
Wed, 08 May 2019 10:50:14 +0200 Sascha L. Teichmann controllers: moved filter builder to a separate file.
Thu, 25 Apr 2019 11:39:17 +0200 Sascha L. Teichmann Nash Sutcliffe: Optimization: When append predicted values only accept predictions where the issue date is 24/48/72h in the past of the measure date.
Wed, 24 Apr 2019 22:26:16 +0200 Sascha L. Teichmann "Sharp" match for predicted and measured values in nash sutcliffe. direct-match-nash-sutcliffe
Tue, 23 Apr 2019 18:10:19 +0200 Sascha L. Teichmann Nash Sutcliffe: Treat last prediction date as valid afterwards. Small optimizsations.
Tue, 23 Apr 2019 10:12:31 +0200 Sascha L. Teichmann Fixed c&p sign error in Nash Sutcliffe calculation.
Tue, 23 Apr 2019 10:10:54 +0200 Sascha L. Teichmann Simplified and fixed Nash Sutcliffe calculation.
Sun, 21 Apr 2019 19:11:38 +0200 Sascha L. Teichmann Fixed wrong index access.
Sun, 21 Apr 2019 19:02:35 +0200 Sascha L. Teichmann Made 'go vet' happy again.
Sun, 21 Apr 2019 18:59:00 +0200 Sascha L. Teichmann Reworked Nash-Sutcliffe calculation.
Wed, 03 Apr 2019 11:30:24 +0200 Sascha L. Teichmann Fixed SQL statement for nash sutcliffe calculation.
Mon, 01 Apr 2019 18:31:52 +0200 Sascha L. Teichmann calculate interval boundaries for Nash Sutcliffe in right order.
Mon, 01 Apr 2019 15:57:36 +0200 Sascha L. Teichmann Fixed selection for Nash-Sutcliffe coeff calculation.
Thu, 28 Mar 2019 18:25:54 +0100 Sascha Wilde Fixed selection of predicted for waterlevel endpoint.
Thu, 28 Mar 2019 17:56:14 +0100 Sascha L. Teichmann Filter predicted values for waterlevels.