mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
867be8fa07
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.
16 lines
388 B
JSON
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
|
|
}
|
|
] |