diff pkg/imports/sr.go @ 4754:64979fec89a7

SR import: Reduce the point density in interpolation 1 point per meterĀ².
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 18 Oct 2019 17:32:02 +0200
parents dbf07d0c364e
children c93c8a837af8
line wrap: on
line diff
--- a/pkg/imports/sr.go	Fri Oct 18 17:19:46 2019 +0200
+++ b/pkg/imports/sr.go	Fri Oct 18 17:32:02 2019 +0200
@@ -80,7 +80,7 @@
 const (
 	// pointsPerSquareMeter is the average number of points
 	// when generating a artifical height model for single beam scans.
-	pointsPerSquareMeter = 2
+	pointsPerSquareMeter = 1.0
 )
 
 const (