-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
State Wise Vaccination Coverage #31
Comments
File name is misleading. It sas 7th March 2021. Inside it says |
Vaccination coverage by statewise Didn't see stats API |
@naveenpf it looks like a standard dashboard to give overall stats. I couldn't get the previous data or data on a specific date outside last 30 days. "All" has weekly data. |
If it helps, state wise vaccination data can also be found as JSON document from mygov. Here is how I get them curl https://www.mygov.in/sites/default/files/covid/vaccine/covid_vaccine_timeline.json?#{itim} -o ./vdata.#{stim}` time = Time.now |
does it match with the PDF on MOHFW, which they publish everyday.
https://www.mohfw.gov.in/pdf/CumulativeCOVIDVaccinationCoverageReport06052021.pdf
Thej
--
Thejesh GN *⏚* ತೇಜೇಶ್ ಜಿ.ಎನ್
http://thejeshgn.com
GPG ID : 0xBFFC8DD3C06DD6B0
…On Fri, 7 May 2021 at 15:39, Saji Hameed ***@***.***> wrote:
If it helps, state wise vaccination data can also be found as JSON
document from mygov. Here is how I get them
curl
https://www.mygov.in/sites/default/files/covid/vaccine/covid_vaccine_timeline.json?#{itim}
-o ./vdata.#{stim}`
time = Time.now
itim = time.to_i
stim = time.strftime("%m-%d-%Y")
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#31 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAASSUQUDBGEOGCEIFUGCLLTMO36LANCNFSM4YYUKLLQ>
.
|
Yes, it matches except for rows 8--9 ("Dadra & Nagar Haveli" and "Daman Diu"). In the JSON file these are lumped together into one. The data that I have collected and processed (sorted into states) for my own analysis can be found here: |
hi @thejeshgn, I'm curious if anyone has made progress on this.. a friend is looking for vaccine doses by gender. I thought I'll check here and see if anyone has already scraped it. |
@bkamapantula I have not seen any dataset with gender wise details. Have you? |
@sajinh thank you. I will add it to the auto scraper. |
@thejeshgn not quite the API but here's the request for Arunachal Pradesh, Changlang district (picked from the Network tab on Cowin dashboard site). has to be scraped out at gender level this is: vaccination numbers by male/female/other at state, district granularity |
I scraped it, will share it in a few days. |
@bkamapantula that will be great. |
hi @thejeshgn, here it is: cowin-vaccination-doses I update it once in two days. |
@bkamapantula So shall I script to download once every other day? I would like to add it to the repo. |
Yes, that works @thejeshgn Let me know if you need a specific sheet URL, I can update that sheet with new data. Currently, I create a new sheet with date as name. |
@shuklaayush thank you. Will look and update tonight. |
@shuklaayush I usually use the datetime inside the PDF |
@shuklaayush added to the repo. |
@bkamapantula is there is a possibility of committing the code ? That will help the reproducibility. Basically I want to dump the JSON data as it is into raw data folder. Then may be a script to convert into usable format. |
sure, here it is: https://gitlab.com/bhanu.k/cowin-vaccination-doses The script isn't auto-setup deliberately to monitor for failed requests. |
@bkamapantula thank you. I will have a look. |
@thejeshgn I cleaned up the instructions and updated code with better control for arguments. Data files are available via Git LFS. |
@bkamapantula I have not gotten around to work on it. But its on my list. I will get to it this weekend. Thank you so much. |
I can see that mohfw is adding State Wise Vaccination Coverage.
https://www.mohfw.gov.in/pdf/CumulativeCOVIDVaccinationCoverage7thMarch2021.pdf
Its backed up daily inside
covid19/downloads/mohfw-backup/cumulative_vaccination_coverage
I will look for old ones.
The text was updated successfully, but these errors were encountered: