log pkg/controllers/cross.go @ 5564:aaa9e658cabd

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Tue, 05 Nov 2019 14:30:22 +0100 Sascha L. Teichmann Renamed octree package to mesh as there is no octree any more. remove-octree-debris
Mon, 14 Oct 2019 14:58:04 +0200 Sascha L. Teichmann Completed usage of STRTrees. stree-experiment
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
Tue, 28 May 2019 17:14:52 +0200 Markus Kottlaender removed waterlevel property from cross profile endpoint waterlevel-in-crossprofile
Thu, 07 Mar 2019 18:05:20 +0100 Sascha L. Teichmann Cross profile endpoint: Normalized logging.
Tue, 19 Feb 2019 08:08:17 +0100 Sascha L. Teichmann Added current water level to properties of cross-section.
Tue, 27 Nov 2018 13:02:28 +0100 Sascha L. Teichmann Backend: Centralized the definition of WGS84 constant in the models package.
Sun, 25 Nov 2018 19:25:27 +0100 Sascha L. Teichmann Renamed octree.OctreeCache to octree.Cache to reduce stuttering.
Sun, 25 Nov 2018 16:26:41 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument in all calls.
Thu, 15 Nov 2018 15:50:02 +0100 Sascha L. Teichmann cross sections: As the triangles in the octree are already clipped against the area
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Fri, 28 Sep 2018 10:25:09 +0200 Sascha L. Teichmann cross profile controller: Handle real errors before checking if there is no matching survey.
Fri, 28 Sep 2018 10:13:54 +0200 Sascha L. Teichmann Don't crash in cross profile controller if requesting a not existing survey.
Thu, 27 Sep 2018 16:30:15 +0200 Sascha L. Teichmann Cross sections: Clip result against area of the sounding result.
Thu, 27 Sep 2018 13:18:50 +0200 Sascha L. Teichmann Removed old cross section controller. base pkg/controllers/octreecross.go@886e7fd36c73
Fri, 21 Sep 2018 15:53:17 +0200 Tom Gottfried Merge output of ST_3DIntersection into a single linestring
Fri, 14 Sep 2018 18:02:53 +0200 Sascha L. Teichmann Cross sections: Simplified joining segments code a bit and moved timing into controller.
Fri, 14 Sep 2018 16:21:44 +0200 Sascha L. Teichmann Cross sections: Commit data model for fast cross section calculation.
Fri, 14 Sep 2018 12:01:45 +0200 Sascha L. Teichmann Cross sections: Take and produce valid GeoJSON.
Thu, 13 Sep 2018 16:54:52 +0200 Sascha L. Teichmann Cross sections: Added a naive O(N^2) algorithm to join the neighbored line segments.
Thu, 13 Sep 2018 12:59:18 +0200 Sascha L. Teichmann Cross sections: Fixed SQL, endian, WKB and JSON encoding errors.
Thu, 13 Sep 2018 12:09:23 +0200 Sascha L. Teichmann Cross sections: Using the database in the web service.
Wed, 12 Sep 2018 19:51:46 +0200 Sascha L. Teichmann Cross sections: started with implementation of web service (WIP).