cityImage.is_nodes_simplified#
- cityImage.is_nodes_simplified(nodes_gdf, edges_gdf, nodes_to_keep_regardless=[])[source]#
The function checks the presence of pseudo-junctions, by using the edges_gdf GeoDataFrame.
- Parameters:
edges_gdf (LineString GeoDataFrame) – The street segments GeoDataFrame.
- Returns:
simplified – Whether the nodes of the network are simplified or not.
- Return type:
bool