Skip to content

Commit

Permalink
Reactivated line splitting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyxng committed Oct 22, 2024
1 parent 4ef062f commit 8aec857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_osm_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ def build_network(
buses_line_endings = _add_line_endings(buses, lines)
buses = pd.concat([buses, buses_line_endings], ignore_index=True)

enable_line_splitting = False
enable_line_splitting = True
if enable_line_splitting:
# Split lines overpassing nearby buses (tolerance 1 m)
lines = split_overpassing_lines(lines, buses)
Expand Down

0 comments on commit 8aec857

Please sign in to comment.