cityImage.assign_building_heights_from_other_gdf#

cityImage.assign_building_heights_from_other_gdf(buildings_gdf, detailed_buildings_gdf, crs, base_field='base', height_field='height', min_overlap=0.4)[source]#

Assign base and height attributes from a detailed building layer.

This is a vector-only helper: it does not require raster dependencies. It is kept because it preserves a useful cityImage data-preparation capability while avoiding OSM/raster ownership.