forked from nprapps/walmart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
globals.sh
56 lines (48 loc) · 860 Bytes
/
globals.sh
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
44
45
46
47
48
49
50
51
52
53
54
55
56
#!/bin/bash
FIPS=(11 13 17)
YEARS=(2005 2010 2015 2020)
NAMES=(
#["04"]="Phoenix"
["11"]="DC"
#["12"]="Maimi"
["13"]="Atlanta"
["17"]="Chicago"
#["48"]="Dallas"
)
PLACES=(
#["04"]="55000"
["11"]="50000"
#["12"]="45000"
["13"]="04000"
["17"]="14000"
#["48"]="19000"
)
POPS=(
#["04"]="1445632"
["11"]="601723"
#["12"]="399457"
["13"]="420003"
["17"]="2695598"
#["48"]="2368139"
)
PROJS=(
["11"]="2893"
["13"]="2885"
["17"]="3443"
)
LATLNGS=(
#["04"]="33.45 -112.07"
["11"]="38.90 -77.02"
#["12"]="25.78 -80.21"
["13"]="33.76 -84.39"
["17"]="41.83 -87.68"
#["48"]="32.78 -96.80"
)
RENDER_OPTS=(
#["04"]=""
["11"]="-z 11 -w 1280 -t 1280"
#["12"]=""
["13"]="-z 11 -w 1280 -t 1280"
["17"]="-z 10 -w 1280 -t 1280"
#["48"]=""
)