Skip to content

Commit

Permalink
Panama scraper (redo) (covidatlas#795)
Browse files Browse the repository at this point in the history
* Panama scraper redo

* Change aggregate to county

* Remove counties as per covidatlas#798

* Aggregate to national level also

* Spot check that scraper produces same numbers as dashboard
  • Loading branch information
shaperilio authored Apr 14, 2020
1 parent 0bb5219 commit 2fd1c93
Show file tree
Hide file tree
Showing 7 changed files with 4,511 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/shared/lib/maintainers.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ const maintainers = {
state: 'Seoul',
city: 'Gwanak-gu',
flag: '🇰🇷'
},
shaperilio: {
name: 'Emilio Graff',
email: '[email protected]',
github: 'shaperilio',
country: 'USA',
state: 'CA',
county: 'Alameda County',
city: 'Oakland',
flag: '🇺🇸'
}
};

Expand Down
Loading

0 comments on commit 2fd1c93

Please sign in to comment.