Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support list of omx input skims instead of just one big file #291

Closed
bstabler opened this issue Jan 10, 2020 · 4 comments
Closed

support list of omx input skims instead of just one big file #291

bstabler opened this issue Jan 10, 2020 · 4 comments

Comments

@bstabler
Copy link
Contributor

No description provided.

@bstabler bstabler changed the title support list of omx input skims instead of one big file support list of omx input skims instead of just one big file Jan 10, 2020
@bstabler
Copy link
Contributor Author

@toliwaga - I believe this is in the https://github.com/RSGInc/activitysim/tree/multi_zone branch now?

@toliwaga
Copy link
Contributor

yes - the whole skims config specification has been expanded to support 1, 2, and 3 zones - and multiple skims file support is included for all.

@bstabler
Copy link
Contributor Author

For documentation purposes, here's an example usage for three zones

taz_skims: 
  - HWYSKM_AM_taz.omx
  - HWYSKM_EA_taz.omx
  - HWYSKM_EV_taz.omx
  - HWYSKM_MD_taz.omx
  - HWYSKM_PM_taz.omx

tap_to_tap:
  skims:
    - transit_skims_AM_SET1.omx
    - transit_skims_AM_SET2.omx
    - transit_skims_AM_SET3.omx
    - transit_skims_EA_SET1.omx
    - transit_skims_EA_SET2.omx
    - transit_skims_EA_SET3.omx
    - transit_skims_EV_SET1.omx
    - transit_skims_EV_SET2.omx
    - transit_skims_EV_SET3.omx
    - transit_skims_MD_SET1.omx
    - transit_skims_MD_SET2.omx
    - transit_skims_MD_SET3.omx
    - transit_skims_PM_SET1.omx
    - transit_skims_PM_SET2.omx
    - transit_skims_PM_SET3.omx

@bstabler
Copy link
Contributor Author

this has been released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants