Open wrridgeway opened 1 year ago
Outline of approach:
building
or ground
. Take a 10 percent sample of all LIDAR points to speed spatial intersection (There are ~20M points per tile). building
points. Intersect single LIDAR tile with Footprints layer. Calculate maximum elevation of building, 95th percentile, and mean elevation.ground
points. Intersect LIDAR tile with Footprints Buffer. Calculate average ground elevation as mean height of all points within buffer. Current issues with approach:
STORIES
field is in the City of Chicago data. For example, some buildings in the loop that result in a high estimated number of stories from the LIDAR data have a low value for the STORIES
field. It is possible that the LIDAR data is correct and the City data is incorrect.Recommendation: Include max height, average height, and footprint square footage without attempting to calculate total internal square footage. This avoids more specific issues with the methods detailed above, but if there are any relationships between these features, they should still be captured by the model.
See reports/lidar_bldg_size_report.html
on branch 12-building-footprint-data
for a summary of the results.
Potential uses of building footprints data within model beyond sqft estimates:
Microsoft publishes US building footprint data that contains GeoJSON polygons of (almost) every building in Cook County. ISGS publishes LiDAR-based estimates of height, including building height.
Condos currently lack building or unit square footage, but we may be able to combine these two data sources to produce an estimate of building size or even a rough unit sqft.
Steps
st_coords