cityImage.standardize_nodes_gdf#
- cityImage.standardize_nodes_gdf(nodes_gdf, *, node_id_column=None, copy=True, validate=True)[source]#
Return a nodes GeoDataFrame matching the minimal cityImage schema.
The output always contains
nodeIDand an active geometry column. IfnodeIDis absent, the current index is used. Point geometries are also used to populate missingx/ycolumns.- Return type:
GeoDataFrame