All Projects → montanaflynn → covid-19

montanaflynn / covid-19

Licence: other
Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.

Programming Languages

go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to covid-19

leaflet heatmap
简单的可视化湖州通话数据 假设数据量很大,没法用浏览器直接绘制热力图,把绘制热力图这一步骤放到线下计算分析。使用Apache Spark并行计算数据之后,再使用Apache Spark绘制热力图,然后用leafletjs加载OpenStreetMap图层和热力图图层,以达到良好的交互效果。现在使用Apache Spark实现绘制,可能是Apache Spark不擅长这方面的计算或者是我没有设计好算法,并行计算的速度比不上单机计算。Apache Spark绘制热力图和计算代码在这 https://github.com/yuanzhaokang/ParallelizeHeatmap.git .
Stars: ✭ 13 (-13.33%)
Mutual labels:  d3, map, dataviz
Co-ronaBD.info
Interactive Dashboard of Bangladesh for the Covid-19 Pandemic
Stars: ✭ 28 (+86.67%)
Mutual labels:  map, coronavirus, covid-19
d3-geomap
A library for creating geographical maps based on D3.js
Stars: ✭ 124 (+726.67%)
Mutual labels:  d3, map, choropleth
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (+40%)
Mutual labels:  coronavirus, covid-19
AnomalyDetect
Detects anomalous resting heart rate from smartwatch data.
Stars: ✭ 18 (+20%)
Mutual labels:  coronavirus, covid-19
d3-gridding
grids for rapid D3 charts mockups
Stars: ✭ 100 (+566.67%)
Mutual labels:  d3, dataviz
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+393.33%)
Mutual labels:  coronavirus, covid-19
covid-19-data
COVID-19 datasets are constructed entirely from primary (government and public agency) sources
Stars: ✭ 104 (+593.33%)
Mutual labels:  coronavirus, covid-19
ncov2019
从官方数据中提取我感兴趣的2019新型冠状病毒发展情况
Stars: ✭ 20 (+33.33%)
Mutual labels:  coronavirus, covid-19
twitter-digest
✉️ A netlify lambda function that emails you tweets from a twitter list.
Stars: ✭ 14 (-6.67%)
Mutual labels:  coronavirus, covid-19
react-d3-integration
An example on how to integrate D3 into React
Stars: ✭ 14 (-6.67%)
Mutual labels:  d3, dataviz
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+153.33%)
Mutual labels:  coronavirus, covid-19
eurostat-map.js
Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.
Stars: ✭ 32 (+113.33%)
Mutual labels:  map, choropleth
cowin-slot-tracker
Tracker to check the covid shot slot availability in India and send mobile alerts via Telegram Bot.
Stars: ✭ 30 (+100%)
Mutual labels:  coronavirus, covid-19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (+140%)
Mutual labels:  coronavirus, covid-19
data2019nCoV
COVID-19 Pandemic Data R Package
Stars: ✭ 40 (+166.67%)
Mutual labels:  coronavirus, covid-19
covid-alert
A privacy-preserving app for comparing last-known locations of coronavirus patients
Stars: ✭ 43 (+186.67%)
Mutual labels:  coronavirus, covid-19
noe
Booking and patient management system for drive-through virology testing. For a commercially supported solution, visit the CovidTMS website.
Stars: ✭ 15 (+0%)
Mutual labels:  coronavirus, covid-19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+473.33%)
Mutual labels:  coronavirus, covid-19
o2d3m
Wavefront OBJ to Doom3 map converter.
Stars: ✭ 15 (+0%)
Mutual labels:  d3, map

Covid-19

Current and historical covid-19 confirmed, recovered, deaths and active case counts by region.

If you want to see the current cases on maps worldwide or by country:

https://montanaflynn.github.io/covid-19

If you want to see the historical cases by country or region over time:

https://montanaflynn.github.io/covid-19/historical.html

If you want to use the data for your own project:

Dataset Format URL
Current JSON https://montanaflynn.github.io/covid-19/data/current.json
Current CSV https://montanaflynn.github.io/covid-19/data/current.csv
Historical JSON https://montanaflynn.github.io/covid-19/data/historical.json
Historical CSV https://montanaflynn.github.io/covid-19/data/current.csv

The data is also available in a sqlite database with the following tables:

Table Schema URL
current_data database.go#L14-L24
historical_data database.go#L28-L41

Architecture

The current and historical data comes from https://interaktiv.morgenpost.de current and historical CSV files which are converted to JSON and commited to this repo along with the original format. The data is also saved in sqlite database.

Additional Vietnamese province level data comes from wikipedia.

A GitHub action checks for updates every 15 minutes and updates the JSON files and sqlite database.

The JSON files current.json and historical.json are hosted on GitHub so there is no running costs associated with this project.

The website maps and tables are rendered in the browser using map.js.

Screenshots

TODO

  • Improve performance of webpage to only load data once for all maps
  • Add responsive styling to work for all screen sizes
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].