cityImage.is_edges_simplified#

cityImage.is_edges_simplified(edges_gdf, preserve_direction)[source]#

The function checks the presence of possible duplicate geometries in the edges_gdf GeoDataFrame.

Parameters:

edges_gdf (LineString GeoDataFrame) – The street segments GeoDataFrame.

Returns:

simplified – Whether the edges of the network are simplified or not.

Return type:

bool