Moves a renamed latest branch into master
Compare changes
+ 91
− 190
@@ -19,101 +19,80 @@ from osmnx.projection import is_projected
@@ -133,15 +112,10 @@ def great_circle_distance_along_path(path: LineString) -> float:
@@ -151,8 +125,8 @@ def great_circle_distance_along_path(path: LineString) -> float:
@@ -168,18 +142,15 @@ def update_street_count(network: MultiDiGraph):
@@ -187,7 +158,7 @@ def node_path_length(network: MultiDiGraph,
@@ -195,7 +166,7 @@ def node_path_length(network: MultiDiGraph,
@@ -207,113 +178,79 @@ def node_path_length(network: MultiDiGraph,
@@ -323,7 +260,7 @@ def edge_path_length(network: MultiDiGraph,
@@ -333,27 +270,19 @@ def edge_path_length(network: MultiDiGraph,
@@ -382,62 +311,34 @@ def count_ocurrences(gdf: GeoDataFrame,
\ No newline at end of file