log pkg/controllers/diff.go @ 5412:34bc6041e61e marking-single-beam

age author description
Wed, 07 Jul 2021 10:58:14 +0200 Sascha L. Teichmann Added a type for class breaks. marking-single-beam
Mon, 18 Nov 2019 11:54:20 +0100 Sascha L. Teichmann Made staticcheck happy.
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, 21 Oct 2019 02:01:56 +0200 Sascha L. Teichmann Morph differences: Directly raster A and subtract B as a raster. direct-diff
Sat, 19 Oct 2019 18:34:17 +0200 Sascha L. Teichmann Removed unused code that interplolated height levels between class breaks.
Thu, 17 Oct 2019 18:33:46 +0200 Sascha L. Teichmann Started with stacking shells and holes of generated polygons correctly. stack-polygons
Wed, 16 Oct 2019 11:51:53 +0200 Sascha L. Teichmann morphology: Doing ST_SimplifyPreserveTopology before ST_MakeValid when storing geometries to database speeds things up ... a lot.
Wed, 16 Oct 2019 11:07:59 +0200 Sascha L. Teichmann morphology: Clip class breaks again Z min and max of the the height model.
Tue, 15 Oct 2019 20:49:24 +0200 Sascha L. Teichmann Limit the number of waiting diff calculations to 5.
Tue, 15 Oct 2019 18:25:40 +0200 Sascha L. Teichmann Be more clever when triggering diff calculations.
Mon, 14 Oct 2019 17:23:29 +0200 Sascha L. Teichmann Reintroduced the ST_MakeValid calls when inserting the iso geometries into the database.
Mon, 14 Oct 2019 14:58:04 +0200 Sascha L. Teichmann Completed usage of STRTrees. stree-experiment
Fri, 11 Oct 2019 20:49:10 +0200 Sascha L. Teichmann Used STRTree for caluculating the diff. stree-experiment
Fri, 11 Oct 2019 20:09:37 +0200 Sascha L. Teichmann Decouple the tracing of the iso areas from the octree data structure.
Fri, 11 Oct 2019 20:00:06 +0200 Sascha L. Teichmann Log the size of the transferred WKB to database for differences, too.
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