voxcity.geoprocessor.heights¶
Height extraction and complement utilities for building footprints.
Functions¶
|
Extract building heights from one GeoDataFrame and apply them to another based on spatial overlap. |
|
Vectorized approach with GeoPandas to compute weighted heights and add non-intersecting buildings. |
|
Extract building heights from a GeoTIFF raster for building footprints in a GeoDataFrame. |
Module Contents¶
- voxcity.geoprocessor.heights.extract_building_heights_from_gdf(gdf_0: geopandas.GeoDataFrame, gdf_1: geopandas.GeoDataFrame) geopandas.GeoDataFrame[source]¶
Extract building heights from one GeoDataFrame and apply them to another based on spatial overlap.