log pkg/imports/sr.go @ 4776:0feddad5bb6d

age author description
Mon, 21 Oct 2019 12:51:23 +0200 Sascha L. Teichmann Fixed another formatting oversight.
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 19:12:18 +0200 Sascha L. Teichmann Fixed a formatting mistake.
Sat, 19 Oct 2019 18:34:17 +0200 Sascha L. Teichmann Removed unused code that interplolated height levels between class breaks.
Fri, 18 Oct 2019 17:32:02 +0200 Sascha L. Teichmann SR import: Reduce the point density in interpolation 1 point per meterĀ².
Fri, 18 Oct 2019 17:07:24 +0200 Sascha L. Teichmann SR import: If the point density is greater than 0.2 values per meterĀ² the interpolating step is omitted.
Fri, 18 Oct 2019 09:37:53 +0200 Sascha L. Teichmann Removed ST_MakeValid() call from storing iso areas in SR import, too. 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.
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 15:27:34 +0200 Sascha L. Teichmann Speak of meshes instead od octrees as they are not longer used. stree-experiment
Mon, 14 Oct 2019 13:12:38 +0200 Sascha L. Teichmann Generate STRTrees instaead of Octree during sounding result imports. stree-experiment
Sun, 13 Oct 2019 15:45:39 +0200 Sascha L. Teichmann Add a method to serialize an STRTree. 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.