abstreet/tests/goldenfiles/prebaked_summaries.json
Dustin Carlino 867be8fa07 Reimport SMP, with fixed sidewalk data for one-ways in OSM.
There were 3 manual steps here:

1) Tag sidewalk=left,right,both along many one-way streets in OSM where
   the inferred value was very wrong, and causing a large difference
   from smp_sidewalk_widening
2) Clear out smp_sidewalk_basemap, broken by OSM ID changes. This has
   never actually (and still does not) contain real baseline sidewalk
   widths, but still might eventually.
3) Manually update smp_sidewalk_widening, broken by OSM ID changes.

The simulation results with the proposed edits now don't cause as many
spurious route changes.
2022-05-15 10:03:23 +01:00

16 lines
388 B
JSON

[
{
"map": "montlake (in seattle (us))",
"scenario": "weekday",
"finished_trips": 29925,
"cancelled_trips": 6871,
"total_trip_duration_seconds": 20667494.73130007
},
{
"map": "sao_miguel_paulista (in sao_paulo (br))",
"scenario": "Full",
"finished_trips": 121120,
"cancelled_trips": 224,
"total_trip_duration_seconds": 84788781.93149996
}
]