# HG changeset patch # User Sascha L. Teichmann # Date 1571412722 -7200 # Node ID 64979fec89a77acc1d4157b12e006c1b718ea88c # Parent 99b400df4217cb08b83ac798837d4e2400c5380b SR import: Reduce the point density in interpolation 1 point per meterĀ². diff -r 99b400df4217 -r 64979fec89a7 pkg/imports/sr.go --- 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 (