Zach Needell
Zach Needell
point users to develop rather than a tag - - - This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3869)
Previously we only allowed itineraries of rh -> transit -> rh when the mode `ride_hail_transit` was selected. This should allow for either the access or egress leg to be walk....
Previously the scenario's PrivateVehicles attribute was being overwritten during scenarioAdjustment when we're using an urbansim scenario (as is the case during pilates). Here's a trial fix, with a hack to...
Comparing cruise changes to see if there's anything else we need to merge in immediately - - - This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3850)
This change is [](https://reviewable.io/reviews/LBNL-UCB-STI/beam/3802)
The commit history for the tour mode branches had gotten really messy, so here's a squashed fresh start. The current version has been tested pretty extensively in production but still...
I keep getting mixed up whether locations are in WGS vs UTM and I bet I'm not the only one. In BEAM we sometimes use the Java `Coord` type and...
This attempted WGS/UTM conversion tends to throw a lot of errors: https://github.com/LBNL-UCB-STI/beam/blob/8a428b9e72f6c68e2f4832f4a305ff32e0248437/src/main/scala/beam/utils/scenario/UrbanSimScenarioLoader.scala#L47-L60 I think it's because activity locations already are converted from WGS->UTM when plans are loaded in. There are...
Running list of ideas to improve sensitivity to transit service with ActivitySim/BEAM integration: - [x] Go back to recording experienced trip in skims (while having the option to include non-chosen...
For the NYC project, we need a way of simulating what transit routes individuals are taking even through we don't want to bother running them through a full agentsim loop....