All Projects → mbauman → CovidCountyDash.jl

mbauman / CovidCountyDash.jl

Licence: other
covid-county-dash.herokuapp.com

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to CovidCountyDash.jl

2019-nCoV-dash
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示
Stars: ✭ 13 (-50%)
Mutual labels:  dash, covid-19
shaka-php
🎞 Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.
Stars: ✭ 63 (+142.31%)
Mutual labels:  dash
cwa-qr
Python Implementation of the CoronaWarnApp (CWA) Event Registration
Stars: ✭ 17 (-34.62%)
Mutual labels:  covid-19
COVID-19-Bangladesh-Android
An end to end tool from general public to govt portal & an awareness tool with CoronaVirus Facts, Mythbusters & Support to eradicate the language & context barrier of misinformation that's been spreading on social media & thus creating mass panic.
Stars: ✭ 57 (+119.23%)
Mutual labels:  covid-19
openDashAuth
A Multi-User Authentication Baseplate for Dash Applications
Stars: ✭ 29 (+11.54%)
Mutual labels:  dash
stop-covid19-sfbayarea
Publish COVID-19 data and FAQ local to the Bay Area
Stars: ✭ 26 (+0%)
Mutual labels:  covid-19
fossresponders.com
The website for FOSS Responders
Stars: ✭ 20 (-23.08%)
Mutual labels:  covid-19
biopython-coronavirus
Biopython Jupyter Notebook tutorial to characterize a small genome
Stars: ✭ 80 (+207.69%)
Mutual labels:  covid-19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+46.15%)
Mutual labels:  covid-19
fahclient
Dockerized Folding@home client with NVIDIA GPU support to help battle COVID-19
Stars: ✭ 38 (+46.15%)
Mutual labels:  covid-19
Covidview
A complete COVID-19 tracker cum dashboard website made by me.
Stars: ✭ 24 (-7.69%)
Mutual labels:  covid-19
corona cases
🦠 Coronavirus Information on Telegram Chatbot
Stars: ✭ 19 (-26.92%)
Mutual labels:  covid-19
covid-19
A web application to display Coronavirus Diseases (COVID19) statistics from different countries.
Stars: ✭ 28 (+7.69%)
Mutual labels:  covid-19
covid-19
Open source web map for tracking COVID-19 global cases
Stars: ✭ 23 (-11.54%)
Mutual labels:  covid-19
PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (+111.54%)
Mutual labels:  covid-19
covid19-interventionmeasures
Complexity Science Hub (CSH) Covid-19 Control Strategies List (CCCSL)
Stars: ✭ 56 (+115.38%)
Mutual labels:  covid-19
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (+911.54%)
Mutual labels:  dash
covid-ampel-widget
🚦 Ampel Widget, um die aktuellen 🦠Corona-Zahlen (Inzidenz) des RKI für die Landkreise in 🇩🇪 Deutschland auf dem Smartphone anzuzeigen
Stars: ✭ 15 (-42.31%)
Mutual labels:  covid-19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+76.92%)
Mutual labels:  covid-19
NYState-COVID-19-Tracker
COVID-19 positive cases tracker for New York State.
Stars: ✭ 14 (-46.15%)
Mutual labels:  covid-19

CovidCountyDash

Visualization of data from The New York Times, based on reports from state and local health agencies; inspired by John Burn-Murdoch's FT analyses of national-level data.

This has become significantly more complicated with successive iterations; see an earlier version in the history (like 2633d5b) for a simpler example.

Data

Note the geographical caveats in the NYT dataset; the most annoying of which are the fact that the 5 NYC boroughs are all lumped together and Kansas City, MO reports its numbers separately of the 4 counties it touches. Further, note that US territories and the District of Columbia are listed as "states."

This dataset is joined with the US Census population estimates for 2019 to facilitate rates per population, but special care is needed for those caveats. In particular, the city of KCMO is split between portions of 4 different counties (Cass, Clay, Jackson and Platte) and does not wholly encompass any one of them. Since KCMO is reported separately, we pull its population estimate from the census' 2018 estimate (2019 is not yet available), and then remove population as appropriate from each of those four counties (using the 2018 breakdown available at MARC).

Population estimates are not applied to US territories (so population normalization is not available for them), and some states report cases from "Unknown" counties (with 0 population).

Deployment

This is setup to be hosted on free-tier Heroku dyno. In the free tier, the app gets killed after 30 minutes of inactivity and we're given terribly anemic access to the CPU. To reduce startup costs, a special heroku buildpack that uses PackageCompiler.jl is under development.

Deploy

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].