Amp up the short service road trimmer -- Aurora's got lots of dangly things to trim.

While we're at it, opt into new fast_paths branch that should have about
a 2x import speedup.

Regenerating the world...
This commit is contained in:
Dustin Carlino 2021-08-21 21:23:35 -07:00
parent 996a3f30b3
commit 1d71e39480
4 changed files with 797 additions and 797 deletions

2
Cargo.lock generated
View File

@ -974,7 +974,7 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "fast_paths"
version = "0.3.0-SNAPSHOT"
source = "git+https://github.com/easbar/fast_paths?branch=large_edge_weights_quick_fix#634957aea136ac56679123196d5e97b7a2c1a442"
source = "git+https://github.com/easbar/fast_paths?branch=settled_nodes_limit#6bcda87e38c930e1068dff0e8f609e5cbd43e03e"
dependencies = [
"log",
"priority-queue",

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,7 @@ abstio = { path = "../abstio" }
abstutil = { path = "../abstutil" }
anyhow = "1.0.38"
enumset = { version = "1.0.3", features=["serde"] }
fast_paths = { git = "https://github.com/easbar/fast_paths", branch = "large_edge_weights_quick_fix" }
fast_paths = { git = "https://github.com/easbar/fast_paths", branch = "settled_nodes_limit" }
geom = { path = "../geom" }
kml = { path = "../kml" }
log = "0.4.14"

View File

@ -232,7 +232,7 @@ pub fn collapse_intersection(raw: &mut RawMap, i: NodeID) {
}
}
const SHORT_THRESHOLD: Distance = Distance::const_meters(10.0);
const SHORT_THRESHOLD: Distance = Distance::const_meters(30.0);
/// Some cycleways intersect footways with detailed curb mapping. The current rules for figuring
/// out which walking paths also allow bikes are imperfect, so we wind up with short dead-end