-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid-19-cases-jhu.yml
66 lines (66 loc) · 2.31 KB
/
covid-19-cases-jhu.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
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
name: covid-19-cases-jhu
deployed: true
title: Covid-19 Cases (Johns Hopkins)
description: Returns data about Covid-19 cases from the John Hopkins Covid-19 GitHub Repository
task:
op: redirect
path: https://api.flex.io/v1/integration-covid-19/pipes/covid-19-cases-jhu/run
params:
- name: properties
type: array
description: The properties to return, given as a string or array; defaults to all properties; see "Returns" for available properties
required: false
- name: filter
type: array
description: Search query to determine the rows to return, given as a string or array
required: false
returns:
- name: country_region
type: string
description: The country/region name
- name: province_state
type: string
description: The province/state name
- name: location
type: string
description:
- name: latitude
type: number
description: The latitude for the location
- name: longitude
type: number
description: The longitude for the location
- name: confirmed
type: integer
description: The number of confirmed cases
- name: deaths
type: integer
description: The number of deaths
- name: recovered
type: integer
description: The number of recovered cases
- name: active
type: integer
description: The number of active cases
- name: date
type: string
description: The date of the information in UTC
- name: fips
type: integer
description: The fips number
examples:
- '"country_region, province_state, location, confirmed, deaths, recovered"'
- '"", "location:\"New York City\""'
- '"location, confirmed, deaths", "+Illinois +Cook +date:[2020-04-01 TO 2020-04-30]"'
notes: |-
Additional Resources:
* Johns Hopkins Covid-19 GitHub Repo Source Data: \
https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_daily_reports
* Johns Hopkins Covid-19 GitHub Repo Source Data README: \
https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data
* Johns Hopkins Covid-19 GitHub Repo: \
https://github.com/CSSEGISandData/COVID-19
* Johns Hopkins Covid-19 Visualization: \
https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6
* Johns Hopkins Center for Systems Science and Engineering (CSSE): \
https://systems.jhu.edu/