log pkg/imports/sr.go @ 4055:98e2041c7ebf historization_ng

age author description
Wed, 24 Jul 2019 18:16:27 +0200 Sascha Wilde Adapted sr-import to new historization model. historization_ng
Wed, 17 Jul 2019 11:38:24 +0200 Sascha L. Teichmann Removed more dead code.
Mon, 15 Jul 2019 17:54:12 +0200 Sascha L. Teichmann Completing: Don't create extra inbetween class breaks.
Mon, 15 Jul 2019 17:09:01 +0200 Sascha Wilde Merged changes from v3.1.1
Mon, 15 Jul 2019 16:57:00 +0200 Sascha Wilde Don't create extra inbetween class breaks. v3.1-releases
Sun, 14 Jul 2019 17:33:01 +0200 Sascha L. Teichmann SR import: Made `negate-z` flag more symmetrical to `single-beam` flag.
Sun, 14 Jul 2019 17:19:22 +0200 Sascha L. Teichmann SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
Wed, 10 Jul 2019 16:47:00 +0200 Sascha L. Teichmann SR import: Fixed LDC treatment if depth reference system is ZPG.
Wed, 10 Jul 2019 11:45:55 +0200 Sascha L. Teichmann Use custom morpho class breaks in sounding result contour generation.
Wed, 26 Jun 2019 11:00:35 +0200 Sascha Wilde Don't show unnecessary warnings when uploading TXT file for SR.
Mon, 24 Jun 2019 16:28:12 +0200 Sascha L. Teichmann SR import: Accept TXT file for uploads.
Mon, 24 Jun 2019 12:54:25 +0200 Sascha L. Teichmann SR import: Use home-brew concave hull algorithm in multi-beam scan case, too. concave-hull
Mon, 24 Jun 2019 11:39:09 +0200 Sascha L. Teichmann Estimated too large triangles as triangles which have an edge which is at least 3.5 times as long as the standard dev of the longest egde per inner triangle. concave-hull
Fri, 14 Jun 2019 17:56:42 +0200 Sascha L. Teichmann SR import: Made error messages symmetrical to multi beam if no matching bottleneck is found for single beam imports.
Fri, 14 Jun 2019 12:02:58 +0200 Sascha L. Teichmann Merged default into single-beam branch. single-beam
Fri, 14 Jun 2019 11:59:14 +0200 Sascha L. Teichmann Handle th case that a boundary polygon is uploaded along side with the single beam scan. single-beam
Thu, 13 Jun 2019 19:13:42 +0200 Tom Gottfried Ensure sounding results are associated to matching bottleneck version
Thu, 13 Jun 2019 18:33:54 +0200 Sascha L. Teichmann Started with cleaning up the single beam import. single-beam
Thu, 13 Jun 2019 17:07:28 +0200 Sascha L. Teichmann Fixed problem with wrong EPSG code. single-beam
Thu, 13 Jun 2019 16:57:24 +0200 Sascha L. Teichmann Check ST_Valid, too. single-beam
Thu, 13 Jun 2019 16:36:21 +0200 Sascha L. Teichmann Another attempt to fix the ST_IsValid check contstraint problem ... and also failed. single-beam
Thu, 13 Jun 2019 16:04:46 +0200 Sascha L. Teichmann Tried to fix invalid new boundary polygon with ST_MakeValid() ... and failed. single-beam
Thu, 13 Jun 2019 13:14:40 +0200 Sascha L. Teichmann Fixed generating of random points. single-beam
Wed, 12 Jun 2019 17:30:20 +0200 Sascha L. Teichmann Generate random points for second mesh. single-beam
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
Wed, 05 Jun 2019 12:15:05 +0200 Sascha L. Teichmann Removed statistics from elimination of triangles.
Wed, 05 Jun 2019 11:39:25 +0200 Sascha L. Teichmann Moved triangle elimination to triangulation code.
Tue, 04 Jun 2019 18:37:15 +0200 Sascha L. Teichmann SR import: If in single beam mode and no boundary is given eliminate triangles which have at least an edge with is longer than 98% of the overall edge lengths.
Tue, 04 Jun 2019 16:50:17 +0200 Sascha L. Teichmann reverted best_utm() back to geography only version.
Tue, 04 Jun 2019 13:19:28 +0200 Sascha L. Teichmann SR import: Using context.Context aware SQL statements.