CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.14k stars 18.44k forks source link

Vaccination data is stale for US states #3554

Open adsouza opened 3 years ago

adsouza commented 3 years ago

https://www.nytimes.com/interactive/2020/us/covid-19-vaccine-doses.html has data on vaccination rollout for every US state & territory.

adsouza commented 3 years ago

Raw data comes from https://covid.cdc.gov/covid-data-tracker/#vaccinations

maisonml commented 3 years ago

Is there a GitHub repo which has accurate vaccination rollout and distribution data for the US? @CSSEGISandData, apologies for tagging you but can you please help with this?

adsouza commented 3 years ago

https://github.com/govex/COVID-19/tree/master/data_tables/vaccine_data

gsjennings commented 3 years ago

Does CDC have a link for their data for automation, ie. which does not require manual going to their site and downloading?

Raw data comes from https://covid.cdc.gov/covid-data-tracker/#vaccinations

davidjayjackson commented 3 years ago

The short answer by using the API if available. Here is a short video on how to use CDC AOI using R programming language.

https://youtu.be/EQgL8L-otBA

On 1/18/21, gsjennings notifications@github.com wrote:

Does CDC have a link for their data for automation, ie. which does not require manual going to their site and downloading?

Raw data comes from https://covid.cdc.gov/covid-data-tracker/#vaccinations

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/CSSEGISandData/COVID-19/issues/3554#issuecomment-762323377

mwargan commented 3 years ago

@adsouza hmm that repo is interesting. I'm not sure if the licensing permits building applications or tools atop of the data :/

adsouza commented 3 years ago

https://github.com/govex/COVID-19/blob/master/LICENSE says it's using MIT.

mwargan commented 3 years ago

@adsouza hmm good point. Their readme says "This website and its contents herein, including all data, mapping, and analysis (“Website”), copyright 2020 Johns Hopkins University, all rights reserved, is provided to the public strictly for public health, educational, and academic research purposes. Redistribution of the Website or the aggregated data set underlying the Website is strictly prohibited.", which lead me to my previous conclusion.

Now I'm even more confused :P