CovidToday / backend

Code for statistical methods which estimates outbreak indicators at Covid Today.
https://www.covidtoday.in/
GNU General Public License v3.0
13 stars 13 forks source link

Add hotspot districts #27

Closed MGMD-96 closed 4 years ago

MGMD-96 commented 4 years ago

The following districts may be a good start, and we can expand to more districts later: MH- Mumbai, Thane, Pune, Palghar, Aurangabad TN- Chennai, Chengalpattu, Madurai TG- Hyderabad KA- Bengaluru Urban GJ- Ahmedabad, Surat HR- Gurugram WB- Kolkata

Source api: https://api.covid19india.org/v3/data-all.json

Have to input populations of these districts to calculate population-adjusted indicators. I have compiled the same and put in the repo as Population_districts.csv

Will run the existing estimation scripts for these districts. Where data is available, indicators will be calculated.

Output district json and csv to be sub-structured into current state level json and csv. [OR] Output json and csv for districts to be separate from state json and csv.

Limitations