SANDAG / ABM

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

Build release folder from repo #88

Closed aber-sandag closed 7 months ago

aber-sandag commented 8 months ago

Build release version by executing this command from the root directory of a cloned repository: ./build.cmd <release_folder> <version>

If release version already exists, will prompt user if they want to update it. Copies files from the repo to <release_folder>\<version>. Currently skips copying to <version>\common\input due to out-of-date input directory on the repo, can manually copy from T:\ABM\release_test\ABM\version_15_0_0\common\input. Scenario year inputs must also be manually copied to <version>\input\<year>.

Once release version is built, scenario can be created by running the GUI with this command from the <version> folder: python common\python\pythonGUI\createStudyAndScenario.py

Also includes changes to scenario creation scripts that had not yet been pushed.

bhargavasana commented 7 months ago

@JoeJimFlood please review and pull this in. If you have questions or comments, please direct them to @aber-sandag. Thanks!

JoeJimFlood commented 7 months ago

Thanks!