RSGInc / bca4abm

Benefit Cost Analysis for Travel Demand Models
http://rsginc.github.io/bca4abm/
Other
7 stars 5 forks source link

improve setup for running tool #109

Closed bstabler closed 4 years ago

bstabler commented 4 years ago

see https://github.com/ActivitySim/activitysim/issues/287

blakerosenthal commented 4 years ago

CLI spec

Some proposed/in-progress changes for an easy command-line tool can be found on the cli branch of this repo. Our next step would be to move these changes over to the main ActivitySim package, where it could be reimported into BCA, PopSim, AsimTBM, etc.

Commands:

TODOs:

@bstabler @toliwaga if this sounds like a promising approach, I can update BCA to use this instead of all the run scripts. This would involve

Then if we like how BCA is working we can

A few things I'd like to do which would be very easy with this setup:

bstabler commented 4 years ago

This looks good. For now let's just get the bca example working and then do a bit of testing. We can post bca on pypi as well, which we should do anyway. We can suggest moving this into activitysim if the bca example works well.

bstabler commented 4 years ago

bca4abm create --list doesn't return anything (on Windows?). bca4abm -h, --version, and run all work.

image

blakerosenthal commented 4 years ago

fixed! thanks for catching that @bstabler 😅