-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxform.yml
35 lines (34 loc) · 1.71 KB
/
xform.yml
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
# Name of the organization that publishes the data source
source_organization: Johns Hopkins University
# Web address of the data source
source_url: https://github.com/CSSEGISandData/COVID-19
# Web address pointing to any indication of a terms of use for the data
terms_of_use: https://github.com/CSSEGISandData/COVID-19/blob/master/README.md
# List of all output files
# Note that source_organization, source_url, and terms_of_use can be overridden
# for each output by providing those fields in the output entries.
outputs:
-
description: Daily cumulative case and death counts for all affected countries and territories.
type: casecounts
file: output/admin0/all.csv
admin_level: 0
schema: https://raw.githubusercontent.com/WorldHealthOrganization/covid-data-registry/master/schemas/case-counts/admin0/v1/admin0.json
-
description: Daily cumulative case and death counts for each WHO Region.
type: casecounts
file: output/who_regions.csv
admin_level: who_regions
schema: https://raw.githubusercontent.com/WorldHealthOrganization/covid-data-registry/master/schemas/case-counts/who_regions/v1/who_regions.json
-
description: Daily cumulative case and death counts for each continent.
type: casecounts
file: output/continents.csv
admin_level: continents
schema: https://raw.githubusercontent.com/WorldHealthOrganization/covid-data-registry/master/schemas/case-counts/continents/v1/continents.json
-
description: Daily cumulative case and death counts globally.
type: casecounts
file: output/global.csv
admin_level: global
schema: https://raw.githubusercontent.com/WorldHealthOrganization/covid-data-registry/master/schemas/case-counts/global/v1/global.json