LBNL-UCB-STI / beam

The Framework for Modeling Behavior, Energy, Autonomy, and Mobility in Transportation Systems
https://transportation.lbl.gov/beam
Other
145 stars 57 forks source link

Fix KEYIVT in Skims #3291

Open zneedell opened 3 years ago

zneedell commented 3 years ago

We had been setting the variable KEYIVT to zero, b/c it wasn't clear what it meant. It turns out that KEYIVT means the in vehicle travel time associated with the main mode of a mixed-mode trip. E.G. for an CAR -> TRAIN -> WALK trip KEYIVT means the in vehicle time for the train leg.

zneedell commented 3 years ago

ActivitySim has updated their documentation on the skim attributes here: https://activitysim.github.io/activitysim/howitworks.html#skims. It looks to me like we have everything else right (I think Juan has been handling the x100 scaling on their end), but it's worth us double checking the rest of them too.