log pkg/imports/wx.go @ 5670:b75d0b303328

age author description
Mon, 16 Mar 2020 15:19:13 +0100 Tom Gottfried Add explaining comment
Sat, 14 Mar 2020 20:11:10 +0100 Sascha L. Teichmann Removed unnecessary creatings of empty slices in expressing read dependencies in imports.
Fri, 13 Mar 2020 19:14:45 +0100 Tom Gottfried Avoid needless geometry processing
Fri, 13 Mar 2020 18:08:41 +0100 Sascha L. Teichmann ... and adjust the name.
Fri, 13 Mar 2020 18:04:14 +0100 Sascha L. Teichmann Curried functions all the way down. In this case a level too much. ;-)
Fri, 13 Mar 2020 17:34:59 +0100 Tom Gottfried Keep historic data of waterway axis
Thu, 12 Mar 2020 14:49:19 +0100 Tom Gottfried Add row level security policies for waterway axis
Wed, 11 Mar 2020 17:11:23 +0100 Tom Gottfried Store axis as MultiLinestring
Wed, 29 Jan 2020 14:03:57 +0100 Tom Gottfried Add missing quotation marks
Tue, 19 Nov 2019 16:08:55 +0100 Sascha L. Teichmann Fixed the golint issues of the imports package.
Thu, 07 Nov 2019 12:21:55 +0100 Sascha Wilde Unified error message on "Unsupported CRS"
Fri, 25 Oct 2019 18:40:37 +0200 Sascha L. Teichmann Removed the mechanical touch of the last commit.
Fri, 25 Oct 2019 18:25:38 +0200 Sascha Wilde Added Description method to most imports.
Wed, 14 Aug 2019 17:12:23 +0200 Tom Gottfried Log fatal errors as errors, not warnings, in imports
Mon, 05 Aug 2019 17:16:46 +0200 Sascha L. Teichmann Made 'staticcheck' happy with pgxutils package.
Fri, 02 Aug 2019 11:41:12 +0200 Sascha L. Teichmann Made 'go vet' happy with imports again.
Thu, 25 Jul 2019 13:31:51 +0200 Sascha L. Teichmann Introduced a new ReadableError type for better readable error messages of pgx.PgErrors.
Thu, 25 Jul 2019 11:46:23 +0200 Sascha L. Teichmann Rename HandlePGError to HandleError.
Thu, 25 Jul 2019 11:32:22 +0200 Tom Gottfried Move handling of PostgreSQL errors to own package
Thu, 25 Jul 2019 09:12:53 +0200 Tom Gottfried Database errors have to be handled elsewhere than in imports, too
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Fri, 12 Apr 2019 16:10:05 +0200 Tom Gottfried Remove expensive check with doubtful usefulness
Thu, 04 Apr 2019 16:14:29 +0200 Tom Gottfried Fix logging in axis import
Tue, 02 Apr 2019 19:25:17 +0200 Tom Gottfried Add utility function to get users area of responsibility
Tue, 02 Apr 2019 16:38:10 +0200 Sascha L. Teichmann Waterway axis import: Don't log error twice if no feature was imported.
Thu, 28 Mar 2019 17:19:27 +0100 Tom Gottfried Enable import of axis and area independently from areas of responsibility
Wed, 27 Mar 2019 15:39:52 +0100 Tom Gottfried Prevent calculation of wrong UTM zones
Fri, 22 Mar 2019 14:20:08 +0100 Tom Gottfried Axis import: do not fail if one item fails.
Tue, 19 Mar 2019 14:39:04 +0100 Sascha L. Teichmann Cosmetics: Break overlong line.
Tue, 19 Mar 2019 14:34:55 +0100 Sascha L. Teichmann WFS downloader: Really use username and password from parameters.
Tue, 19 Mar 2019 12:57:11 +0100 Tom Gottfried Warn if imported axis linestrings cross each other
Tue, 19 Mar 2019 12:42:43 +0100 Sascha L. Teichmann WFS downloads: Fetch user and password from config.
Tue, 19 Mar 2019 12:28:22 +0100 Sascha L. Teichmann WFS downloader: Use new GML/GeoJSON factory function in gemma.
Tue, 19 Mar 2019 12:20:54 +0100 Sascha L. Teichmann WFS downloader: Add BasicAuth support for downloading. TODO: Use it.
Thu, 14 Mar 2019 14:37:28 +0100 Tom Gottfried Allow sys_admin to import waterway axis and area without clipping
Wed, 13 Mar 2019 15:39:12 +0100 Sascha L. Teichmann WFS downloads: Accept 'geojson' as mime type, too.
Mon, 11 Feb 2019 18:35:01 +0100 Sascha L. Teichmann Import queue: Removed boilerplate code to deserialize jobs from JSON by making it part of the import queue.
Fri, 08 Feb 2019 15:39:17 +0100 Sascha L. Teichmann Import queue: The job kind parameter when creating a new job from a string was never used.
Mon, 04 Feb 2019 17:48:36 +0100 Sascha L. Teichmann WFS downloader: Parse for exception reports when calling GetFeature. Not very efficient (uses temp files).
Mon, 04 Feb 2019 15:49:17 +0100 Sascha L. Teichmann WFS imports: Write get GetFeature URLs into import log.
Wed, 16 Jan 2019 15:35:23 +0100 Sascha L. Teichmann Waterway area/axis: Be more informative if features are bad.
Mon, 14 Jan 2019 16:21:31 +0100 Sascha L. Teichmann Waterway area import: Clip features against responsibility area.
Mon, 14 Jan 2019 15:19:16 +0100 Sascha L. Teichmann Waterway axis: Clip features against responsibility area of importing user.
Sat, 12 Jan 2019 19:53:31 +0100 Sascha L. Teichmann Waterway area import: Implemented.
Fri, 11 Jan 2019 10:42:34 +0100 Sascha L. Teichmann Waterway axis import: Be more verbose when parsing the GetFeature document fails.
Thu, 10 Jan 2019 16:19:26 +0100 Sascha L. Teichmann Import queue: Auto acceptance is now a property of the import kind itself and is not configurable any more.
Mon, 07 Jan 2019 17:05:00 +0100 Sascha L. Teichmann Waterway axis: Be more verbose during import about feature type and sorting.
Fri, 04 Jan 2019 13:41:07 +0100 Sascha L. Teichmann Imports: Resolved the remaining golint issues with this package.
Thu, 27 Dec 2018 22:49:35 +0100 Sascha L. Teichmann Fixed pre-calculated size of 2D WKB line strings.
Thu, 27 Dec 2018 22:23:32 +0100 Sascha L. Teichmann Waterway axis import: small simplifications.
Thu, 27 Dec 2018 17:08:09 +0100 Sascha L. Teichmann Waterway axis import: Completed, but the final commit unexpectedly resulted in rollback.
Thu, 27 Dec 2018 13:35:51 +0100 Sascha L. Teichmann Waterway axis import: Started extracting properties from the features.
Wed, 26 Dec 2018 21:01:29 +0100 Sascha L. Teichmann Waterway axis import: More on reading data from WFS. TODO: Parse to concrete features.
Wed, 26 Dec 2018 10:46:17 +0100 Sascha L. Teichmann Waterway axis import: Added route for manual import.
Wed, 26 Dec 2018 10:25:49 +0100 Sascha L. Teichmann Waterway axis import: Added stub.