Hi I have the following datasets for an area:
1. LIDAR DTM (Digital Terrain Model)
2. LIDAR DSM (Digital Surface Model)
3. Building footprints polygons
I would like to calculate the following:
1. Maximum height of each building footprint
(by subtracting DTM from DSM)
2. Area of each individual section of a footprint
(by overlay the DSM over the building footprint and delineate the individual boundaries of a footprint
based on the LIDAR classification)
Any ideas whether 1) and 2) can be done using ArcGIS or any of its extensions (3D or Spatial Analyst)?
Thanks
relevent help topics
Using lidar in ArcGIS—Help | ArcGIS for Desktop
An overview of the LAS Dataset toolset—Help | ArcGIS for Desktop
An overview of the Spatial Analyst Toolbox—Help | ArcGIS for Desktop
An overview of the 3D Analyst toolbox—Help | ArcGIS for Desktop
Pretty well need one or the other extension to be useful
Is the issue that you don't trust the building footprints (i.e. you want to re-delineate the buildings)? If not, you shouldn't have to do much with the "LiDAR" side of things, and you can move on subtracting the DSM and DTM rasters in conjunction with Extract by Mask (requires Spatial Analyst).
Thanks for the suggestion using Spatial Analyst for deriving height from DSM and DTM.
The reason for delineating the building footprints is to obtain the area for each floor of the the building.
Hello Rao,
Have you seen Geoff Taylor's blog on this at Create Floors from 3D Building Models?
Arthur Crawford