log pkg/controllers/gauges.go @ 4244:4394daeea96a json-handler-middleware

age author description
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Fri, 26 Jul 2019 09:54:08 +0200 Sascha L. Teichmann Merged default into timezone branch. timezone
Thu, 25 Jul 2019 17:15:00 +0200 Sascha L. Teichmann Handle Nash-Sutcliff more tolerant for NaN/Inf values.
Thu, 25 Jul 2019 15:43:13 +0200 Sascha L. Teichmann Parse timezones from time inputs and send timezones in results. timezone
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.
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.
Wed, 27 Mar 2019 15:37:36 +0100 Sascha L. Teichmann cosmetics: removed superfluous casts.
Wed, 27 Mar 2019 13:43:41 +0100 Sascha L. Teichmann longterm waterlevels statistics: Generate a comment line with the interval of years.
Wed, 27 Mar 2019 10:19:31 +0100 Sascha L. Teichmann Added staging_done to the longterm waterlevels selections.
Tue, 26 Mar 2019 14:56:38 +0100 Sascha L. Teichmann Removed old longterm waterlevel statistics endpoint.
Tue, 26 Mar 2019 12:45:50 +0100 Sascha L. Teichmann Optimized longterm waterlevel statistics.
Tue, 26 Mar 2019 07:47:16 +0100 Sascha L. Teichmann Calculate the longterm waterlevels over UTC times, too.
Tue, 26 Mar 2019 07:45:27 +0100 Sascha L. Teichmann Calculate the yearly waterlevel over an UTC time interval.
Tue, 26 Mar 2019 07:41:53 +0100 Sascha L. Teichmann Use between filter to speed up SQL for fetching yearly waterlevels.
Mon, 25 Mar 2019 18:37:13 +0100 Sascha L. Teichmann Added GET /api/data/year-waterlevels/{gauge}/{year}
Mon, 25 Mar 2019 17:31:56 +0100 Sascha L. Teichmann Added GET /data/longterm-waterlevels/{gauge}
Fri, 22 Mar 2019 21:55:30 +0100 Sascha L. Teichmann Added min and max values to CSV output of /api/data/waterlevels/{gauge} .
Thu, 21 Mar 2019 21:40:11 +0100 Sascha L. Teichmann Fixed broken SQL statement.
Thu, 21 Mar 2019 18:19:44 +0100 Sascha L. Teichmann Fixed gauge selection in Nash Sutcliffe calculation.
Thu, 21 Mar 2019 18:07:49 +0100 Sascha L. Teichmann Added endpoint to deliver average waterlevels for a given gauge.
Wed, 20 Mar 2019 10:47:01 +0100 Sascha L. Teichmann Added calculation of Nash Sutcliffe efficiency coefficents.
Fri, 15 Mar 2019 18:34:13 +0100 Sascha L. Teichmann Added GET /api/data/waterlevels/{gauge isrs}?from={time_a}&to={time_b} to fetch waterlevels of gauge.