diff 3rdpartylibs.sh @ 2762:f95ec0bb565c

Added endpoint to deliver average waterlevels for a given gauge. GET /api/data/average-waterlevels/{GAUGE}?from={FROM}&to={TO} from and to are optional and defaults to end of today and going a year backwards. Output is CSV in form of #date,#min,#max,#mean,#median,#Q25,#Q75
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 21 Mar 2019 18:07:49 +0100
parents eec11d3d74f9
children 2893ee8ce06f
line wrap: on
line diff
--- a/3rdpartylibs.sh	Thu Mar 21 17:31:03 2019 +0100
+++ b/3rdpartylibs.sh	Thu Mar 21 18:07:49 2019 +0100
@@ -41,6 +41,9 @@
 go get -u -v golang.org/x/sync/semaphore
 # Go License (aka BSD-3-Clause?)
 
+go get -u -v gonum.org/v1/gonum/stat
+# BSD-3-Clause
+
 ## list of additional licenses that get fetched and installed as dependencies
 # github.com/fsnotify/fsnotify/ BSD-3-Clause
 # github.com/hashicorp/hcl/ MPL-2.0