log cmd/octree2contour/store.go @ 925:15bf101e1522

age author description
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.
Thu, 04 Oct 2018 18:53:22 +0200 Tom Gottfried Simplify contour lines on storage
Thu, 04 Oct 2018 17:46:59 +0200 Tom Gottfried Merge contour lines
Thu, 04 Oct 2018 16:32:47 +0200 Tom Gottfried Store contour lines in 2D
Mon, 24 Sep 2018 13:14:49 +0200 Sascha L. Teichmann Clip contour lines against bounding area of sounding result.
Mon, 24 Sep 2018 11:24:42 +0200 Sascha L. Teichmann Fixed problem with unique constraint for countour lines.
Mon, 24 Sep 2018 10:58:34 +0200 Sascha L. Teichmann Spell table names correctly.
Sun, 23 Sep 2018 19:51:02 +0200 Sascha L. Teichmann Store sounding results contour lines into right table.
Sat, 22 Sep 2018 21:57:30 +0200 Sascha L. Teichmann Moved octree loading stuff to octree package.
Sat, 22 Sep 2018 21:34:12 +0200 Sascha L. Teichmann Renamed a few types to uppercase names to prepare the move to the octree package.
Fri, 21 Sep 2018 14:47:44 +0200 Sascha L. Teichmann octree: define a type for LineStringZ. octree
Thu, 20 Sep 2018 15:50:07 +0200 Sascha L. Teichmann octree: Store contour lines into postgres/postgis. octree