As a live examples of using CovidJSON for SARS-Cov-2 test data, the data sets listed below are currently being made available at this site. The data used is extracted directly from the Finnish coronavirus data API provided by Helsingin Sanomat Datadesk based on original data from THL.
See CovidJSON main page for information on the initiative and the date model.
The benefit of using GeoJSON is that with a few lines of code you can get the data on a map similar to this:
Exactly the same datasets are also available for download:
- Cumulative total verified SARS-CoV-2 infection number by Finnish healthcare district: fin_totalInfectionsByHealthCareDistrict.geojson
- Timeseries of daily new verified SARS-CoV-2 infections by Finnish healthcare district: fin_newInfectionsTimeseriesByHealthCareDistrict.geojson
- Incidence (total verified SARS-CoV-2 infection number per 100k residents) by Finnish healthcare district: fin_incidenceByHealthCareDistrict.geojson
- SARS-CoV-2 infection tests per 100k residents by Finnish healthcare district: fin_testsPerPopulationByHealthCareDistrict.geojson
- Per-mille ratio of positive test results to all tests for SARS-CoV-2 infections by Finnish healthcare district: fin_positivesRatioByHealthCareDistrict.geojson
- Total number of tests for SARS-CoV-2 infections by Finnish healthcare district: fin_totalTestsByHealthCareDistrict.geojson
CovidJSON data model and data conversion by Ilkka Rinne / Spatineo. Data conversion and visualization code based on the following remarkable work: