This repository was archived by the owner on May 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
166 lines (153 loc) · 3.49 KB
/
config.yaml
File metadata and controls
166 lines (153 loc) · 3.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
start_date: 2020-03-20 # ISO format
# Root directory of gleamviz (needs to contain data/sims)
gleamviz_dir: ~/GLEAMviz/
# Whether to fetch and use foretold data at all
use_foretold: false
# Replace with the actual channel (non-public)
foretold_channel: SECRET
# The generated defs are a product of scenarios and mitigations
# param_seasonalityAlphaMin - minmal activity in season
# param_occupancyRate - air travel percentage
scenarios:
- param_seasonalityAlphaMin: 0.85
param_occupancyRate: 70 # Note this is in percent!
name: WEAK seasonality<br>WEAK reduction in air travel
color: "#edcdab"
- param_seasonalityAlphaMin: 0.7
param_occupancyRate: 70 # Note this is in percent!
name: MEDIUM seasonality<br>WEAK reduction in air travel
color: "#edb77e"
- param_seasonalityAlphaMin: 0.5
param_occupancyRate: 70 # Note this is in percent!
name: STRONG seasonality<br>WEAK reduction in air travel
color: "#e97f0f"
- param_seasonalityAlphaMin: 0.85
param_occupancyRate: 20 # Note this is in percent!
name: WEAK seasonality<br>STRONG reduction in air travel
color: "#9ac9d9"
- param_seasonalityAlphaMin: 0.7
param_occupancyRate: 20 # Note this is in percent!
name: MEDIUM seasonality<br>STRONG reduction in air travel
color: "#5abbdb"
- param_seasonalityAlphaMin: 0.5
param_occupancyRate: 20 # Note this is in percent!
name: STRONG seasonality<br>STRONG reduction in air travel
color: "#007ca6"
## This is Plotly line style dict, will be updated with color if present
# style: {dash: dash}
mitigations:
- param_beta: 1.285
label: "None"
- param_beta: 1.0064 # 80%
label: "Low"
- param_beta: 0.629 # 50%
label: "Medium"
- param_beta: 0.2516 # 20%
label: "High"
# A dictionary { key: current_infected_estimate } of esitmate overrides
#region_active_estimates:
# china: 81093
# ...: ...
# Regions to display
# Use keys from regions.yaml
regions:
- albania
- algeria
- argentina
- armenia
- australia
- austria
- azerbaijan
- belarus
- belgium
- bosnia and herzegovina
- brazil
- brunei
- bulgaria
- cambodia
- canada
- chile
- china
- colombia
- costa rica
- croatia
- cyprus
- czech republic
- denmark
- dominican republic
- ecuador
- estonia
- finland
- france
- georgia
- germany
- greece
- hong kong city
- hungary
- iceland
- india
- indonesia
- iran
- iraq
- ireland
- israel
- italy
- japan
- jordan
- kazakhstan
- kuwait
- latvia
- lebanon
- lithuania
- luxembourg
- malaysia
- mexico
- moldova
- morocco
- netherlands
- new zealand
- norway
- oman
- pakistan
- panama
- peru
- philippines
- poland
- portugal
- qatar
- romania
- russia
- saudi arabia
- senegal
- serbia
- singapore
- slovak republic
- slovenia
- south korea
- spain
- sri lanka
- sweden
- switzerland
- taiwan
- thailand
- tunisia
- turkey
- ukraine
- united arab emirates
- united kingdom
- united states
- uruguay
- venezuela
- vietnam
# How to assign estimate into compartments
compartments_mult:
Infectious: 1.0
Exposed: 1.8
### Upload settings
gs_prefix: "gs://static-covid/static/"
gs_url_prefix: "https://storage.googleapis.com/static-covid/static/"
### Various paths (you probably want to leave them as they are)
output_dir: out/
regions_file: data/regions.yaml
foretold_file: out/foretold_data.json
CSSE_dir: data/CSSE-COVID-19/csse_covid_19_data/csse_covid_19_time_series/