mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
1 line
862 B
JavaScript
1 line
862 B
JavaScript
initSidebarItems({"enum":[["IncludeZonePolicy","Only desire lines starting and ending in zones matching this policy will be used."]],"fn":[["create_zones",""],["disaggregate","Generates a scenario from aggregated origin/destination data (DesireLines). The input describes an exact number of people, who live in one zone and work in another (possibly the same) and commute using some mode. For each of them, we just need to pick a specific home and workplace from the zones, and use the Options to pick departure times. We’ll wind up creating people who just take two trips daily: home -> work -> home."]],"struct":[["DesireLine","This describes some number of commuters living in some named zone, working in another (or the same zone), and commuting using some mode."],["NormalDistribution","A normal distribution of Durations."],["Options",""],["Zone",""]]}); |