Zach Needell
Zach Needell
In case people can't otherwise end up with a legitimate mode choice in `choosesMode` we fall back on `WALK` as the last resort mode, e.g. https://github.com/LBNL-UCB-STI/beam/blob/ef651315eb0572a8bed0af3f84c3590e94f697ca/src/main/scala/beam/agentsim/agents/modalbehaviors/ChoosesMode.scala#L346-L347 and https://github.com/LBNL-UCB-STI/beam/blob/ef651315eb0572a8bed0af3f84c3590e94f697ca/src/main/scala/beam/agentsim/agents/modalbehaviors/ChoosesMode.scala#L1354-L1373 This can...
Eventually we're going to want to assign individual vehicle types to households using the vehicles.csv input rather than probabilistically using vehicleTypes.csv. I'd imagine the best way to do it is...
Somehow negative/nan speeds have been occasionally making their way onto some links. This adds some simple filters, throws a warning if negative speeds make their way through, and makes sure...
In the ITERS output directories, the `legHistogram` plots don't make sense. Let's either fix them or not generate them at all--this will help avoid confusion when users are building and...
To use for NYC, look for the CBSA code 35620 (San Francisco bay area is 41860) --- This change is [](https://reviewable.io/reviews/lbnl-ucb-sti/beam/2801)
It looks like there are a LOT of buses running in Austin:  (GTFS file here: https://github.com/LBNL-UCB-STI/beam-data-austin/blob/develop/r5-prod/capmetro.zip) Is there something going wrong with the calendar day we're using, or something...
I'm finding that in rare cases when agents have a super long walk leg that can't complete before the end of the simulation they end up stuck in `WaitingToDrive` because...
This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3900)
You can set it to e.g. also request transit itineraries even for trips that have CAR in the plans. Useful for filling out ASim skims faster during a PILATES run...