log pkg/octree/vertex.go @ 988:7dfd3db94e6d

age author description
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Wed, 17 Oct 2018 16:00:49 +0200 Sascha L. Teichmann Moved octree builder into octree package to be reusable by the sounding result import job.
Tue, 16 Oct 2018 18:20:50 +0200 Sascha L. Teichmann Started with writing an importer job for sounding results.
Tue, 09 Oct 2018 13:30:45 +0200 Sascha L. Teichmann Simplified line merging in generating contour lines.
Mon, 08 Oct 2018 13:09:02 +0200 Sascha L. Teichmann octree2contour: Merge multi linestrings in user land before sending them to database. geo-style
Sat, 06 Oct 2018 13:34:51 +0200 Sascha L. Teichmann Send 2D X/Y vertices to the database directly instead of sending 3D data and dropping the Z value afterwards.
Sat, 06 Oct 2018 13:20:31 +0200 Sascha L. Teichmann Precalculate WKB size for MultiLineStringZ to avoid reallocations.
Thu, 27 Sep 2018 21:27:07 +0200 Sascha L. Teichmann Removed dead code.
Thu, 27 Sep 2018 17:37:47 +0200 Sascha L. Teichmann Cross section: Made triangle intersection less spammy.
Thu, 27 Sep 2018 17:32:25 +0200 Sascha L. Teichmann Cross sections: Fixed problem that certain inputs don't deliver data.
Thu, 27 Sep 2018 11:40:02 +0200 Sascha L. Teichmann More fixes to vertical triangle intersection.
Thu, 27 Sep 2018 10:57:39 +0200 Sascha L. Teichmann Vertical Triangle intersection: Fixed function to determine where intersection point
Thu, 27 Sep 2018 09:55:25 +0200 Sascha L. Teichmann Removed dead code.
Thu, 27 Sep 2018 08:24:23 +0200 Sascha L. Teichmann Fill in last remaining corner cases in vertical triangle interpolation.
Thu, 27 Sep 2018 08:15:28 +0200 Sascha L. Teichmann Cleaned up interpolation mess in vertical triangle intersection.
Wed, 26 Sep 2018 18:36:12 +0200 Sascha L. Teichmann Triangle intersection. WIP. Currently interpolation is messed up.
Wed, 26 Sep 2018 13:17:32 +0200 Sascha L. Teichmann Fixed a bug with 2d planes (lines) found while working on line intersections.
Wed, 26 Sep 2018 12:21:12 +0200 Sascha L. Teichmann Moved Box2D and Plane2D into vertex.go and made to API public.
Tue, 25 Sep 2018 21:51:53 +0200 Sascha L. Teichmann Fixed nasty typo.
Tue, 25 Sep 2018 17:45:44 +0200 Sascha L. Teichmann Join neighbored linestring segments in octree cross sections and sort them along the input line.
Tue, 25 Sep 2018 13:11:33 +0200 Sascha L. Teichmann More infrastructure for the octree driven cross section endpoint.
Sat, 22 Sep 2018 22:23:21 +0200 Sascha L. Teichmann Renamed scale in Vertex to uppercase to make it public.
Sat, 22 Sep 2018 22:14:31 +0200 Sascha L. Teichmann Removed vertex duplicate.
Sat, 22 Sep 2018 21:57:30 +0200 Sascha L. Teichmann Moved octree loading stuff to octree package. base cmd/octree2contour/vertex.go@7df5a17a6dfc