cityImage.land_use_from_points#
- cityImage.land_use_from_points(buildings_gdf, other_gdf, new_land_use_column, other_land_use_column)[source]#
Collect labels from Point/MultiPoint geometries intersecting each building.
Notes
Assumes other_gdf labels are already clean/normalized/classified.
De-duplicates collected labels per building while preserving first-seen order.
No overlap column is created in point mode.