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.