File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Data Sources and Signals
3
+ parent : Other Endpoints (COVID-19 and Other Diseases)
4
+ nav_order : 2
5
+ has_children : true
6
+
7
+ ---
8
+
9
+ # Delphi's Epidata Data Sources and Signals
10
+
11
+ Delphi's Epidata endpoints include the following data sources.
12
+ Most of these sources are updated weekly.
13
+ Unlike [ the main endpoint] ( covidcast.md ) , the format of different Epidata endpoints varies.
14
+ The API for retrieving data from these sources is described in the
15
+ [ API clients documentation] ( client_libraries.md ) .
16
+
17
+ To obtain many of these signals and update them daily, Delphi has written
18
+ extensive software to obtain data from various sources, aggregate the data,
19
+ calculate statistical estimates, and format the data to be shared through the Delphi Epidata API.
20
+ This code is
21
+ [ open source and available on GitHub] ( https://github.com/cmu-delphi/delphi-epidata ) ,
22
+ and contributions are welcome.
23
+
You can’t perform that action at this time.
0 commit comments