Visualization: chart.corona-bz.simedia.cloud
Scrapes the data from http://www.provinz.bz.it/sicherheit-zivilschutz/zivilschutz/aktuelle-daten-zum-coronavirus.asp, so let's hope they never change the structure so it continues to work. However, if it doesn't work anymore, please just write me [email protected] or even better: open a github issue.
The data from the number of tests and number of tested people has been manually added from each press release.
JSON: http://api.corona-bz.simedia.cloud/?format=json
CSV (keys are sorted alphabetically): http://api.corona-bz.simedia.cloud/?format=csv
For the quotient to calculate the 7-day-incidence, 533439 has been used as the inhabitants count from the ASTAT (https://astat.provinz.bz.it/de/bevoelkerung.asp)
- removed positiveTested
- removed newPositiveAntigenTests
- added totalPositiveTested (positive PCR and Antigen tests together)
- removed currentlyPositiveTested and newCurrentlyPositiveTested, because it's not aligned with the province's data anymore and they started calculating those data twice per day and it's not feasible to maintain this anymore.
- added newTotalNumberTests (PCR and Antigen tests together)
- added newTotalPositiveTested (positive PCR and Antigen tests together)
- added sevenDaysIncidencePerOneHundredThousandTotalPositiveTested (7-day-incidence per 100.000 inhabitants of total positive tested, including PCR and Antigen tests)
- added sevenDaysAverageNumberHospitalizedPeople
- added sevenDaysIncidencePerOneHundredNumberHospitalizedPeople
- added sevenDaysAverageNumberIntensiveTherapy
- added sevenDaysIncidencePerOneHundredNumberIntensiveTherapy
- added sevenDaysAverageDeceased (7-day-average of deceased people)
- added sevenDaysIncidencePerOneHundredThousandPositiveTested (7-day-incidence per 100.000 inhabitants of positive tested)
- added sevenDaysIncidencePerOneHundredThousandNumberTests (7-day-incidence per 100.000 inhabitants of number of tests)
- added sevenDaysIncidencePerOneHundredNumberTestedPeople (7-day-incidence per 100.000 inhabitants of tested people)
- added sevenDaysIncidencePerOneHundredDeceased (7-day-incidence per 100.000 inhabitants of deceased)
- added newNumberAntigenTests
- added newPositiveAntigenTests
- added quarantinedPeople (amount of people in quarantine)
- added newQuarantinedPeople (amount of new quarantined people since the day before)
- added numberHospitalizedPeople (amount of hospitalized people)
- added newNumberHospitalizedPeople (amount of new hospitalized people since the day before)
- added numberIntensiveTherapy (amount of people in intensive therapy)
- added newNumberIntensiveTherapy (amount of new people in intensive therapy since the day before)
- added sevenDaysAveragePositiveTested (7-day-average of positive tested)
- added sevenDaysAverageNumberTests (7-day-average of number of tests)
- added sevenDaysAverageNumberTestedPeople (7-day-average of number of tested people)