Transportation planning and traffic simulation software for creating cities friendlier to walking, biking, and public transit
Go to file
2020-05-16 16:05:34 -07:00
.github/workflows have to disable gdal to build on github. give up for now [rebuild] 2020-05-12 11:35:14 -07:00
abstutil plumb trips per parcel tooand add more queries, make a kml chooser 2020-05-16 13:24:58 -07:00
convert_osm some buildings come from relations 2020-05-16 16:05:34 -07:00
data some buildings come from relations 2020-05-16 16:05:34 -07:00
docs start cleaing up thruput stats. remove the ability to change window size 2020-05-15 14:25:10 -07:00
ezgui fix loading edits when other edits are loaded. include west seattle in 2020-05-15 12:25:02 -07:00
game conveniently switch maps in devtools mode 2020-05-16 14:19:37 -07:00
geom start cleaing up thruput stats. remove the ability to change window size 2020-05-15 14:25:10 -07:00
gtfs fixing the bug with grouping PSRC trips by unique person -- thanks to 2020-03-05 11:19:32 -08:00
headless workaround repeated scenario running out of parking 2020-04-28 10:12:08 -07:00
importer plumb trips per parcel tooand add more queries, make a kml chooser 2020-05-16 13:24:58 -07:00
kml converted the import.sh shell script into Rust. towards #27 2020-03-25 19:54:33 -07:00
map_editor try brian's signals. making them the default to get used to them, but 2020-05-13 15:31:29 -07:00
map_model some buildings come from relations 2020-05-16 16:05:34 -07:00
release have to disable gdal to build on github. give up for now [rebuild] 2020-05-12 11:35:14 -07:00
sim work on getting the udistrict to run better. add options to handle 2020-05-15 16:46:12 -07:00
updater get rid of raw thruput_stats. in-game throughput plots are a little 2020-05-15 15:07:42 -07:00
_config.yml Set theme jekyll-theme-slate 2020-05-06 18:24:56 -07:00
.gitignore turn soundcast parcels into extrashapes / kml to understand skipped 2020-05-16 10:26:59 -07:00
Cargo.lock some buildings come from relations 2020-05-16 16:05:34 -07:00
Cargo.toml starting a tool to more granularly manage data files. my half, uploading 2020-05-01 19:22:03 -07:00
clippy.sh round of clippy. not fixing everything. 2019-12-11 16:17:15 -08:00
format_md.sh adding a new hint for extra turn restrictions 2019-08-06 14:02:34 -07:00
import.sh moving popdat+precompute into the new unified importer 2020-03-26 10:26:01 -07:00
LICENSE Initial import of A/B Street prototype. 2018-03-13 08:06:03 -07:00
README.md new release to get the parking mapper out 2020-05-11 14:56:04 -07:00
rgrep.sh get halloween working with small lines. refactor a Line::maybe_new. 2019-02-01 12:12:40 -08:00
rustfmt.toml tweaking rustfmt options; the long literal string vecs in tutorial look awful 2020-01-21 15:20:02 -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.

Find a problem:

exploring_traffic

Make some changes:

editing_map

Measure the effects:

evaluating_impacts

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 and contributing

See the roadmap for current work, including ways to help. If you want to bring this to your city or if you're skilled in design, traffic simulation, data visualization, or civic/government outreach, please contact Dustin Carlino at dabreegster@gmail.com. Follow r/abstreet for weekly updates or @CarlinoDustin for occasional videos of recent progress.

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

Core team:

Active contributors:

Others:

Data: