This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
sources.json
72 lines (72 loc) · 3.48 KB
/
sources.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"brazil": {
"primarySource": "https://brasil.io/api/dataset/covid19/caso/data",
"dataProvenance": "https://brasil.io/dataset/covid19/caso",
"license": "Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)"
},
"france": {
"primarySource": "https://github.com/opencovid19-fr/data/raw/master/dist/chiffres-cles.csv",
"dataProvenance": "Données nationales concernant l'épidémie de COVID19",
"license": "Etalab Open License 2.0"
},
"germany": {
"primarySource": "https://raw.githubusercontent.com/chriswien/COVID19_CaseNumberDE/master/COVID19_Cases_Bundeslaender_DE.csv",
"dataProvenance": "https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Fallzahlen.html",
"license": "none specified"
},
"iceland": {
"primarySource": "https://raw.githubusercontent.com/tryggvigy/CoronaWatchIS/master/data/covid_in_is.cvs",
"dataProvenance": "https://github.com/tryggvigy/CoronaWatchIS",
"license": "none specified"
},
"italy": {
"primarySource": "https://raw.github.com/pcm-dpc/COVID-19/master/dati-json/dpc-covid19-ita-regioni.json",
"dataProvenance": "Dipartimento della Protezione Civile",
"license": "CC-BY-4.0"
},
"israel": {
"primarySource": "https://raw.githubusercontent.com/idandrd/israel-covid19-data/master/IsraelCOVID19.csv",
"dataProvenance": "https://github.com/idandrd/israel-covid19-data",
"license": "none specified"
},
"spain": {
"primarySource": "https://github.com/datadista/datasets/tree/master/COVID%2019",
"dataProvenance": "http://www.datadista.com",
"license": "unclear"
},
"switzerland": {
"primarySource": "https://raw.github.com/openZH/covid_19/master/COVID19_Cases_Cantons_CH_total.csv",
"dataProvenance": "OpenZH",
"license": "none specified"
},
"canada": {
"primarySource": "https://github.com/ishaberry/Covid19Canada",
"dataProvenance": "Offical government data",
"license": "none specified"
},
"unitedstates": {
"primarySource": "https://covidtracking.com/api/states/daily",
"dataProvenance": "The COVID Tracking Project",
"license": "Apache License 2.0"
},
"netherlands": {
"primarySource": "https://github.com/J535D165/CoronaWatchNL/blob/master/data, https://www.stichting-nice.nl/covid-19/public/intake-cumulative",
"dataProvenance": "CoronaWatchNL, Stichting NICE",
"license": "CC0 (CoronaWatchNL), none specified (Stichting NICE)"
},
"china": {
"primarySource": "https://github.com/BlankerL/DXY-COVID-19-Data/raw/master/csv/DXYOverall.csv",
"dataProvenance": "https://github.com/BlankerL/DXY-COVID-19-Data",
"license": "MIT"
},
"ecdc": {
"primarySource": "https://www.ecdc.europa.eu/sites/default/files/documents/COVID-19-geographic-disbtribution-worldwide-<DATE>-xlsx",
"dataProvenance": "European Centre for Disease Prevention and Control",
"license": "The downloadable data file is updated daily and contains the latest available public data on COVID-19. Public-use data files allows users to manipulate the data in a format appropriate for their analyses. Users of ECDC public-use data files must comply with data use restrictions to ensure that the information will be used solely for statistical analysis or reporting purposes."
},
"india": {
"primarySource": "https://api.rootnet.in/covid19-in/stats/daily",
"dataProvenance": "https://github.com/amodm/api-covid19-in",
"license": "Scraped from Ministry of Health and Family Welfare plus other sources, no clear license"
}
}