covidatlas / li

Next-generation serverless crawler for COVID-19 data
Apache License 2.0
57 stars 33 forks source link

Rewrite scraper for Solano County, California #380

Closed 1ec5 closed 4 years ago

1ec5 commented 4 years ago

The original scrapers migrated from the Corona Data Scraper project no longer scrape anything and have long been outdated. This PR adds a replacement scraper based on this ArcGIS FeatureServer, which is featured in the county public health department’s ArcGIS dashboard. The dashboard has used a succession of FeatureServers; each time that it migrates to a new FeatureServer, the old one remains but no longer gets updated.

The county only issues case and death counts on weekdays; on the weekends, they only report hospitalizations. In #375, the Santa Clara County scraper can fall back to previous days to backfill missing data, but that approach gets weird in this case. The current patient count could go up without the cumulative patient count going up, and it wouldn’t be clear to clients what’s going on. So for now, this scraper returns only the current hospitalizations on weekends.

jzohrab commented 4 years ago

LGTM, thank you!