log pkg/octree/areas.go @ 4764:5c80a33edd44

age author description
Sat, 19 Oct 2019 19:40:51 +0200 Sascha L. Teichmann Fixed handling of none-closed polygons in containment test.
Fri, 18 Oct 2019 12:11:45 +0200 Sascha L. Teichmann Removed redundant code in stacking iso polygons correctly.
Fri, 18 Oct 2019 12:01:21 +0200 Sascha L. Teichmann More code simplification.
Fri, 18 Oct 2019 11:57:26 +0200 Sascha L. Teichmann Code simplification.
Fri, 18 Oct 2019 02:10:56 +0200 Sascha L. Teichmann Take another point into account when checking containment. stack-polygons
Fri, 18 Oct 2019 01:41:24 +0200 Sascha L. Teichmann Made shell clockwise and holes counter clockwise. stack-polygons
Fri, 18 Oct 2019 00:16:12 +0200 Sascha L. Teichmann Output based on recursive containment. stack-polygons
Thu, 17 Oct 2019 23:56:19 +0200 Sascha L. Teichmann Added a new contout type which is capable of doing a point in polygon check and use this as a second level filter in building the bbox tree. stack-polygons
Thu, 17 Oct 2019 21:31:03 +0200 Sascha L. Teichmann Fixed swapped coordinates ... doh! stack-polygons
Thu, 17 Oct 2019 18:33:46 +0200 Sascha L. Teichmann Started with stacking shells and holes of generated polygons correctly. stack-polygons
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 13:12:38 +0200 Sascha L. Teichmann Generate STRTrees instaead of Octree during sounding result imports. 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.
Tue, 08 Oct 2019 10:37:02 +0200 Sascha L. Teichmann Fixed systematic offset of new iso areas. iso-areas
Mon, 07 Oct 2019 17:48:56 +0200 Sascha L. Teichmann Use simple super-sampling when rasterizing. iso-areas
Sun, 06 Oct 2019 11:12:32 +0200 Sascha L. Teichmann Moved area tracing to octree package. iso-areas