cityImage.assign_structuring_barriers#
- cityImage.assign_structuring_barriers(edges_gdf, barriers_gdf)[source]#
The function return a GeoDataFrame with an added boolean column field that indicates whether the street segment intersects a separating/structuring barrier.
- Parameters:
edges_gdf (LineString GeoDataFrame) – The street segmentes GeoDataFrame.
barriers_gdf (LineString GeoDataFrame) – The barriers GeoDataFrame.
- Returns:
edges_gdf – The updated street segments GeoDataFrame.
- Return type:
LineString GeoDataFrame