log pkg/models/sr.go @ 4055:98e2041c7ebf historization_ng

age author description
Wed, 24 Jul 2019 18:16:27 +0200 Sascha Wilde Adapted sr-import to new historization model. historization_ng
Sun, 14 Jul 2019 17:19:22 +0200 Sascha L. Teichmann SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
Wed, 10 Jul 2019 15:34:23 +0200 Sascha L. Teichmann Allow 'ZPG' as a depth reference system in meta.json files.
Thu, 13 Jun 2019 19:13:42 +0200 Tom Gottfried Ensure sounding results are associated to matching bottleneck version
Wed, 12 Jun 2019 17:11:15 +0200 Tom Gottfried 'Historicise' bottlenecks on import
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.
Thu, 16 May 2019 18:41:43 +0200 Tom Gottfried 'Historicise' gauges on import
Mon, 08 Apr 2019 16:27:37 +0200 Tom Gottfried Fix checking of depth reference for sounding result
Wed, 20 Feb 2019 10:37:36 +0100 Sascha L. Teichmann Sounding result import: Be more verbose if sounding result already exists for a bottleneck/date.
Fri, 18 Jan 2019 15:04:53 +0100 Sascha L. Teichmann To prepare stretch import made some model data types re-usable.
Wed, 12 Dec 2018 19:21:02 +0100 Sascha L. Teichmann Made bottleneck primary key an int. Attention: This may break something!
Tue, 27 Nov 2018 13:02:28 +0100 Sascha L. Teichmann Backend: Centralized the definition of WGS84 constant in the models package.
Mon, 26 Nov 2018 12:53:15 +0100 Sascha L. Teichmann Marshall JSON of SoundingResultDate correctly so it can be unmarshalled later on.
Sun, 25 Nov 2018 17:12:35 +0100 Sascha L. Teichmann More on following the rules for error messages to make golint happy.
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.
Thu, 22 Nov 2018 18:16:47 +0100 Sascha L. Teichmann Import sounding result: If uploading a zip with a meta.json which has
Mon, 19 Nov 2018 17:14:42 +0100 Sascha L. Teichmann Started with an upload sounding result to temp upload area.