Skip to content

Bad data for Solano county cases on 2020-09-02 #174

Description

@Mr0grog

The timeseries Solano county cases has an erroneous, huge bump in the data on September 2, 2020:

{
  "cases": [
    // ...
    {
      "date": "2020-09-01",
      "cumul_cases": 5547
    },
    {
      "date": "2020-09-02",
      "cumul_cases": 25806
    },
    {
      "date": "2020-09-10",
      "cumul_cases": 5778
    },
    // ...
  ]
}

This is coming from the underlying data source (https://www.arcgis.com/home/webmap/viewer.html?url=https://services2.arcgis.com/SCn6czzcqKAFwdGU/ArcGIS/rest/services/COVID19Surveypt1v3_view/FeatureServer&source=sd):

Screen Shot 2021-01-21 at 2 44 40 PM

We should figure out a way to smooth this out, whether by hardcoding a manual correction for that date, pulling data from the state, or something else.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions