Closed jgehrcke closed 4 years ago
@jgehrcke fixed! Give it a try.
lazd-desktop:scraper lazd$ yarn start -l "WA, USA"
yarn run v1.22.0
$ NODE_OPTIONS='--insecure-http-parser' node cli.js -l 'WA, USA'
(node:97160) ExperimentalWarning: The ESM module loader is experimental.
⏳ Scraping data for today...
⚡️ Cache hit for https://www.doh.wa.gov/Emergencies/Coronavirus from coronadatascraper-cache/2020-3-17/7a0ebaf089c7afc655fee3726d602346.html
✅ Data scraped!
- 0 cities
- 1 states
- 19 counties
- 0 countries
ℹ️ Total counts (tracked cases, may contain duplicates):
- 1808 cases
- 0 tested
- 0 recovered
- 96 deaths
- 1712 active
⏳ Generating features...
⚠️ Skipping (unassigned), WA, USA because it's unassigned
✅ Found features for 19 out of 20 regions for a total of 19 features
⏳ Getting population data...
❌ (unassigned), WA, USA: ?
✅ Found population data for 19 out of 20 locations
✏️ dist/data.json written
✏️ dist/data.csv written
✏️ dist/features.json written
✏️ dist/report.json written
✏️ dist/ratings.json written
✨ Done in 0.96s.
Thank you Larry!
Current docs:
I wanted to test the scraper that I am currently trying to add (
DEU'
):Here I interrupted the process. Is that because my scraper is special in the sense that it only defines
country
, and no state and county?If I can help addressing that let me know.