cityImage.standardize_cityimage_inputs#
- cityImage.standardize_cityimage_inputs(*, nodes_gdf=None, edges_gdf=None, buildings_gdf=None, node_kwargs=None, edge_kwargs=None, building_kwargs=None)[source]#
Standardize any provided cityImage input tables.
Returns a dictionary containing only the inputs that were provided. This is useful in notebooks and adapters where an upstream workflow may provide a network, buildings, or both.
- Return type:
dict[str,GeoDataFrame]