Thursday 24 January 2019

geometry - Given a list of surveyor points, what is the algorithm used to simplify the points and retain the terrain characteristics?


Given a terrain and surveyor points sampled from from it or from its contours, is there any algorithm that one can use to simplify the points ( i.e., reduce the surveyor points number) and at the same time retaining the terrain characteristics?


The reason I ask this is because the surveyors may take too much redundant points at flat terrain, and these points serve nothing but to slow down my volume calculation process, so I want them to get filtered out.



Answer



Seems like the picking key points portion of generating a TIN could suit your purposes.



Here's a nice discussion on TINs, with three algorithms for picking key points.


Survey of Polygonal Surface Simplification Algorithms would also be a good place to start.


No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...