sociepy / covid19-vaccination-subnational

🌍💉 Global COVID-19 vaccination data at the regional level.
https://sociepy.org/covid19-vaccination-subnational
GNU General Public License v3.0
61 stars 15 forks source link

Correct German scraper #66

Closed mathiasbynens closed 3 years ago

mathiasbynens commented 3 years ago

I can deal with these if you prefer

Oh yeah, in that case please feel free to take over the patch! I think that'd be the quickest way forward. I just wanted to get the ball rolling with this PR :) Thanks!

lucasrodes commented 3 years ago

@mathiasbynens Just as a sanity check and to align on metrics:

I am currently tracking the following metrics:

Thanks 😄

mathiasbynens commented 3 years ago

@mathiasbynens Just as a sanity check and to align on metrics:

I am currently tracking the following metrics:

  • total_vaccinations := Cumulative number of doses administered. Likely equivalent to initialDosesCumulative + finalDosesCumulative or initialDosesCumulative + fullyVaccinatedCumulative
  • people_vaccinated := Cumulative number of people that received >= 1 dose (either first one in 2-dose-scheme doses or one and only in 1-dose-scheme). Likely equivalent to atLeastPartiallyVaccinatedCumulative
  • people_fully_vaccinated := Cumulative number of people that are fully vaccinated (received 2 doses in 2-dose-scheme or 1 dose in 1-dose scheme). Likely equivalent to finalDosesCumulative (or fullyVaccinatedCumulative)

Can confirm! This sounds correct.

lucasrodes commented 3 years ago

Thanks for your help @mathiasbynens

mathiasbynens commented 3 years ago

Resulting diff: https://github.com/sociepy/covid19-vaccination-subnational/commit/cd406104a0fda812fb8768e51e1dbeea0b3add9b#diff-457e6c6c6497635e86314140f2885d4d3f9347f1b734529613bf2844cecbb362 (J&J shots were previously not included in people_vaccinated.)