SANDAG / ABM

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

Inconsistent time periods in skim settings #107

Closed aber-sandag closed 5 months ago

aber-sandag commented 5 months ago

The time periods for the airport models are defined differently than the other models in the network_los settings. Resident, visitor, and crossborder use [0, 6, 12, 25, 32, 48], while airport uses [0, 11, 17, 30, 37, 48] Resident/visitor: https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/common/network_los.yaml#L46 Crossborder: https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/crossborder/network_los.yaml#L35 Airport: https://github.com/SANDAG/ABM/blob/ABM3_develop/src/asim/configs/common_airport/network_los.yaml#L52

aletzdy commented 5 months ago

fixed with this commit