cityImage.classify_sparse_land_uses#
- cityImage.classify_sparse_land_uses(buildings_gdf, source_column, target_column='land_uses', mapping=None, default_land_use='unknown', preserve_unmapped=True)[source]#
Classify sparse/non-OSM land-use attributes attached to buildings.
The output column is always a list[str] column so it can feed directly into pragmatic_score.
- Return type:
GeoDataFrame