LBNL-UCB-STI / beam

The Framework for Modeling Behavior, Energy, Autonomy, and Mobility in Transportation Systems
https://transportation.lbl.gov/beam
Other
142 stars 57 forks source link

Deployment spreadsheet: PILATES sheet #3684

Open alex-vv opened 1 year ago

alex-vv commented 1 year ago

Currently PILATES Instances sheet in deployment spreadsheet is not used. It seems that PILATES is deployed in some other way not invoking spreadsheetData lambda.

Consider if it makes sense to track PILATES deployments in the current spreadsheet and if so do we need the same structure with current / archive sheets for PILATES runs like implemented here: https://github.com/LBNL-UCB-STI/beam/pull/3683

nikolayilyin commented 1 year ago

Currently PILATES is being run by this script https://github.com/LBNL-UCB-STI/PILATES/blob/main/run.py, which requires pulling some docker images and checking out some github repos, the beam-data-sfbay one or whatever other city is being used, and a separate one for activitysim - https://github.com/LBNL-UCB-STI/activitysim-configs-austin.

Probably we need to update the gradle command and the lambda function to do that work in order to automate running/saving results and adding rows into the spreadsheet.

Maybe we should do it a bit later after we understand if we are completely moving from aws to google or not.