log pkg/controllers/srimports.go @ 5403:85f19e924a43 marking-single-beam

age author description
Tue, 06 Jul 2021 01:20:44 +0200 Sascha L. Teichmann Adjusted the import model to be able to handle marking single beam scans. marking-single-beam
Fri, 31 Jan 2020 23:17:37 +0100 Sascha L. Teichmann * Raise the upload limit for sounding results from 25GB up to 50GB.
Thu, 22 Aug 2019 11:26:48 +0200 Sascha L. Teichmann Moved JSONHandler into middleware package. json-handler-middleware
Thu, 22 Aug 2019 10:54:08 +0200 Sascha L. Teichmann Made the de-serialized input of the JSON handler accessible via the context of the request. json-handler-middleware
Thu, 22 Aug 2019 10:18:13 +0200 Sascha L. Teichmann Made the sql.Conn in function accessible via the context of the request. json-handler-middleware
Tue, 06 Aug 2019 11:23:27 +0200 Sascha L. Teichmann Made 'golint' happy (again) with the controllers package.
Wed, 17 Jul 2019 11:34:37 +0200 Sascha L. Teichmann Fixed cases for error strings.
Sun, 14 Jul 2019 17:33:01 +0200 Sascha L. Teichmann SR import: Made `negate-z` flag more symmetrical to `single-beam` flag.
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, 26 Jun 2019 11:00:35 +0200 Sascha Wilde Don't show unnecessary warnings when uploading TXT file for SR.
Tue, 25 Jun 2019 10:25:38 +0200 Sascha L. Teichmann SR import: Fixed formatting problem.
Tue, 25 Jun 2019 10:21:55 +0200 Sascha L. Teichmann SR import: Allow upload of none-ZIP files and assume they are plain XYZ files.
Thu, 20 Jun 2019 12:54:35 +0200 Sascha L. Teichmann Eat single-beam parameter in form of 'single-beam' mit accepted values of 'true, false, 0, 1, singlebeam, single-beam, multibeam, multi-beam'.
Thu, 20 Jun 2019 11:59:36 +0200 Sascha L. Teichmann Spelled singlebeam as single-beam and multibeam as multi-beam.
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.