From 586ae4e731d22a6b55daccc2f46421f75c053c4c Mon Sep 17 00:00:00 2001 From: Kathryn M Mazaitis Date: Tue, 13 Oct 2020 14:00:09 -0400 Subject: [PATCH 1/3] Document the removal of the 10 October issue from usa-facts and indicator-combination deaths signals --- .../covidcast-signals/indicator-combination.md | 4 ++-- docs/api/covidcast-signals/usa-facts.md | 4 ++-- docs/api/covidcast_changelog.md | 16 ++++++++++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/api/covidcast-signals/indicator-combination.md b/docs/api/covidcast-signals/indicator-combination.md index c11509f5a..cdd56ad5a 100644 --- a/docs/api/covidcast-signals/indicator-combination.md +++ b/docs/api/covidcast-signals/indicator-combination.md @@ -200,8 +200,8 @@ The resampling method for each input source is as follows: ## Compositional Signals: Confirmed Cases and Deaths * **First issued:** 7 July 2020 -* **Number of data revisions since 19 May 2020:** 0 -* **Date of last change:** never +* **Number of data revisions since 19 May 2020:** 1 +* **Date of last change:** [12 October 2020](../covidcast_changelog.md#indicator-combination) * **Available for:** county, msa, hrr, state (see [geography coding docs](../covidcast_geography.md)) These signals combine the cases and deaths data from JHU and USA Facts. This is diff --git a/docs/api/covidcast-signals/usa-facts.md b/docs/api/covidcast-signals/usa-facts.md index 4b4203551..115d6f4a3 100644 --- a/docs/api/covidcast-signals/usa-facts.md +++ b/docs/api/covidcast-signals/usa-facts.md @@ -8,8 +8,8 @@ grand_parent: COVIDcast API {: .no_toc} * **Source name:** `usa-facts` -* **Number of data revisions since 19 May 2020:** 0 -* **Date of last change:** Never +* **Number of data revisions since 19 May 2020:** 1 +* **Date of last change:** [12 October 2020](../covidcast_changelog.md#usa-facts) * **Available for:** county, hrr, msa, state (see [geography coding docs](../covidcast_geography.md)) This data source of confirmed COVID-19 cases and deaths is based on reports made diff --git a/docs/api/covidcast_changelog.md b/docs/api/covidcast_changelog.md index d2d4dab8c..451b393f9 100644 --- a/docs/api/covidcast_changelog.md +++ b/docs/api/covidcast_changelog.md @@ -17,6 +17,12 @@ we **strongly recommend** that anyone using the API to regularly download data should subscribe to this list. The list will only be used to announce API changes, data corrections, and other information relevant to API users. +## Table of contents +{: .no_toc .text-delta} + +1. TOC +{:toc} + ## Sources and Signals ### `doctor-visits` ### `fb-survey` @@ -66,3 +72,13 @@ Standard errors are now included in the `nmf_day_doc_fbc_fbs_ght` signal for all * `nmf_day_doc_fbc_fbs_ght` * all geo levels * all dates + +#### 12 October 2020 + +The 10 October 2020 issue of all `indicator-combination` deaths signals has been removed from the API. These signals are primarily constructed of USAFacts data, whose 10 October 2020 issue was discovered to be corrupt on 11 October and repaired on 12 October. + +### `usa-facts` + +#### 12 October 2020 + +The 10 October 2020 issue of all `usa-facts` deaths signals has been removed from the API. The file for deaths provided by USAFacts on 10 October included cases data instead. The resulting spurious 100x increase in magnitude of COVIDcast `usa-facts` deaths signals was noticed on 11 October and repaired on 12 October. From 164409e99b6a9aff42bd4eb3182fe59ae6939c44 Mon Sep 17 00:00:00 2001 From: Kathryn M Mazaitis Date: Tue, 13 Oct 2020 14:08:41 -0400 Subject: [PATCH 2/3] Clarify who can expect to be affected by the 10 Oct change. --- docs/api/covidcast_changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/covidcast_changelog.md b/docs/api/covidcast_changelog.md index 451b393f9..e35355eae 100644 --- a/docs/api/covidcast_changelog.md +++ b/docs/api/covidcast_changelog.md @@ -75,10 +75,10 @@ Standard errors are now included in the `nmf_day_doc_fbc_fbs_ght` signal for all #### 12 October 2020 -The 10 October 2020 issue of all `indicator-combination` deaths signals has been removed from the API. These signals are primarily constructed of USAFacts data, whose 10 October 2020 issue was discovered to be corrupt on 11 October and repaired on 12 October. +The 10 October 2020 issue of all `indicator-combination` deaths signals has been removed from the API. These signals are primarily constructed of USAFacts data, whose 10 October 2020 issue was discovered to be corrupt on 11 October and repaired on 12 October. Subsequent issues have adequate coverage of all regions and dates which were included in the 10 October issue, so this change only affects forecasters which intend to pull training data with an `as_of` or `issues` parameter set to 20201010. ### `usa-facts` #### 12 October 2020 -The 10 October 2020 issue of all `usa-facts` deaths signals has been removed from the API. The file for deaths provided by USAFacts on 10 October included cases data instead. The resulting spurious 100x increase in magnitude of COVIDcast `usa-facts` deaths signals was noticed on 11 October and repaired on 12 October. +The 10 October 2020 issue of all `usa-facts` deaths signals has been removed from the API. The file for deaths provided by USAFacts on 10 October included cases data instead. The resulting spurious 100x increase in magnitude of COVIDcast `usa-facts` deaths signals was noticed on 11 October and repaired on 12 October. Subsequent issues have adequate coverage of all regions and dates which were included in the 10 October issue, so this change only affects forecasters which intend to pull training data with an `as_of` or `issues` parameter set to 20201010. From f96cb65c69a5838eaeaf8ee8542615baf7f949b2 Mon Sep 17 00:00:00 2001 From: krivard Date: Tue, 13 Oct 2020 14:13:02 -0400 Subject: [PATCH 3/3] Adjust register Co-authored-by: Alex Reinhart --- docs/api/covidcast_changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/covidcast_changelog.md b/docs/api/covidcast_changelog.md index e35355eae..a80177235 100644 --- a/docs/api/covidcast_changelog.md +++ b/docs/api/covidcast_changelog.md @@ -81,4 +81,4 @@ The 10 October 2020 issue of all `indicator-combination` deaths signals has been #### 12 October 2020 -The 10 October 2020 issue of all `usa-facts` deaths signals has been removed from the API. The file for deaths provided by USAFacts on 10 October included cases data instead. The resulting spurious 100x increase in magnitude of COVIDcast `usa-facts` deaths signals was noticed on 11 October and repaired on 12 October. Subsequent issues have adequate coverage of all regions and dates which were included in the 10 October issue, so this change only affects forecasters which intend to pull training data with an `as_of` or `issues` parameter set to 20201010. +The 10 October 2020 issue of all `usa-facts` deaths signals has been removed from the API. The file for deaths provided by USAFacts on 10 October included cases data instead. The resulting spurious 100× increase in magnitude of COVIDcast `usa-facts` deaths signals was noticed on 11 October and repaired on 12 October. Subsequent issues have adequate coverage of all regions and dates that were included in the 10 October issue, so this change only affects forecasters that intend to pull training data with an `as_of` or `issues` parameter set to 20201010.