With M9, I have a project with a) a drawing with building areas called 'B' b) a DSM .LAZ file called 'L', with a height attribute Z (height, in metres) both files have the same date & projection c) I clipped 'L', keeping the points that are contained within 'B' d) I subsequently ran a Voronoi transform on 'L', and called the resulting drawing 'VL' e) then I ran a Overlay Identity Transform with the 'VL' drawing as source , 'B' as overlay and called the resulting drawing VLinB f) I deleted the voronoi areas in 'VLinB' that are not contained within 'B' g) I updated VLinB with the Z (height attribute) from 'B' I would like to calculate the slope and the aspect for each area in 'VLinB'. I found in the manual the slope and aspect transforms starting with a elevation raster . https://manifold.net/doc/mfd9/transform_-_tiles__slope.htm What steps need I undertake to calculate slope and aspect for each area starting from this 'VinB' drawing ? What are the possible solutions within M9?
|