forked from PrivateKit/safepaths-datascience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata_sources.json
More file actions
54 lines (54 loc) · 4.19 KB
/
data_sources.json
File metadata and controls
54 lines (54 loc) · 4.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{"Global":{
"JHU CSSE":"https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv",
"[Xu & Kramer](https://doi.org/10.1016/S1473-3099(20)30119-5)":"https://raw.githubusercontent.com/beoutbreakprepared/nCoV2019/master/latest_data/latestdata.csv",
"Our world in data": "https://covid.ourworldindata.org/data/owid-covid-data.csv",
"[COVID Tracking data](https://covidtracking.com)":"https://github.com/julia326/covid-tracking-data/blob/master/data/states_current.csv"
},
"Nations":{
"Italy":{
"Regions":{
"Department of Civil Protection":"https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-json/dpc-covid19-ita-regioni-latest.json",
"Provinces":{
"Department of Civil Protection":"https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-json/dpc-covid19-ita-province-latest.json"
}
}
},
"Spain":{
"Aragon":{
"Totals":"https://www.aragon.es/documents/20127/38742837/casos_coronavirus_aragon.csv",
"Provinces":"https://www.aragon.es/documents/20127/38742837/casos_coronavirus_provincias.csv"
},
"Catalonia":{
"requires API":{
"COVID-19 tests and results by date, sex, and basic health area":"https://analisi.transparenciacatalunya.cat/Salut/Registre-de-test-de-COVID-19-realitzats-a-Cataluny/xuwf-dxjd",
"The API endpoint for grabbing the full dataset as a csv is":"https://analisi.transparenciacatalunya.cat/api/views/xuwf-dxjd/rows.csv?accessType=DOWNLOAD&api_foundry=true",
"The API docs, including instructions for registering app key":"https://dev.socrata.com/foundry/analisi.transparenciacatalunya.cat/xuwf-dxjd"
}
}
},
"US":{
"National":{
"JHU CSSE":"https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_US.csv",
"[COVID Tracking data](https://covidtracking.com)":"https://raw.githubusercontent.com/COVID19Tracking/covid-tracking-data/master/data/states_current.csv",
"NY Times":"https://raw.githubusercontent.com/nytimes/covid-19-data/master/us.csv",
"Abhishek doc":"https://docs.google.com/spreadsheets/d/1-UoSTtjxfLBL--z72DLBQbVvzHgJG8ph11modibDXBs/edit?usp=sharing",
"States":{
"Tennessee":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1mwz8elbrOrxv4rNHKYXMvDzehQBdx12e-yuh130VhoY/edit?usp=sharing"},
"South Dakota":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1uefarl4zaagSauboPodIrj5HgSYjD1FAQzPtIlrjIrk/edit?usp=sharing"},
"Pennsylvania":{"Abhishek doc":" https://docs.google.com/spreadsheets/d/1iLD2QnqgB9lxVjznFmNr-vco1hItGUoa0G8CucfcJfM/edit?usp=sharing"},
"Oregon":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1ucG2uISCRRP3lx3bMe9gR89FPLYO7EeB_mjKk8QiKfI/edit?usp=sharing"},
"North Dakota":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1AgQ-k_HBWQF5HMGXDDcUzfaVane0MX_hBHS8GDwzVXU/edit?usp=sharing"},
"North Carolina":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1BFdlI8Yy4ynHh06E-4K3lcGwHrtX_pZF7nFW6H3Wqh8/edit?usp=sharing"},
"New Mexico":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1SFNgit2NrvqAaBui_hcnd5k63s3q1L99kLuljMJBTO4/edit?usp=sharing"},
"Montana":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1f-TG7Wmm1-lAnETg_8VU7m7YWyY8_mcN8wDWcq_Od_Y/edit?usp=sharing"},
"Missouri":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/11NlCkLQaWKrbARLB4mdHuj8g4j6Co8lrNCzARpxsV1Y/edit?usp=sharing"},
"Mississippi":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1JipM2-luV491zGNn-N2zDJt6xBT_rGwpJaaSCRWOR-g/edit?usp=sharing"},
"Michigan":{"Abhishek doc":"https://docs.google.com/spreadsheets/d/1fbrVcK5WGRsAJnDxzEa0G3pK44-i5V5a2MjnmJWh_i4/edit?usp=sharing"}
},
"By Counties":{
"NY Times":"https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-counties.csv"
}
}
}
}
}