Skip to content

Commit bd393ce

Browse files
committed
other endpoints data source intro
1 parent 647e410 commit bd393ce

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/api/epidata_signals.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+

0 commit comments

Comments
 (0)