voxcity.geoprocessor.overlap ============================ .. py:module:: voxcity.geoprocessor.overlap .. autoapi-nested-parse:: Utilities for processing overlaps between building footprints. Functions --------- .. autoapisummary:: voxcity.geoprocessor.overlap.process_building_footprints_by_overlap Module Contents --------------- .. py:function:: process_building_footprints_by_overlap(filtered_gdf, overlap_threshold=0.5) Merge overlapping buildings based on area overlap ratio, assigning the ID of the larger building to smaller overlapping ones.