-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.json
executable file
·67 lines (67 loc) · 3.56 KB
/
index.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
{
"version": "1.0",
"datasets": [{
"id": "resources",
"sharing": "public",
"topics": ["health","timeline"],
"tags": ["#OpenDataSavesLives"],
"licence": "MIT",
"createdAt": "2020-04-01T14:27Z",
"updatedAt": "2020-04-30T11:44Z",
"title": "COVID-19 Data Hub",
"author": "ODI Leeds",
"author_email": "[email protected]",
"url": "https://docs.google.com/spreadsheets/d/14AdGyCAOdanClrie4BT4VWnLi47XxZ8Q8etiroxUWQU/",
"maintainer": "Patrick Lake",
"maintainer_email": "[email protected]",
"description": "This is a document to openly collate useful open data sources and references related to COVID-19, to support our collaborative #OpenDataSavesLives coronavirus work. Please add anything you think is useful, and share this document widely - this way we all get a single place where we can quickly find the data we need, we cut down on research time and we remove unnecessary duplication of effort. For general notes, ideas, etc please put these in our collaborative working document. Please try to add as much information as possible - the geography & granularity is particularly useful.",
"resources": [{
"type": "cat",
"format": "csv",
"title": "COVID-19 Data Sources",
"url": "https://docs.google.com/spreadsheets/d/14AdGyCAOdanClrie4BT4VWnLi47XxZ8Q8etiroxUWQU/export?format=csv&id=14AdGyCAOdanClrie4BT4VWnLi47XxZ8Q8etiroxUWQU&gid=731140689"
},{
"type": "cat",
"format": "html",
"title": "COVID-19 Data Hub",
"description": "This is a document to openly collate useful open data sources and references related to COVID-19, to support our collaborative #OpenDataSavesLives coronavirus work.",
"url": "https://odileeds.org/projects/open-data-saves-lives/covid19/data-hub/"
}]
},{
"id": "uk-local-authority",
"sharing": "public",
"topics": ["health","timeline"],
"tags": ["UTLA","Local Authority","cases","#OpenDataSavesLives"],
"licence": "MIT",
"createdAt": "2020-04-02T12:00Z",
"updatedAt": "2020-05-01T12:00Z",
"update_frequency": "daily",
"title": "#OpenDataSavesLives COVID-19 tools",
"author": "ODI Leeds",
"author_email": "[email protected]",
"url": "https://odileeds.org/",
"maintainer": "Stuart Lowe",
"maintainer_email": "[email protected]",
"description": "Resources created as part of #OpenDataSavesLives at ODI Leeds.",
"resources": [{
"type": "vis",
"format": "html",
"title": "Local Authority COVID-19 dashboard",
"description": "A dashboard of confirmed cases split by Local Authority. The dashboard includes a graph, a hexagon cartogram of Local Authorities, and a timeline by Upper Tier Local Authority.",
"url": "https://odileeds.github.io/covid-19/LocalAuthorities/"
},{
"type": "data",
"format": "json",
"check_size": 59150,
"temporal_coverage_from": "2020-01-30",
"temporal_coverage_to": "2020-05-01",
"title": "Cumulative confirmed cases by UK Upper Tier Local Authority",
"description": "This is a processed version of Tom White's compiled UK data to reduce file size.",
"url": "https://raw.githubusercontent.com/odileeds/covid-19/master/LocalAuthorities/data/utla.json"
}],
"references": [{
"url": "https://github.com/tomwhite/covid-19-uk-data/blob/master/data/covid-19-cases-uk.csv",
"description": "Daily counts of confirmed cases for (upper tier) local authorities in England, health boards in Scotland and Wales, and local government district for Northern Ireland. Note that prior to 18 March 2020 Wales data was broken down by local authority, not heath board, and prior to 27 March 2020 there were no breakdowns by area for Northern Ireland."
}]
}]
}