neherlab / covid19_scenarios

Models of COVID-19 outbreak trajectories and hospital demand
https://covid19-scenarios.org
MIT License
1.36k stars 354 forks source link

feat: add parser for official case counts in Ontario, Canada #705

Closed ivan-aksamentov closed 4 years ago

ivan-aksamentov commented 4 years ago

Related issues and PRs

Description

This adds a dedicated case counts parser for Ontario province of Canada. The data is taken from the website of the government of Ontario.

Impacted Areas in the application

data, case counts

Testing

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/covid19-scenarios/covid19-scenarios/6dot4davt ✅ Preview: https://covid19-scenarios-git-feat-data-canada-ontario.covid19-scenarios.now.sh

codecov[bot] commented 4 years ago

Codecov Report

Merging #705 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #705   +/-   ##
=======================================
  Coverage   24.58%   24.58%           
=======================================
  Files         134      134           
  Lines        2896     2896           
  Branches      386      386           
=======================================
  Hits          712      712           
  Misses       2184     2184           
codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 40c3b72a and detected 0 issues on this pull request.

View more on Code Climate.

rneher commented 4 years ago

this looks great. thanks. your solution with pandas is nice and leaner than what most other parsers do.