-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.json
More file actions
86 lines (86 loc) · 1.36 KB
/
example.json
File metadata and controls
86 lines (86 loc) · 1.36 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
{
"version": 1,
"icuMax": 100,
"icuMin": 60,
"icuWeight": 0.1,
"newCasesMax": 3286,
"newCasesMin": 0,
"newCasesWeight": 0.4,
"newDeathsMax": 344,
"newDeathsMin": 0,
"newDeathsWeight": 0.2,
"isolationRateMax": 40,
"isolationRateMin": 70,
"isolationRateWeight": 0.1,
"rValueMax": 3,
"rValueMin": 0.5,
"rValueWeight": 0.2,
"numberDaysAvarage": 7,
"fases": [{
"pos": 0,
"legend": "Fechada",
"limit": 60,
"color": "#FE1016"
},
{
"pos": 1,
"legend": "Aberta Fase 1",
"limit": 80,
"color": "#FEB82D"
},
{
"pos": 2,
"legend": "Aberta Fase 2",
"limit": 90,
"color": "#FFFF3B"
},
{
"pos": 3,
"legend": "Aberta Fase 3",
"limit": 95,
"color": "#88C952"
},
{
"pos": 4,
"legend": "Aberta sem restrições",
"limit": 100,
"color": "#0FA6EA"
}
],
"results": [{
"city": "SP",
"date": "2020-06-12",
"value": 51.84188084757038
},
{
"city": "SP",
"date": "2020-06-11",
"value": 53.25463930672696
},
{
"city": "SP",
"date": "2020-06-10",
"value": 54.03470604847978
},
{
"city": "SP",
"date": "2020-06-09",
"value": 56.865273939778746
},
{
"city": "SP",
"date": "2020-06-08",
"value": 53.92059930750882
},
{
"city": "SP",
"date": "2020-06-07",
"value": 53.61249135060045
},
{
"city": "SP",
"date": "2020-06-06",
"value": 0
}
]
}