log pkg/wfs/download.go @ 5490:5f47eeea988d logging

age author description
Mon, 20 Sep 2021 17:45:39 +0200 Sascha L. Teichmann Use own logging package. logging
Thu, 05 Mar 2020 17:56:08 +0100 Sascha L. Teichmann Dont try to download from WFS if they dont have features.
Wed, 29 Jan 2020 14:06:36 +0100 Tom Gottfried Fix parameter format for WFS 2.0
Mon, 05 Aug 2019 14:35:54 +0200 Sascha L. Teichmann Made 'golint' and 'staticcheck' happy with wfs package.
Tue, 19 Mar 2019 12:20:54 +0100 Sascha L. Teichmann WFS downloader: Add BasicAuth support for downloading. TODO: Use it.
Mon, 18 Mar 2019 15:45:42 +0100 Sascha L. Teichmann WFS downloader: More on downloading GML. WIP.
Wed, 13 Mar 2019 15:39:12 +0100 Sascha L. Teichmann WFS downloads: Accept 'geojson' as mime type, too.
Wed, 13 Mar 2019 15:20:19 +0100 Sascha L. Teichmann WFS download: Removed waiting for configuration in feature download. It slipped in when added WFS error handling.
Tue, 05 Feb 2019 11:39:06 +0100 Sascha L. Teichmann WFS downloader: Use a custom XML streaming parser to detect error reports.
Mon, 04 Feb 2019 18:31:55 +0100 Sascha L. Teichmann WFS downloader: Don't use temp files. TODO: Use a streaming scanner for the detection of the exception documents.
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 18:29:02 +0100 Sascha L. Teichmann WFS downloader: Harmonized logging.
Mon, 21 Jan 2019 13:32:13 +0100 Sascha L. Teichmann WFS downloader: die correctly if an error was detected when downloading features.
Sun, 30 Dec 2018 14:39:46 +0100 Sascha L. Teichmann WFS: Made golint happy.
Wed, 19 Dec 2018 15:07:14 +0100 Sascha L. Teichmann WFS downloader: Parse into raw feature collections.
Tue, 18 Dec 2018 18:36:02 +0100 Sascha L. Teichmann WFS downloader: Started with mapping return features to Go structs.
Tue, 18 Dec 2018 13:26:26 +0100 Sascha L. Teichmann WFS downloader: Dump features to stdout for testing purposes.
Tue, 18 Dec 2018 12:56:37 +0100 Sascha L. Teichmann WFS downloader: Support different feature output formats.
Tue, 18 Dec 2018 12:42:43 +0100 Sascha L. Teichmann WFS downloader: Propagate namespaces of feature type into GetFeature request.
Mon, 17 Dec 2018 18:27:57 +0100 Sascha L. Teichmann WFS download: Started with GET downloader (paged and unpaged).