start organizing all the use cases / ideas

This commit is contained in:
Dustin Carlino 2020-05-27 16:21:15 -07:00
parent d67e7f4090
commit 222695423e
4 changed files with 55 additions and 5 deletions

6
Cargo.lock generated
View File

@ -1051,7 +1051,7 @@ dependencies = [
"geom 0.1.0",
"instant 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"kml 0.1.0",
"lttb 0.1.1 (git+https://github.com/dabreegster/lttb-rs?branch=patch-1)",
"lttb 0.1.1 (git+https://github.com/jeromefroe/lttb-rs)",
"map_model 0.1.0",
"maplit 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"petgraph 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1872,7 +1872,7 @@ dependencies = [
[[package]]
name = "lttb"
version = "0.1.1"
source = "git+https://github.com/dabreegster/lttb-rs?branch=patch-1#5b0d67b60757f0937fb80fc2e5a5c715adc27f93"
source = "git+https://github.com/jeromefroe/lttb-rs#9df13ad4bfc6830f1a6f453dc50b3e00290df5fa"
[[package]]
name = "lyon"
@ -4351,7 +4351,7 @@ dependencies = [
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0609345ddee5badacf857d4f547e0e5a2e987db77085c24cd887f73573a04237"
"checksum lttb 0.1.1 (git+https://github.com/dabreegster/lttb-rs?branch=patch-1)" = "<none>"
"checksum lttb 0.1.1 (git+https://github.com/jeromefroe/lttb-rs)" = "<none>"
"checksum lyon 0.15.6 (git+https://github.com/nical/lyon)" = "<none>"
"checksum lyon_algorithms 0.15.0 (git+https://github.com/nical/lyon)" = "<none>"
"checksum lyon_geom 0.15.2 (git+https://github.com/nical/lyon)" = "<none>"

View File

@ -3,7 +3,52 @@
See [the main page](https://github.com/dabreegster/abstreet/) for now. I'll
probably organize everything here eventually.
Proposals:
## Ideas to explore with A/B Street
Note: Most of these still aren't started, because the baseline simulation in the
relevant area isn't working. Unknown traffic signal timing, bad guesses at the
amount of off-street parking, lanes tagged incorrectly in OpenStreetMap, and
simulation bugs cause unrealistic gridlock. It's hard to evaluate a change
without a realistic baseline.
In progress:
- [Stay Healthy Streets: Lake Washington Blvd](lake_wash/proposal.md)
- [West Seattle mitigations](west_seattle/proposal.md)
- Simplify where the Burke Gilman crosses Corliss and Pacific
- No write-up yet, but the proposal is included in A/B Street
TODO:
- Close Broadway and Pine to through-traffic
- proposed
[here](https://old.reddit.com/r/SeattleWA/comments/gr4dsi/its_time_for_mayor_durkan_to_bring_stay_healthy/)
- Traffic signal timing at Montlake/520 and Montlake/Pacific
- Walking around here is frustrating, and pre-COVID, vehicle traffic got
fairly stuck
- Pedestrianizing the Ave (u-district)
- I can't find the proposal anymore; maybe
[this](http://www.udistrictmobility.com/)?
- Eastlake bike lanes / RapidRide J
- See
[here](https://www.seattle.gov/transportation/projects-and-programs/programs/bike-program/protected-bike-lanes/eastlake-avenue-protected-bike-lanes)
and
[here](http://www.seattle.gov/transportation/projects-and-programs/programs/transit-program/transit-plus-multimodal-corridor-program/rapidride-roosevelt)
- Need to audit lanes in OSM along Eastlake
- Especially with the Fairview Ave bridge out, detouring to the Cheshiahud
loop isn't as useful
- Madison / RapidRide G
- See
[here](http://www.seattle.gov/transportation/projects-and-programs/programs/transit-program/transit-plus-multimodal-corridor-program/madison-street-bus-rapid-transit)
- Bus lanes on Denny
- Proposed
[here](https://twitter.com/transitrunner/status/1175068582142599168)
- Bike Master Plan
- Prototype the
[planned network](https://www.seattle.gov/transportation/document-library/citywide-plans/modal-plans/bicycle-master-plan)
- Unsorted ideas
- [Parking](https://www.reddit.com/r/SeattleWA/comments/cr1r1l/why_the_fuck_does_the_right_lane_convert_to/)
- [Bus lanes](https://seattletransitblog.com/2018/10/05/seven-places-to-add-bus-lanes-now/)
- [John and Broadway](https://old.reddit.com/r/SeattleWA/comments/83h4ri/the_intersection_at_john_and_broadway_desperately/)
- [Bad intersections](https://old.reddit.com/r/Seattle/comments/4z3ewl/what_are_seattles_worst_intersections/)
- [Bus routes](https://old.reddit.com/r/SeattleWA/comments/5rvss5/what_changes_would_you_make_to_seattles_bus/)

View File

@ -54,3 +54,8 @@ Once the simulation is running smoothly, A/B Street can be used to make changes
-- like lowering speed limits, adding a protected left turn phase, or converting
part of the road into a bus lane -- and evaluate the effects on individual trips
and aggregate groups.
## Next steps
It'd be useful to first get this map running with the high bridge restored, to
establish a better baseline.

View File

@ -21,7 +21,7 @@ ezgui = { path = "../ezgui", default-features=false }
geom = { path = "../geom" }
instant = "0.1.2"
kml = { path = "../kml" }
lttb = { git = "https://github.com/dabreegster/lttb-rs", branch = "patch-1" }
lttb = { git = "https://github.com/jeromefroe/lttb-rs" }
maplit = "1.0.2"
map_model = { path = "../map_model" }
petgraph = "0.5.0"