From d2a2928a8eb8419274158776f68f523e21679f93 Mon Sep 17 00:00:00 2001 From: Gareth Simons Date: Wed, 20 Dec 2023 12:19:42 +0000 Subject: [PATCH] back to direct and indirect default --- pyproject.toml | 2 +- pysrc/cityseer/tools/io.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dc1d467..00b318d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cityseer" -version = '4.6.6' +version = '4.6.7' description = "Computational tools for network-based pedestrian-scale urban analysis" readme = "README.md" requires-python = ">=3.10, <3.12" diff --git a/pysrc/cityseer/tools/io.py b/pysrc/cityseer/tools/io.py index 8747f801..49c47135 100644 --- a/pysrc/cityseer/tools/io.py +++ b/pysrc/cityseer/tools/io.py @@ -396,7 +396,6 @@ def osm_graph_from_poly( graph_crs, buffer_dist=parallel_consolidate_dist, contains_buffer_dist=contains_buffer_dist, - neighbour_policy="indirect", ) graph_crs = graphs.nx_remove_filler_nodes(graph_crs) if iron_edges: @@ -408,7 +407,6 @@ def osm_graph_from_poly( graph_crs, buffer_dist=parallel_consolidate_dist, contains_buffer_dist=contains_buffer_dist, - neighbour_policy="indirect", ) graph_crs = graphs.nx_remove_filler_nodes(graph_crs) if iron_edges: