Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Go to file
Dustin Carlino ac4cfea3e3 skip hidden files (.gitignore started showing up, oops). also, stash
screenshots outside of the game/ dir, so we dont recompile when we
accidentally create these
2019-12-05 14:21:17 -08:00
abstutil skip hidden files (.gitignore started showing up, oops). also, stash 2019-12-05 14:21:17 -08:00
convert_osm fix small bug in import script, and skip over bad polylines in 2019-12-03 19:28:58 -08:00
data more granularly tracking unexpected new data files 2019-12-04 17:23:47 -08:00
docs remove the experimental hi-res grass and park textures and all the 2019-12-05 09:37:05 -08:00
ezgui skip hidden files (.gitignore started showing up, oops). also, stash 2019-12-05 14:21:17 -08:00
game remove the experimental hi-res grass and park textures and all the 2019-12-05 09:37:05 -08:00
geom record intersection delays in analytics 2019-12-04 10:48:36 -08:00
gtfs upgrade rand, get rid of now unneeded serde1 feature, in hopes of fixing feature mismatch between deps 2019-08-15 12:14:35 -07:00
headless also group raw_maps in data/input 2019-12-03 12:06:49 -08:00
kml remove old census popdat stuff 2019-12-03 11:42:02 -08:00
map_editor remove the experimental hi-res grass and park textures and all the 2019-12-05 09:37:05 -08:00
map_model make pedestrian pathfinding graph use sidewalk endpoints. simpler to 2019-12-05 14:09:03 -08:00
popdat remove old census popdat stuff 2019-12-03 11:42:02 -08:00
precompute clean up more of abstutil path/filesystem API 2019-12-03 09:59:43 -08:00
release finalize seeded data script. fixes #3, now the initial dev experience is much easier 2019-12-03 16:36:30 -08:00
sim prebake results for tutorial levels too, really manually. load prebaked 2019-12-04 16:36:01 -08:00
tests group data/input/osm 2019-12-03 12:25:33 -08:00
.gitignore more granularly tracking unexpected new data files 2019-12-04 17:23:47 -08:00
Cargo.toml goodbye, fix_map_geom. rename synthetic crate to map_editor 2019-09-23 13:54:09 -07:00
clickable_links.py rename the main editor crate to game -- map editing is just a tiny piece ;) 2019-09-07 13:09:09 -07:00
clippy.sh finishing the big cutover from stable to original IDs. main path works, 2019-10-28 12:40:09 -07:00
exec_tests.sh revive the other transit test 2018-11-26 14:36:59 -08:00
format_md.sh adding a new hint for extra turn restrictions 2019-08-06 14:02:34 -07:00
import.sh fix small bug in import script, and skip over bad polylines in 2019-12-03 19:28:58 -08:00
LICENSE Initial import of A/B Street prototype. 2018-03-13 08:06:03 -07:00
precompute.sh finally grouping system data too. forgot some data/input things... 2019-12-03 12:22:59 -08:00
README.md merging a few docs and adding a roadmap to the readme 2019-12-03 17:10:33 -08:00
rgrep.sh get halloween working with small lines. refactor a Line::maybe_new. 2019-02-01 12:12:40 -08:00

A/B Street

Ever been on a bus stuck in traffic, wondering why there are cars parked on the road instead of a bus lane? A/B Street is a game exploring how small changes to a city affect the movement of drivers, cyclists, transit users, and pedestrians.

Play A/B Street on Windows, Mac, Linux

Removing dedicated left-turn phases from a traffic signal:

fix_traffic_signal

Watching overall traffic patterns and zooming into a few slow areas:

exploring_traffic

Documentation for developers

Features

  • The map
    • A detailed rendering of Seattle from OpenStreetMap and King County GIS data, including sidewalks, on-street parking, bike lanes, bus-only lanes, turn lanes, buildings, and bus stops.
    • Intersections governed by stop signs and traffic signals, with default signal timings heuristically inferred. Hand-tuned geometry to reasonably model Seattle's strangest intersections.
    • You can adjust lane types, stop signs, and traffic signals, and reverse lanes.
  • The traffic
    • Individual cars, buses, bikes, and pedestrians move through the map.
    • Most trips are multi-modal -- for example, a pedestrian exits a building, walks a few blocks over to their parked car, drives somewhere, looks for parking, and walks to their final destination.
    • A realistic set of trips -- how many people go from building 1 to building 2 at some time using some form of transport -- based on PSRC's Soundcast model.
  • The gameplay
    • Start in sandbox mode, exploring the map, watching traffic patterns, following individual agents, looking for problems.
    • Jump to edit mode, where you can convert some on-street parking to bus lanes and adjust traffic signals to try to fix some problem.
    • Try your change in A/B test mode, running two traffic simulations side-by-side. Explore how individual agents finish their trips faster or slower, and compare aggregate results about different groups of traffic.
    • Attempt a predefined challenge with particular objectives, like speeding up certain bus routes or designing a full bike network.

Roadmap

Aiming for a first playable release in January 2020. After that:

  • Model more things: light rail, shared bike/walking paths, ridesharing, utility functions for different groups
  • Improve map and demand data quality
  • Continue polishing the UI and improving data visualization
  • More challenges and exploring radical new ideas (like Madrid superblocks)
  • Expand to other cities
  • Implement a web version

Project mission

If you fix some traffic problem while playing A/B Street, my ultimate goal is for your changes to become a real proposal for adjusting Seattle's infrastructure. A/B Street is of course a game, using a simplified approach to traffic modeling, so city governments still have to evaluate proposals using their existing methods. A/B Street is intended as a conversation starter and tool to communicate ideas with interactive visualizations.

Why not leave city planning to professionals? People are local experts on the small slice of the city they interact with daily -- the one left turn lane that always backs up or a certain set of poorly timed walk signals. Laura Adler writes:

"Only with simple, accessible simulation programs can citizens become active generators of their own urban visions, not just passive recipients of options laid out by government officials."

Existing urban planning software is either proprietary or hard to use. A/B Street strives to set the accessibility bar high, by being a fun, engaging game.

Credits

Contributing

Help always needed! If you want to bring this to your city or if you're skilled in graphic or user experience, traffic simulation, data visualization, or civic/government outreach, please contact Dustin Carlino at dabreegster@gmail.com or post at r/abstreet. I also welcome any contributions on Patreon.