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_usesorland_uses_overlap.Use
land_uses_raw_columnto map an unclassified source/provenance field such asland_useintoland_uses_rawas list-like values.- Return type:
GeoDataFrame