-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrun-luv.sh
More file actions
43 lines (30 loc) · 1.16 KB
/
run-luv.sh
File metadata and controls
43 lines (30 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# LUV RUNNER
# ----------------------------------------------------
URBANSIM_URL=https://github.com/psrc/urbansim.git
URBANSIM_VERSION=master
DB_GOLDEN_URL=
DB_STAGING_URL=
JURISDICTIONAL_CONTROL_TOTALS= # todo: how do we import these totals? [filename?]
# ----------------------------------------------------
# Install all dependencies: git, python, etc
pip install -r requirements.txt
# ----------------------------------------------------
# Fetch urbansim
git clone $URBANSIM_URL urbansim
cd urbansim; git checkout $URBANSIM_VERSION ; cd ..
# ----------------------------------------------------
# Fetch golden standard database
# ----------------------------------------------------
# Stage all database changes
# ----------------------------------------------------
# Store snapshot somewhere
# ----------------------------------------------------
# Write out cache
# ----------------------------------------------------
# Check for sanity
# ----------------------------------------------------
# Run urbansim!
# ----------------------------------------------------
# Summarize everything
# ----------------------------------------------------
# Store summaries somewhere