Hi there,
One of my customers has a very large raster DTM (spacing 1 meter over a large region) that comes from numerous tiles.
He wants to compute consistent contours over the whole dataset, and ContourGenerator should be OK for this, but...
Computing contours on tiles independently causes issues on tiles boundaries (impossible to combine the contours that do not fit over tile boundaries.
Computing contours on the whole mosaic fails after around 1 hour.
Any thoughts about a clever method ?
Also, I wanted to check more about the surface model used internally by the SurfaceModeller, to see if it could help build a surface model incrementally, but did not find much documentation on using this option.
Thanks for your help,
Fred