log pkg/controllers/diff.go @ 4637:0ed1489af8b6

age author description
Fri, 11 Oct 2019 15:09:13 +0200 Sascha L. Teichmann Removed ST_MakeValid from inserting sounding results and differences ... in hope that they are not broken.
Tue, 08 Oct 2019 12:10:55 +0200 Sascha L. Teichmann Removed old contours from backend and database. iso-areas
Mon, 07 Oct 2019 13:13:14 +0200 Sascha L. Teichmann Generate iso ares for sounding differences, too. iso-areas
Fri, 23 Aug 2019 18:02:01 +0200 Sascha L. Teichmann Prevent heights duplicates in iso line calculations.
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
Mon, 15 Jul 2019 17:54:12 +0200 Sascha L. Teichmann Completing: Don't create extra inbetween class breaks.
Wed, 10 Jul 2019 11:55:06 +0200 Sascha L. Teichmann Use custom class breaks in morpho differences.
Thu, 13 Jun 2019 19:13:42 +0200 Tom Gottfried Ensure sounding results are associated to matching bottleneck version
Mon, 11 Mar 2019 18:20:34 +0100 Sascha L. Teichmann Morphological differences: Bottleneck_id is an integer represented as a string.
Mon, 11 Mar 2019 16:53:48 +0100 Sascha L. Teichmann Morphological differences: Fixed broken SQL statement.
Mon, 11 Mar 2019 16:48:04 +0100 Sascha L. Teichmann Morphological differences: Fixed type assertion for input json.
Mon, 11 Mar 2019 16:42:38 +0100 Sascha L. Teichmann Morphological differences: Store calculated iso-lines in database.
Mon, 11 Mar 2019 15:58:26 +0100 Sascha L. Teichmann Morphological differences: Check if we already have a diff before we start to calculate it.
Mon, 11 Mar 2019 15:04:23 +0100 Sascha L. Teichmann Morphological differences: Centralized generation of height values for differences in octree package.
Mon, 11 Mar 2019 14:50:04 +0100 Sascha L. Teichmann Morphological differences: Moved TIN clipping to octree package and hide the technical details there.
Mon, 11 Mar 2019 14:36:34 +0100 Sascha L. Teichmann Morphological differences: Moved loading of clipping polygon into octree package.
Mon, 11 Mar 2019 14:00:49 +0100 Sascha L. Teichmann Morphological differences: Moved some code into octree package.
Mon, 11 Mar 2019 13:15:28 +0100 Sascha L. Teichmann Morphological differences: Added endpoint stub POST /api/diff