cityImage.standardize_buildings_gdf#

cityImage.standardize_buildings_gdf(buildings_gdf, *, building_id_column=None, land_uses_raw_column=None, add_area=True, copy=True, validate=True)[source]#

Return a buildings GeoDataFrame matching the cityImage building schema.

This adapter normalises identifiers, geometry-derived attributes, numeric defaults, and source/provenance land-use values. It does not classify land use and does not create land_uses or land_uses_overlap.

Use land_uses_raw_column to map an unclassified source/provenance field such as land_use into land_uses_raw as list-like values.

Return type:

GeoDataFrame