comparison pkg/imports/sr.go @ 1130:42617bba8709

Go from 50cm to 10cm stepwidth in calculating the contorlines.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Nov 2018 17:54:31 +0100
parents a244b18cb916
children 2e6b47cdb2ca
comparison
equal deleted inserted replaced
1129:04598cc4f695 1130:42617bba8709
53 ) 53 )
54 54
55 const wgs84 = 4326 55 const wgs84 = 4326
56 56
57 const ( 57 const (
58 contourStepWidth = 0.5 58 contourStepWidth = 0.1
59 contourTolerance = 0.1 59 contourTolerance = 0.1
60 ) 60 )
61 61
62 const SRJobKind JobKind = "sr" 62 const SRJobKind JobKind = "sr"
63 63