I have a dataset with 3D buildings like this:
The dataset is a gdb-file (geode-multipatch) with aggregate geometries.
I need to extract the roof height for each part of the building (meaning one building gets multiple height values for each part – e.g. the second building from left in the front row in the screenshot should have a different value for its tower). The height should then be a attribute for the below mentioned polygon.
And I also need to extract the footprint as polygon shape for these building parts. How could I achieve this?