diff pkg/controllers/diff.go @ 4685:7a9388943840

morphology: Clip class breaks again Z min and max of the the height model.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 16 Oct 2019 11:07:59 +0200
parents 2690933e404c
children 1d6f28e45696
line wrap: on
line diff
--- a/pkg/controllers/diff.go	Wed Oct 16 10:52:43 2019 +0200
+++ b/pkg/controllers/diff.go	Wed Oct 16 11:07:59 2019 +0200
@@ -285,6 +285,8 @@
 		// heights = octree.InBetweenClassBreaks(heights, 0.05, 2)
 	}
 
+	log.Printf("info: z range: %.3f - %.3f\n", tin.Min.Z, tin.Max.Z)
+
 	log.Printf("info: num heights: %d\n", len(heights))
 
 	var isoStmt *sql.Stmt