log pkg/controllers/gauges.go @ 3725:18777f6df3ef

age author description
Thu, 20 Jun 2019 18:42:52 +0200 Raimund Renkert Partially fix waterlevel selection for gauge_measurements(_predictions)
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Wed, 15 May 2019 19:08:49 +0200 Tom Gottfried Disentangle gauge measurements and predictions
Thu, 09 May 2019 15:42:21 +0200 Sascha L. Teichmann Fixed SQL statements. Got broken when migrated to new filter builder.
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.