You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Delphi makes substantial changes to the computation of a signal, we will typically publish it under a new name rather than revising the existing signal. By contrast, the changes documented here are bug fixes and pipeline repairs.
4
+
5
+
## Sources and Signals
6
+
### `doctor-visits`
7
+
### `fb-survey`
8
+
9
+
#### 3 June 2020: v1.3
10
+
11
+
Duplicate survey weights had corrupted historical figures for the following signals and dates. The correct data has been restored to the API.
Copy file name to clipboardExpand all lines: docs/api/covidcast_signals.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,9 @@ several days after they occur, these signals are typically available with
33
33
several days of lag. This means that estimates for a specific day are only
34
34
available several days later.
35
35
36
+
* Number of data revisions since 19 May 2020: 0
37
+
* Date of last change: Never
38
+
36
39
### `fb-survey`
37
40
38
41
Data source based on symptom surveys run by Carnegie Mellon. Facebook directs a
@@ -66,6 +69,9 @@ the way in which our smoothing works, which is based on pooling data across
66
69
successive days), these smoothed signals are generally available at many more
67
70
counties (and MSAs) than the raw signals.
68
71
72
+
* Number of data revisions since 19 May 2020: 1
73
+
* Date of last change: [3 June 2020](covidcast_changelog.md#fb-survey)
74
+
69
75
### `google-survey`
70
76
71
77
Data source based on Google-run symptom surveys, through publisher websites,
@@ -94,6 +100,9 @@ specific geographical areas as needed to support forecasting efforts.
94
100
|`raw_cli`| Estimated percentage of people who know someone in their community with COVID-like illness |
95
101
|`smoothed_cli`| Estimated percentage of people who know someone in their community with COVID-like illness, smoothed in time |
96
102
103
+
* Number of data revisions since 19 May 2020: 0
104
+
* Date of last change: Never
105
+
97
106
### `ght`
98
107
99
108
Data source based on Google searches, provided to us by Google Health
@@ -109,6 +118,9 @@ so county estimates are not available from the API.
109
118
|`raw_search`| Google search volume for COVID-related searches, in arbitrary units that are normalized for population |
110
119
|`smoothed_search`| Google search volume for COVID-related searches, in arbitrary units that are normalized for population, smoothed in time using a local linear smoother with Gaussian kernel |
111
120
121
+
* Number of data revisions since 19 May 2020: 0
122
+
* Date of last change: Never
123
+
112
124
### `quidel`
113
125
114
126
Data source based on flu lab tests, provided to us by Quidel, Inc. When a
@@ -134,6 +146,9 @@ small. The data may be updated again when the Winter 2020 flu season begins.
134
146
|`raw_tests_per_device`| The number of flu tests conducted by each testing device; measures volume of testing |
135
147
|`smoothed_tests_per_device`| Same as above, but smoothed in time |
136
148
149
+
* Number of data revisions since 19 May 2020: 0
150
+
* Date of last change: Never
151
+
137
152
### `jhu-csse`
138
153
139
154
Data source of confirmed COVID-19 cases and deaths, based on reports made
@@ -153,6 +168,9 @@ Our signals here are taken directly from the JHU CSSE
153
168
[COVID-19 GitHub repository](https://github.com/CSSEGISandData/COVID-19) without
154
169
filtering, smoothing, or changes.
155
170
171
+
* Number of data revisions since 19 May 2020: 0
172
+
* Date of last change: Never
173
+
156
174
### `indicator-combination`
157
175
158
176
This source provides signals which are statistical combinations of the other
@@ -175,6 +193,9 @@ sources above. It is not a primary data source.
175
193
`smoothed_adj_cli`. This signal is deprecated and is no longer updated as of
176
194
May 28, 2020.
177
195
196
+
* Number of data revisions since 19 May 2020: 0
197
+
* Date of last change: Never
198
+
178
199
## COVIDcast Map Signals
179
200
180
201
The following signals are currently displayed on [the public COVIDcast
0 commit comments