log pkg/controllers/diff.go @ 4686:1d6f28e45696

age author description
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