log pkg/octree/builder.go @ 2475:25e2578b76f3 octree-diff

age author description
Wed, 27 Feb 2019 17:44:44 +0100 Sascha L. Teichmann Fixed counting of nodes. octree-diff
Wed, 27 Feb 2019 16:15:38 +0100 Sascha L. Teichmann Made octree builder concurrent. octree-diff
Sun, 30 Dec 2018 16:24:51 +0100 Sascha L. Teichmann Octree: Fixed a few golint quirks and normalized logging a bit.
Sat, 24 Nov 2018 16:35:16 +0100 Sascha L. Teichmann Unpublish a method to make 'go vet' happy.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Thu, 18 Oct 2018 15:11:49 +0200 Sascha L. Teichmann Fetch the octree directly from the builder. No need to deserialize it from the blob.
Thu, 18 Oct 2018 13:09:49 +0200 Sascha L. Teichmann Generate TINs and octrees in sounding result importer.
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.