log pkg/imports/sr.go @ 5679:03dfbe675842 sr-v2

age author description
Sun, 11 Feb 2024 12:37:09 +0100 Sascha L. Teichmann Simplified version handling. sr-v2
Sun, 11 Feb 2024 10:25:50 +0100 Sascha L. Teichmann Write mesh version to database. sr-v2
Fri, 05 Aug 2022 12:22:06 +0200 Sascha L. Teichmann Mixed bad error handling found by staticcheck.
Fri, 01 Apr 2022 18:51:23 +0200 Sascha Wilde Fixed SR import for use of Bottleneck_Id instead of bottlenecks objnam. surveysperbottleneckid
Sat, 12 Feb 2022 18:56:55 +0100 Sascha L. Teichmann Log export: Added marker interface to JobCreators that log messages should be loaded at export.
Sat, 12 Feb 2022 09:54:33 +0100 Sascha L. Teichmann Simplified code of log export a bit.
Fri, 11 Feb 2022 18:57:11 +0100 Sascha L. Teichmann Fixed log message analyzing in log export.
Wed, 09 Feb 2022 18:34:40 +0100 Sascha L. Teichmann Join the log lines of imports to the log exports to recover data from them.
Thu, 21 Oct 2021 23:46:00 +0200 Sascha L. Teichmann SR import: Log if Z values will be negated.
Tue, 20 Jul 2021 18:54:35 +0200 Sascha L. Teichmann Cosmetics.
Thu, 15 Jul 2021 15:38:18 +0200 Sascha L. Teichmann Fixed SR import: use meta.json for marking scans correctly.
Sun, 11 Jul 2021 16:24:20 +0200 Sascha L. Teichmann Cosmetics in logging. marking-single-beam
Sun, 11 Jul 2021 15:07:18 +0200 Sascha L. Teichmann Fixed clipping. marking-single-beam
Sun, 11 Jul 2021 13:08:49 +0200 Sascha L. Teichmann Simplified classification. Needs testing. marking-single-beam
Thu, 08 Jul 2021 01:46:03 +0200 Sascha L. Teichmann Extended ISR import job to handle marking scans as well. marking-single-beam
Wed, 07 Jul 2021 19:24:03 +0200 Sascha L. Teichmann Do clipping correctly. marking-single-beam
Wed, 07 Jul 2021 18:27:40 +0200 Sascha L. Teichmann Don't clip the points against the border polygon. The implemented way was wrong. marking-single-beam
Wed, 07 Jul 2021 18:14:04 +0200 Sascha L. Teichmann Dont loose Z values in markings. marking-single-beam
Wed, 07 Jul 2021 14:57:30 +0200 Sascha L. Teichmann Stored marking points in database. marking-single-beam
Wed, 07 Jul 2021 12:01:28 +0200 Sascha L. Teichmann Factored creation of default class breaks in SR import to be reused with markings, too. marking-single-beam
Wed, 07 Jul 2021 10:58:14 +0200 Sascha L. Teichmann Added a type for class breaks. marking-single-beam
Wed, 07 Jul 2021 09:43:41 +0200 Sascha L. Teichmann Some refactoring to move marking handling to the right place in SR import. marking-single-beam
Wed, 07 Jul 2021 09:29:06 +0200 Sascha L. Teichmann If doing SR imports, lock sounding_results_marking_points table, too. marking-single-beam
Tue, 06 Jul 2021 15:26:20 +0200 Sascha L. Teichmann Re-establish compat with old single-beam interface. marking-single-beam
Tue, 06 Jul 2021 01:20:44 +0200 Sascha L. Teichmann Adjusted the import model to be able to handle marking single beam scans. marking-single-beam
Wed, 16 Jun 2021 21:18:47 +0200 Sascha L. Teichmann If there is no ZPG exception correct the depth reference system from database. zpg-exception
Wed, 16 Jun 2021 19:35:24 +0200 Sascha L. Teichmann Sysadmins are also granted the ZPG exception if they are importing sounding data. zpg-exception
Wed, 19 May 2021 17:26:02 +0200 Sascha L. Teichmann Adjusted Go code to establish ZPG exception during SR import. zpg-exception
Fri, 20 Mar 2020 17:24:03 +0100 Tom Gottfried Enhance comments on implementations of StageDone()
Fri, 20 Mar 2020 12:28:04 +0100 Sascha L. Teichmann Added feedback support for StageDone.
Tue, 19 Nov 2019 16:08:55 +0100 Sascha L. Teichmann Fixed the golint issues of the imports package.
Tue, 05 Nov 2019 14:30:22 +0100 Sascha L. Teichmann Renamed octree package to mesh as there is no octree any more. remove-octree-debris
Fri, 25 Oct 2019 13:03:50 +0200 Sascha L. Teichmann Added an endpoint GET api/imports/export to export imports.
Mon, 21 Oct 2019 12:51:23 +0200 Sascha L. Teichmann Fixed another formatting oversight.
Mon, 21 Oct 2019 02:01:56 +0200 Sascha L. Teichmann Morph differences: Directly raster A and subtract B as a raster. direct-diff
Sat, 19 Oct 2019 19:12:18 +0200 Sascha L. Teichmann Fixed a formatting mistake.
Sat, 19 Oct 2019 18:34:17 +0200 Sascha L. Teichmann Removed unused code that interplolated height levels between class breaks.
Fri, 18 Oct 2019 17:32:02 +0200 Sascha L. Teichmann SR import: Reduce the point density in interpolation 1 point per meterĀ².
Fri, 18 Oct 2019 17:07:24 +0200 Sascha L. Teichmann SR import: If the point density is greater than 0.2 values per meterĀ² the interpolating step is omitted.
Fri, 18 Oct 2019 09:37:53 +0200 Sascha L. Teichmann Removed ST_MakeValid() call from storing iso areas in SR import, too. stack-polygons
Wed, 16 Oct 2019 11:51:53 +0200 Sascha L. Teichmann morphology: Doing ST_SimplifyPreserveTopology before ST_MakeValid when storing geometries to database speeds things up ... a lot.
Mon, 14 Oct 2019 17:23:29 +0200 Sascha L. Teichmann Reintroduced the ST_MakeValid calls when inserting the iso geometries into the database.
Mon, 14 Oct 2019 15:27:34 +0200 Sascha L. Teichmann Speak of meshes instead od octrees as they are not longer used. stree-experiment
Mon, 14 Oct 2019 13:12:38 +0200 Sascha L. Teichmann Generate STRTrees instaead of Octree during sounding result imports. stree-experiment
Sun, 13 Oct 2019 15:45:39 +0200 Sascha L. Teichmann Add a method to serialize an STRTree. stree-experiment
Fri, 11 Oct 2019 20:09:37 +0200 Sascha L. Teichmann Decouple the tracing of the iso areas from the octree data structure.
Fri, 11 Oct 2019 20:00:06 +0200 Sascha L. Teichmann Log the size of the transferred WKB to database for differences, too.
Fri, 11 Oct 2019 15:09:13 +0200 Sascha L. Teichmann Removed ST_MakeValid from inserting sounding results and differences ... in hope that they are not broken.
Thu, 10 Oct 2019 17:23:00 +0200 Sascha L. Teichmann SR import: Store in sounding_result table if import is single or multi beam.
Tue, 08 Oct 2019 12:10:55 +0200 Sascha L. Teichmann Removed old contours from backend and database. iso-areas
Sun, 06 Oct 2019 11:12:32 +0200 Sascha L. Teichmann Moved area tracing to octree package. iso-areas
Thu, 03 Oct 2019 22:27:11 +0200 Sascha L. Teichmann Fixed access problem for waterway_admins and sys_admins. iso-areas
Thu, 03 Oct 2019 19:51:53 +0200 Sascha L. Teichmann Add more debug output to trace problem why reprojected iso areas are not in expected bounds. iso-areas
Thu, 03 Oct 2019 10:05:01 +0200 Sascha L. Teichmann Store geometries in database. iso-areas
Wed, 02 Oct 2019 18:35:09 +0200 Sascha L. Teichmann Started with integrating iso area generation into gemma server. WIP iso-areas
Fri, 23 Aug 2019 18:02:01 +0200 Sascha L. Teichmann Prevent heights duplicates in iso line calculations.
Fri, 16 Aug 2019 13:15:34 +0200 Sascha L. Teichmann Added a import queue job to recalculate the contour lines of the sounding results if the heights have changed.
Tue, 06 Aug 2019 11:13:28 +0200 Sascha L. Teichmann Made 'golint' finally happy with imports package.
Mon, 05 Aug 2019 17:16:46 +0200 Sascha L. Teichmann Made 'staticcheck' happy with pgxutils package.
Mon, 05 Aug 2019 16:43:31 +0200 Sascha L. Teichmann Move warning limiter to common package to flesh up the misc package.