log pkg/imports/sr.go @ 3596:eeeb7bf14217

age author description
Tue, 04 Jun 2019 16:50:17 +0200 Sascha L. Teichmann reverted best_utm() back to geography only version.
Tue, 04 Jun 2019 13:19:28 +0200 Sascha L. Teichmann SR import: Using context.Context aware SQL statements.
Tue, 04 Jun 2019 12:06:36 +0200 Sascha L. Teichmann SR import: Prepare the separate code paths for single and multibeam scans.
Tue, 04 Jun 2019 11:26:05 +0200 Sascha L. Teichmann SR import: a complete parameter overwrite now includes single beam flag.
Tue, 04 Jun 2019 11:14:33 +0200 Sascha L. Teichmann SR import: access beam-type parameter supplied by client. TODO: Implement single beam code path.
Wed, 29 May 2019 11:07:27 +0200 Sascha L. Teichmann ZP for sounding result imports: Use precise name of the depth reference system.
Tue, 28 May 2019 12:09:11 +0200 Sascha L. Teichmann AGM/SR import. Limit logging of warnings to 100.
Mon, 27 May 2019 16:37:19 +0200 Sascha L. Teichmann Generalized transformation of vertices during sounding result import a bit. zpg-ldc
Mon, 27 May 2019 15:17:38 +0200 Sascha L. Teichmann Translate sounding results Z values import to LDC if ZPG was found as depth reference system. zpg-ldc
Thu, 09 May 2019 12:49:53 +0200 Sascha L. Teichmann Import queue: Split locked dependencies in exclusively and multiple uses.
Mon, 08 Apr 2019 16:51:50 +0200 Sascha L. Teichmann SR import: Limit number of warnings in parsing XYZ files to 100.
Mon, 01 Apr 2019 10:46:18 +0200 Sascha L. Teichmann SR import: Log name of bottleneck and survey date into import log.
Wed, 27 Mar 2019 15:39:52 +0100 Tom Gottfried Prevent calculation of wrong UTM zones
Wed, 13 Mar 2019 12:13:22 +0100 Sascha L. Teichmann SR import: Negate negative Z values and issue a warning if a negative Z value is found.
Wed, 06 Mar 2019 21:13:46 +0100 Sascha L. Teichmann SR import: Set missing EPSG code to TIN.
Wed, 06 Mar 2019 17:51:58 +0100 Sascha L. Teichmann SR import: Use own triangulation and clipping when importing sounding results.
Tue, 05 Mar 2019 17:08:16 +0100 Sascha L. Teichmann Clip STR tree and not Octree. octree-diff
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.
Thu, 24 Jan 2019 12:56:31 +0100 Tom Gottfried Move import queue to its own database namespace
Fri, 18 Jan 2019 15:04:53 +0100 Sascha L. Teichmann To prepare stretch import made some model data types re-usable.
Sun, 13 Jan 2019 13:02:39 +0100 Sascha L. Teichmann Imports: Removed duplicated code path to store WKB polygons into database.
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.
Sun, 23 Dec 2018 12:57:28 +0100 Sascha L. Teichmann Imports: Stripped schema prefixes from table dependencies.
Thu, 20 Dec 2018 15:33:29 +0100 Sascha L. Teichmann Import queue: Implemented email notifications.
Wed, 12 Dec 2018 19:21:02 +0100 Sascha L. Teichmann Made bottleneck primary key an int. Attention: This may break something!
Fri, 07 Dec 2018 13:08:17 +0100 Sascha L. Teichmann Added stub for bottleneck importer.
Fri, 07 Dec 2018 12:21:55 +0100 Sascha L. Teichmann Sounding result import: Accept *.txt files for XYZ data, too.
Wed, 05 Dec 2018 11:21:22 +0100 Sascha L. Teichmann Sounding results: Be a bit more precise when setting stageing_done.
Wed, 05 Dec 2018 11:00:53 +0100 Sascha L. Teichmann Fixed problem with accepting sounding result imports and moving them out of the staging area.
Tue, 04 Dec 2018 19:25:35 +0100 Sascha L. Teichmann Finished API docs for sounding result imports.
Tue, 04 Dec 2018 18:27:35 +0100 Sascha L. Teichmann Un-export point, line string and polygon types in import package as these are only used locally.
Wed, 28 Nov 2018 20:36:04 +0100 Sascha L. Teichmann Sounding result import: Ensure that the generated iso-lines are valid.
Wed, 28 Nov 2018 09:52:34 +0100 Sascha L. Teichmann Imports: An Import (e.g. a sounding result import) can now write a 'summary' of a successful import. This is done if the import switches to to state 'pending'.
Tue, 27 Nov 2018 14:55:48 +0100 Sascha L. Teichmann Sounding result import: Consider parameter override as complete even if there is no EPSG code. Use WGS84 in this case as a default.
Mon, 26 Nov 2018 09:01:21 +0100 Fadi Abbud merges
Fri, 23 Nov 2018 15:46:07 +0100 Fadi Abbud add headers for licensing to some middleware files
Sun, 25 Nov 2018 17:11:13 +0100 Sascha L. Teichmann Follow the rules for error messages to make golint happy.
Sun, 25 Nov 2018 16:26:41 +0100 Sascha L. Teichmann To make golint happier made context.Context to be the first argument in all calls.
Sat, 24 Nov 2018 10:32:06 +0100 Sascha L. Teichmann Added missing authors names in Go files.
Thu, 22 Nov 2018 13:37:29 +0100 Sascha L. Teichmann Sounding result import: Don't fail if an import ZIP does not contain an meta.json but has a full set of overrides.
Tue, 20 Nov 2018 17:04:06 +0100 Sascha L. Teichmann Sounding result import: Added the feature to override bottleneck, EPSG, depth reference and date in meta.json by POST arguments.
Mon, 19 Nov 2018 17:28:35 +0100 Sascha L. Teichmann Factored out som zip lookup code to be reusable in sounding result upload controller.
Mon, 19 Nov 2018 17:14:42 +0100 Sascha L. Teichmann Started with an upload sounding result to temp upload area.
Fri, 16 Nov 2018 18:35:09 +0100 Sascha L. Teichmann Implemented the db stuff of the review process. Needs testing.
Thu, 15 Nov 2018 17:32:40 +0100 Tom Gottfried Adjust contour lines heights to multiples of step width
Wed, 14 Nov 2018 12:23:10 +0100 Sascha L. Teichmann Track successfull imports in a separate table to be able to remove them later.
Fri, 09 Nov 2018 10:57:49 +0100 Sascha L. Teichmann Don't issue new lines at end of log messages when importing.
Thu, 08 Nov 2018 16:30:53 +0100 Tom Gottfried Avoid intersection of each isoline with area on insert
Thu, 08 Nov 2018 15:50:28 +0100 Sascha L. Teichmann Independent imports in terms of affected tables/dependencies are now run concurrently.
Wed, 07 Nov 2018 17:54:50 +0100 Tom Gottfried Store octrees along with sounding results
Wed, 07 Nov 2018 17:54:31 +0100 Sascha L. Teichmann Go from 50cm to 10cm stepwidth in calculating the contorlines.
Tue, 23 Oct 2018 18:15:14 +0200 Sascha L. Teichmann Added GNU Affero General Public License.
Mon, 22 Oct 2018 10:45:17 +0200 Sascha L. Teichmann Decoupled import job creation and job execution with a factory function.
Sat, 20 Oct 2018 19:14:00 +0200 Sascha L. Teichmann In preparation of persisting import jobs logging is done through an interface.
Fri, 19 Oct 2018 16:05:46 +0200 Sascha L. Teichmann Fixed small glitches in sounding result importer.
Fri, 19 Oct 2018 15:45:55 +0200 Sascha L. Teichmann Default to WGS84 if EPSG is not given in meta.json.
Fri, 19 Oct 2018 12:14:53 +0200 Sascha L. Teichmann Finally enqueue sounding result import job to import jobs.
Thu, 18 Oct 2018 18:37:19 +0200 Sascha L. Teichmann Started with endpoint for uploading sounding result and trigger respective import job.
Thu, 18 Oct 2018 17:30:53 +0200 Sascha L. Teichmann Fixed build error.