abstreet/tests/goldenfiles/prebaked_summaries.json
Dustin Carlino 2288b0d42a Add a smaller study area in Tehran.
- Procedurally generate houses there, so the automatic travel demand
  model doesn't produce totally silly patterns.
- Disable parking
- Allow vehicles to enter the intersection even when it looks like they
  might get stuck; this lets the default scenario complete without
  gridlock.
- Prebake the scenario, so a researcher can make edits and use all of
  the A/B testing data viz.

The home-to-work scenario produces laughably bogus patterns... everyone
working at Bank Sepah.
2021-09-30 14:51:56 -07:00

65 lines
1.7 KiB
JSON

[
{
"map": "arboretum (in seattle (us))",
"scenario": "weekday",
"finished_trips": 76618,
"cancelled_trips": 0,
"total_trip_duration_seconds": 51747112.72399941
},
{
"map": "montlake (in seattle (us))",
"scenario": "weekday",
"finished_trips": 36706,
"cancelled_trips": 90,
"total_trip_duration_seconds": 22717800.186400127
},
{
"map": "lakeslice (in seattle (us))",
"scenario": "weekday",
"finished_trips": 260914,
"cancelled_trips": 4902,
"total_trip_duration_seconds": 201405693.34539455
},
{
"map": "wallingford (in seattle (us))",
"scenario": "weekday",
"finished_trips": 133431,
"cancelled_trips": 0,
"total_trip_duration_seconds": 69231506.80130064
},
{
"map": "center (in poundbury (gb))",
"scenario": "base",
"finished_trips": 8544,
"cancelled_trips": 4,
"total_trip_duration_seconds": 7875686.524899973
},
{
"map": "center (in poundbury (gb))",
"scenario": "go_active",
"finished_trips": 8550,
"cancelled_trips": 8,
"total_trip_duration_seconds": 9621742.610499995
},
{
"map": "center (in poundbury (gb))",
"scenario": "base_with_bg",
"finished_trips": 23734,
"cancelled_trips": 260,
"total_trip_duration_seconds": 22688766.85819996
},
{
"map": "center (in poundbury (gb))",
"scenario": "go_active_with_bg",
"finished_trips": 23740,
"cancelled_trips": 264,
"total_trip_duration_seconds": 24443832.929799832
},
{
"map": "parliament (in tehran (ir))",
"scenario": "random people going to and from work",
"finished_trips": 29049,
"cancelled_trips": 16755,
"total_trip_duration_seconds": 41895811.17699998
}
]