Skip to content

Commit c6e2238

Browse files
authored
Merge pull request #844 from cmu-delphi/release/delphi-epidata-0.3.10
Release Delphi Epidata 0.3.10
2 parents 923f28f + 3bd2373 commit c6e2238

16 files changed

+41
-49
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.9
2+
current_version = 0.3.10
33
commit = False
44
tag = False
55

docs/api/covid_hosp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Hospital Capacity by State Timeseries](https://healthdata.gov/Hospital/COVID-19-
2929
and [COVID-19 Reported Patient Impact and Hospital Capacity by State](https://healthdata.gov/dataset/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/6xf2-c3ie) (published on an irregular schedule, every 1-6 days)
3030
- Temporal Resolution: Daily, starting 2020-01-01
3131
- Spatial Resolution: US States plus DC, PR, and VI
32-
- Open access via [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/1.0/)
32+
- Open Access: [Public Domain US Government](https://www.usa.gov/government-works)
3333
- Versioned by Delphi according to "issue" date, which is the date that the
3434
dataset was published by HHS.
3535

docs/api/covid_hosp_facility.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This data source provides various measures of COVID-19 burden on patients and he
2424
- Geographic resolution: healthcare facility (address, city, zip, fips)
2525
- Temporal resolution: weekly (Friday -- Thursday)
2626
- First week: 2020-07-31
27-
- Open access via [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/1.0/)
27+
- Open Access: [Public Domain US Government](https://www.usa.gov/government-works)
2828
- Versioned by Delphi according to the date that the dataset was published by
2929
HHS. New versions are expected to be published roughly weekly.
3030

docs/api/covid_hosp_facility_lookup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ General topics not specific to any particular data source are discussed in the
2626
This data source provides metadata about healthcare facilities in the US.
2727
- Data source: [US Department of Health & Human Services](https://healthdata.gov/Hospital/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/anag-cw7u) (HHS)
2828
- Total number of facilities: 4922
29-
- Open access via [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/1.0/)
29+
- Open Access: [Public Domain US Government](https://www.usa.gov/government-works)
3030

3131
# The API
3232

docs/api/covidcast-signals/dsew-cpr.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@ County, MSA, state, and HHS-level values are pulled directly from CPR; nation-le
2323

2424
| Signal | Description |
2525
| --- | --- |
26-
| `confirmed_admissions_covid_1d_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day. Smoothed using a 7-day average.
27-
Earliest date available: 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
28-
| `confirmed_admissions_covid_1d_prop_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day, per 100,000 population. Smoothed using a 7-day average.
29-
Earliest date available: 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
26+
| `confirmed_admissions_covid_1d_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day. Smoothed using a 7-day average. <br/> **Earliest date available:** 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
27+
| `confirmed_admissions_covid_1d_prop_7dav` | Number of adult and pediatric confirmed COVID-19 hospital admissions occurring each day, per 100,000 population. Smoothed using a 7-day average. <br/> **Earliest date available:** 2019-12-16 for state, HHS, and nation; 2021-01-06 for MSA and county |
3028

3129
## Table of contents
3230
{: .no_toc .text-delta}

docs/api/covidcast-signals/hhs.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ grand_parent: COVIDcast Epidata API
1313
* **Date of last change:** Never
1414
* **Available for:** state, hhs, nation (see [geography coding docs](../covidcast_geography.md))
1515
* **Time type:** day (see [date format docs](../covidcast_times.md))
16-
* **License:** [Open Data Commons Open Database License (ODbL)](https://opendatacommons.org/licenses/odbl/1-0/)
16+
* **License:** [Public Domain US Government](https://www.usa.gov/government-works)
1717

1818
The U.S. Department of Health & Human Services (HHS) publishes several
1919
datasets on patient impact and hospital capacity. One of these
@@ -112,10 +112,6 @@ is first published.
112112
## Source and Licensing
113113

114114
This indicator mirrors and lightly aggregates data originally
115-
published by the U.S. Department of Health & Human Services under an
116-
[Open Data Commons Open Database License
117-
(ODbL)](https://opendatacommons.org/licenses/odbl/1-0/). The ODbL
118-
permits sharing, transformation, and redistribution of data or derived
119-
works so long as all public uses are distributed under the ODbL and
120-
attributed to the source. For more details, consult the official
121-
license text.
115+
published by the U.S. Department of Health & Human Services.
116+
As a work of the US government, the original data is in the
117+
[public domain](https://www.usa.gov/government-works).

docs/api/covidcast_signals.md

+20-27
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:

docs/symptom-survey/coding.md

+5
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,11 @@ vaccination questions to collect information about additional doses and booster
965965
shots. We also removed questions that are not being used to reduce response
966966
burden.
967967

968+
Files:
969+
970+
* [Wave 13 text and coding](waves/CTIS US Wave 13.pdf) (PDF)
971+
* [Wave 13 text and coding](waves/CTIS US Wave 13.docx) (Word)
972+
968973
### New Items
969974

970975
* Introductory text was added for respondents that responded “yes” to item V2,
56.5 KB
Binary file not shown.
381 KB
Binary file not shown.

src/client/delphi_epidata.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Epidata <- (function() {
1515
# API base url
1616
BASE_URL <- 'https://delphi.cmu.edu/epidata/api.php'
1717

18-
client_version <- '0.3.9'
18+
client_version <- '0.3.10'
1919

2020
# Helper function to cast values and/or ranges to strings
2121
.listitem <- function(value) {

src/client/delphi_epidata.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
})(this, function (exports, fetchImpl, jQuery) {
2424
const BASE_URL = "https://delphi.cmu.edu/epidata/";
25-
const client_version = "0.3.9";
25+
const client_version = "0.3.10";
2626

2727
// Helper function to cast values and/or ranges to strings
2828
function _listitem(value) {

src/client/packaging/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "delphi_epidata",
33
"description": "Delphi Epidata API Client",
44
"authors": "Delphi Group",
5-
"version": "0.3.9",
5+
"version": "0.3.10",
66
"license": "MIT",
77
"homepage": "https://github.com/cmu-delphi/delphi-epidata",
88
"bugs": {
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .delphi_epidata import Epidata
22

33
name = 'delphi_epidata'
4-
__version__ = '0.3.9'
4+
__version__ = '0.3.10'

src/client/packaging/pypi/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="delphi_epidata",
8-
version="0.3.9",
8+
version="0.3.10",
99
author="David Farrow",
1010
author_email="[email protected]",
1111
description="A programmatic interface to Delphi's Epidata API.",

src/server/_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
load_dotenv()
77

8-
VERSION = "0.3.9"
8+
VERSION = "0.3.10"
99

1010
MAX_RESULTS = int(10e6)
1111
MAX_COMPATIBILITY_RESULTS = int(3650)

0 commit comments

Comments
 (0)