log pkg/imports/wp.go @ 2721:56c8ef515d93

age author description
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.