changeset 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 99b400df4217
children dfd990a4ac64
files pkg/imports/sr.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 (