Detecting features with a specific height above ground level?

389
0
01-20-2021 12:44 AM
Labels (2)
AlfonsZitterbacke
New Contributor II

I have the task of detecting objects that exceed a certain height above the ground. These objects can be points, lines, polygons and also multipatches. All objects have 3D coordinates. Furthermore, there is of course a DEM which represents the ground = reference surface. Since the number of objects is several million, I am looking for an efficient solution.

My current approach is proving to be too time-consuming and therefore impractical. Currently, I have a (small object-) DEM from each of the multipatches features and subtract this from the large DEM. If the difference is greater than the maximum limit, the object is played into a separate database. This method is still acceptable.

For the point objects I add the height as an attribute and finally take the height from the height model. Finally, I calculate the difference and divide the objects according to the threshold value. I proceed similarly with the line and surface objects, except that I first increase the point density along the lines. Unfortunately, the query for start and end points is not sufficient, since, for example, the height above ground for bridges, cable cars or power lines etc. can be variable along the route. (Time)Critical, apart from the amount of data, are the height queries from the raster height model.

Now I want to ask whether there is a more efficient way in ArcGIS (3D Analyst and Spatial Analyst Extension is available)? Many thanks for the support.

0 Kudos
0 Replies