comparison pkg/models/sr.go @ 3945:3bdbaf1b282a

SR import: Negate the Z values in the XYZ files if the flag `negate-z` is set.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 14 Jul 2019 17:19:22 +0200
parents 07b2df71bb4a
children 98e2041c7ebf
comparison
equal deleted inserted replaced
3944:0ed8af02d5a9 3945:3bdbaf1b282a
30 Date Date `json:"date"` 30 Date Date `json:"date"`
31 Bottleneck string `json:"bottleneck"` 31 Bottleneck string `json:"bottleneck"`
32 EPSG uint `json:"epsg"` 32 EPSG uint `json:"epsg"`
33 DepthReference string `json:"depth-reference"` 33 DepthReference string `json:"depth-reference"`
34 SingleBeam bool `json:"single-beam"` 34 SingleBeam bool `json:"single-beam"`
35 NegateZ bool `json:"negate-z,omitempty"`
35 } 36 }
36 ) 37 )
37 38
38 const ( 39 const (
39 checkDepthReferenceSQL = ` 40 checkDepthReferenceSQL = `