log pkg/octree/vertex.go @ 1665:da0d1a19ebe6

age author description
Sun, 25 Nov 2018 17:05:19 +0100 Sascha L. Teichmann Named method recievers consistently to make golint happy.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
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.