CDCCovidDataTracker began returning suppressed values, causing the scraper to break. This removes those entries, I'm not sure if there is a more graceful way to handle this.
The FL scrapers were collecting old data (from June) because the PDF they scrape has not been updated. The TN scrapers were collecting cases and deaths data, so I've disabled them.
Maine:
Removed AstraZeneca doses for the time being, because the variability in which they are reported would mean re-structuring how we parse the JSON, which does not seem worth doing at the moment (when the number of doses is only in the double digits). The reporting should stabilize once the vaccine is approved/more widespread, at which point the query condition should be removed.
SD:
Fixed the JSON parse-key ordering (the indices of each dose shifted by one in the list that they're returned in).
Removed the manufacturer-specific doses from the variables, as I don't believe we have any use for them.
CDCCovidDataTracker began returning suppressed values, causing the scraper to break. This removes those entries, I'm not sure if there is a more graceful way to handle this.
The FL scrapers were collecting old data (from June) because the PDF they scrape has not been updated. The TN scrapers were collecting cases and deaths data, so I've disabled them.
Maine:
SD: