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

age author description
Tue, 08 Mar 2022 17:38:48 +0100 Sascha L. Teichmann Forget to change signature of some imports.
Mon, 08 Jun 2020 19:29:40 +0200 Sascha L. Teichmann Added multi geometry support for some imports. multi-geoms
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.
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.
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.
Thu, 25 Jul 2019 15:14:44 +0200 Sascha L. Teichmann Moved TimeParser to common package.
Thu, 25 Jul 2019 15:08:11 +0200 Sascha L. Teichmann Rename TimeGuesser to TimeParser.
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
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: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.
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.
Mon, 11 Feb 2019 16:16:35 +0100 Sascha L. Teichmann Waterway profiles import: Issue warnings for lines in CSV file which ISRS codes which are not in the virtual distance marks.
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.
Thu, 07 Feb 2019 15:12:04 +0100 Sascha L. Teichmann Waterway profile imports: Fixed typo in error message.
Wed, 06 Feb 2019 15:23:30 +0100 Tom Gottfried Make distance filtering more consistent
Wed, 06 Feb 2019 14:27:14 +0100 Tom Gottfried Actually create index on temp table
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.
Fri, 01 Feb 2019 17:39:39 +0100 Sascha L. Teichmann Waterway profiles import: Added a precision parameter in meters to find lines for points (default 10m).
Fri, 01 Feb 2019 17:18:49 +0100 Sascha L. Teichmann Waterway profile import: Do all the calculations in geography domain.
Fri, 01 Feb 2019 17:03:28 +0100 Sascha L. Teichmann Waterway profile import: log warnings if no profile geometry can be found for ISRS code.
Fri, 01 Feb 2019 16:32:52 +0100 Sascha L. Teichmann Waterway profile import: Store temp geoms in WGS84, do buffering with four decimal places and fetch the lines closest to the dmv points.
Fri, 01 Feb 2019 10:56:29 +0100 Sascha L. Teichmann Waterway profiles: Do a little buffeing around the point to be more tolerant when finding the right line string.
Thu, 31 Jan 2019 18:42:57 +0100 Sascha L. Teichmann Waterway profiles imports: Download the geometries from WPS and join them with the CSV data.
Thu, 31 Jan 2019 16:32:18 +0100 Sascha L. Teichmann Waterway profiles import: Restructured code a bit in preparation of downloading Profile geometries from WFS first (needs to be done).
Wed, 30 Jan 2019 23:57:51 +0100 Sascha L. Teichmann Waterway profiles import: Implemented the parsing of the data lines of the CSV file and stored the values into the database.
Wed, 30 Jan 2019 20:27:07 +0100 Sascha L. Teichmann Waterway profile import: Parse header line. TODO: Parse the body and store the data into the database.
Wed, 30 Jan 2019 17:11:10 +0100 Sascha L. Teichmann Waterway profile import: Added import stub and changed database.