SANDAG / ABM

Sandag ABM
https://github.com/SANDAG/ABM/wiki
20 stars 21 forks source link

Bike availability as a mode needs to be linked to bike skims and logsum #120

Open bhargavasana opened 3 months ago

bhargavasana commented 3 months ago

Every scenario has a small number of bike trips where bike time and distance is 0. This is likely occurring because there does not appear to be a check in the resident model for bike availability based on skims. It appears there is something like that in the visitor model - https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/visitor/trip_mode_choice_annotate_trips_preprocessor.csv#L70. Maybe something like that is needed to fix the issue.