Skip to content

Commit e476f44

Browse files
authored
Merge pull request #834 from cmu-delphi/krivard/update-map-signals
Correct COVIDcast dashboard signal list
2 parents 7bf80fd + 4cdd0c9 commit e476f44

File tree

1 file changed

+20
-27
lines changed

1 file changed

+20
-27
lines changed

docs/api/covidcast_signals.md

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,47 +8,40 @@ has_children: true
88
# Delphi's COVID-19 Data Sources and Signals
99

1010
Delphi's COVID-19 Surveillance Streams data includes the following data sources.
11-
Data from these sources is expected to be updated daily. You can use the
12-
[`covidcast_meta`](covidcast_meta.md) API endpoint to get summary information
11+
Data from most of these sources is typically updated daily. You can use the
12+
[`covidcast_meta`](covidcast_meta.md) endpoint to get summary information
1313
about the ranges of the different attributes for the different data sources.
1414

1515
The API for retrieving data from these sources is described in the
16-
[COVIDcast API endpoint documentation](covidcast.md). Changes and corrections to
17-
data in this API are listed in the [API changelog](covidcast_changelog.md).
16+
[COVIDcast endpoint documentation](covidcast.md). Changes and corrections to
17+
data from this endpoint are listed in the [changelog](covidcast_changelog.md).
1818

1919
To obtain many of these signals and update them daily, Delphi has written
2020
extensive software to obtain data from various sources, aggregate the data,
2121
calculate statistical estimates, and format the data to be shared through the
22-
COVIDcast API. This code is [open source and available on
23-
GitHub](https://github.com/cmu-delphi/covidcast-indicators), and contributions
24-
are welcome.
22+
COVIDcast endpoint of the Delphi Epidata API. This code is
23+
[open source and available on GitHub](https://github.com/cmu-delphi/covidcast-indicators),
24+
and contributions are welcome.
2525

26-
## COVIDcast Map Signals
26+
## COVIDcast Dashboard Signals
2727

2828
The following signals are currently displayed on [the public COVIDcast
29-
map](https://delphi.cmu.edu/covidcast/) and available in its [data export
30-
tool](https://delphi.cmu.edu/covidcast/export/):
29+
dashboard](https://delphi.cmu.edu/covidcast/):
3130

3231
| Kind | Name | Source | Signal |
3332
| ---- | ---- | ------ | ------ |
34-
| Public Behavior | At Away Location 6hr+ | [`safegraph`](covidcast-signals/safegraph.md) | `full_time_work_prop_7dav` |
35-
| Public Behavior | At Away Location 3-6hr | [`safegraph`](covidcast-signals/safegraph.md) | `part_time_work_prop_7dav` |
36-
| Public Behavior | Bar Visits | [`safegraph`](covidcast-signals/safegraph.md) | `bars_visit_prop` |
37-
| Public Behavior | Restaurant Visits | [`safegraph`](covidcast-signals/safegraph.md) | `restaurant_visit_prop` |
38-
| Public Behavior | People Wearing Masks | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_wearing_mask_7d` |
39-
| Public Behavior | Vaccine Acceptance | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_covid_vaccinated_or_accept` |
40-
| Public Behavior | COVID Symptom Searches on Google | [`google-symptoms`](covidcast-signals/google-symptoms.md) | `sum_anosmia_ageusia_smoothed_search` |
33+
| Public Behavior | People Wearing Masks | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_wwearing_mask_7d` |
34+
| Public Behavior | Vaccine Acceptance | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_wcovid_vaccinated_appointment_or_accept` |
35+
| Public Behavior | COVID Symptom Searches on Google | [`google-symptoms`](covidcast-signals/google-symptoms.md) | `sum_anosmia_ageusia_smoothed_search` |
36+
| Early Indicators | COVID-Like Symptoms | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_wcli` |
37+
| Early Indicators | COVID-Like Symptoms in Community | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_whh_cmnty_cli` |
4138
| Early Indicators | COVID-Related Doctor Visits | [`doctor-visits`](covidcast-signals/doctor-visits.md) | `smoothed_adj_cli` |
42-
| Early Indicators | COVID-Like Symptoms | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_cli` |
43-
| Early Indicators | COVID-Like Symptoms in Community | [`fb-survey`](covidcast-signals/fb-survey.md) | `smoothed_hh_cmnty_cli` |
44-
| Late Indicators | COVID Antigen Test Positivity (Quidel) | [`quidel`](covidcast-signals/quidel.md) | `covid_ag_smoothed_pct_positive` |
45-
| Late Indicators | Claims-Based COVID Hospital Admissions | [`hospital-admissions`](covidcast-signals/hospital-admissions.md) | `smoothed_adj_covid19_from_claims` |
46-
| Late Indicators | Cases | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_7dav_incidence_num` |
47-
| Late Indicators | Cases per 100,000 People | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_7dav_incidence_prop` |
48-
| Late Indicators | Deaths | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `deaths_7dav_incidence_num` |
49-
| Late Indicators | Deaths per 100,000 People | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `deaths_7dav_incidence_prop` |
39+
| Cases and Testing| COVID Antigen Test Positivity (Quidel) | [`quidel`](covidcast-signals/quidel.md) | `covid_ag_smoothed_pct_positive` |
40+
| Cases and Testing| COVID Cases | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `confirmed_7dav_incidence_prop` |
41+
| Late Indicators | COVID Hospital Admissions | [`hhs`](covidcast-signals/hhs.md) | `confirmed_admissions_covid_1d_prop_7dav` |
42+
| Late Indicators | Deaths | [`jhu-csse`](covidcast-signals/jhu-csse.md) | `deaths_7dav_incidence_prop` |
5043

5144
## All Available Sources and Signals
5245

53-
Beyond the signals available on the COVIDcast map, numerous other signals are
54-
available directly through the API:
46+
Beyond the signals available on the COVIDcast dashboard, numerous other signals are
47+
available through our [data export tool](https://delphi.cmu.edu/covidcast/export/) or directly through the API:

0 commit comments

Comments
 (0)