Skip to content

Commit 0f23207

Browse files
committed
Merge branch 'jmr/v5-docs' into liveMetadata
2 parents 1720356 + 8495576 commit 0f23207

3 files changed

Lines changed: 23 additions & 20 deletions

File tree

docs/api/v5-signals/epic-cosmos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The `fill_method` column indicates how missing values were filled:
9292
| :--- | :--- |
9393
| `source` | Returns the raw reported value. |
9494
| `ave` | Fills missing values using the average of neighboring values during aggregation. |
95-
| `zero` | Treats suppressed or missing values as zero during aggregation. |
95+
| `zero` | Treats missing values as zero during aggregation. |
9696

9797
If you do not specify a `fill_method`, the API returns all available rows across all methods.
9898

docs/api/v5-signals/nwss.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,18 @@ Wastewater signals are constructed by combining a pathogen prefix with a post-pr
5656

5757
### Pathogen Prefixes
5858

59-
| Prefix | Pathogen | Target PCR |
60-
|---|---|---|
61-
| `covid` | COVID-19 | SARS-CoV-2 |
62-
| `flu` | Influenza | Influenza A |
63-
| `flu_h5` | Avian Flu | H5 Influenza A |
64-
| `rsv` | RSV | Respiratory Syncytial Virus |
65-
| `measles` | Measles | Measles |
66-
| `mpox_all` | Mpox (All Clades) | Mpox (all clades) |
67-
| `mpox_clade_i` | Mpox Clade I | Mpox Clade I |
68-
| `mpox_clade_ii` | Mpox Clade II | Mpox Clade II |
69-
| `mpox_nvo` | Mpox NVO | Non-variola orthopoxvirus |
59+
| Prefix | Pathogen | Target PCR | Socrata endpoint |
60+
|---|---|---|---|
61+
| `covid` | COVID-19 | `sars-cov-2` | [j9g8-acpt](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-SARS-CoV-2/j9g8-acpt/about_data) |
62+
| `flu` | Influenza | `fluav` | [ymmh-divb](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Influenza-A/ymmh-divb/about_data) |
63+
| `flu_h5` | Avian Flu | `fluav a h5` | [mtpu-urpp](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-H5-Influenza-A/mtpu-urpp/about_data) |
64+
| `rsv` | RSV | `rsv` | [45cq-cw4i](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-RSV/45cq-cw4i/about_data) |
65+
| `measles` | Measles | `mev_wt` | [akvg-8vrb](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Measles/akvg-8vrb/about_data) |
66+
| `mpox_all` | Mpox (All Clades) | `hmpxv` | [xpxn-rzgz](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Mpox/xpxn-rzgz/about_data) |
67+
| `mpox_clade_i` | Mpox Clade I | `hmpxv clade i` | [xpxn-rzgz](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Mpox/xpxn-rzgz/about_data) |
68+
| `mpox_clade_ii` | Mpox Clade II | `hmpxv clade ii` | [xpxn-rzgz](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Mpox/xpxn-rzgz/about_data) |
69+
| `mpox_nvo` | Mpox NVO | `nvo` | [xpxn-rzgz](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-Mpox/xpxn-rzgz/about_data) |
70+
7071

7172
### Suffixes
7273

@@ -77,6 +78,7 @@ Wastewater signals are constructed by combining a pathogen prefix with a post-pr
7778
| `flowpop_lin` | Flow-Population | Flow-population normalized concentration (copies/person/day) |
7879
| `mic_lin` | Microbial | Microbial normalized concentration (unitless ratio) |
7980

81+
For more details on the columns, see one of the socrata endpoints, e.g. [RSV](https://data.cdc.gov/Public-Health-Surveillance/CDC-Wastewater-Data-for-RSV/45cq-cw4i/about_data) which provides descriptions of all columns.
8082

8183
## Source-Specific Keys
8284

@@ -86,12 +88,12 @@ Wastewater data has unique properties, including multiple facilities, replicate
8688
|---|---|---|
8789
| `nwss_source` | Primary Key (Extra Key) | The data provider or laboratory network that analyzed/reported the sample (see [Providers](#providers)). |
8890
| `sample_index` | Primary Key (Extra Key) | An integer identifier mapped to the original sample's unique ID (`sample_id`). |
89-
| `pcr_target` | Value Column (Extra Value) | The target pathogen or organism analyzed in the sample (e.g., `sars-cov-2`, `fluav`, `rsv`). |
91+
| `pcr_target` | Value Column (Extra Value) | The target pathogen or organism analyzed in the sample (e.g., `sars-cov-2`, `fluav`, `rsv`). Include to join onto the auxiliary metadata table|
9092

9193

9294
## Auxiliary Metadata Table
9395

94-
Since wastewater treatment facilities have static traits (such as populations served and lab methodologies) that do not change daily, this metadata is served in a companion table via the `/aux_data/` endpoint at `https://delphi.cmu.edu/epidata/v5/aux_data/?source=nwss`.
96+
Since wastewater treatment facilities have sample-specific traits (such as populations served and lab methodologies) that can change with time, this metadata is served in a companion table via the `/aux_data/` endpoint at `https://delphi.cmu.edu/epidata/v5/aux_data/?source=nwss`.
9597

9698
The table is keyed by `report_time`, `geo_value`, `time_value`, `nwss_source`, `sample_index`, and `pcr_target`.
9799

@@ -110,7 +112,7 @@ The following table shows the history of data providers:
110112
|-|-|-|
111113
| `cdc_verily` | 2023/10/30-Today | Data analyzed by [Verily](https://verily.com/solutions/public-health/wastewater) on behalf of the CDC directly. |
112114
| `nwss` | 2020/06/21-Today | Data reported by the respective state, territorial, and local public health agencies; the actual processing may be done by a private lab such as Verily or Biobot, or the agency itself, or a partnering university. |
113-
| `wws` | 2021/12/26-Today | Data analyzed by [Wastewater Scan](https://www.wastewaterscan.org/en), a Stanford/Emory nonprofit, and then shared with the NWSS. |
115+
| `wws` | 2021/12/26-Today | Data analyzed by [Wastewater Scan](https://www.wastewaterscan.org/en), a Stanford/Emory nonprofit, and then shared with the NWSS. Use of this data outside of public health decision making requires contacting WastewaterSCAN Anyone seeking to use the database for other purposes or for research is required to contact the WastewaterSCAN / SCAN team (email: [wwscan_stanford_emory@lists.stanford.edu](mailto:wwscan_stanford_emory@lists.stanford.edu)) and any use of the data should be cited appropriately (https://data.wastewaterscan.org/about/#18).|
114116
| `biobot` | 2020-2023 | Data analyzed by [Biobot](https://biobot.io/) and then shared with the NWSS. |
115117

116118
### Normalization methods
@@ -157,8 +159,7 @@ Also, data from sewersheds serving fewer than 3,000 people, as well as data from
157159

158160
## Lag and Backfill
159161

160-
Due to collection, shipping, processing and reporting time, these signals are subject to some lag.
161-
Typically, this is between 4-6 days.
162+
These signals are released weekly with ~4 days of latency
162163

163164
## Source and Licensing
164165

@@ -168,5 +169,7 @@ The site-level data is provided un-versioned via the Socrata API across pathogen
168169

169170
The NWSS is aggregating data from [Verily](https://verily.com/solutions/public-health/wastewater), State Territorial and Local public health agencies, and [Wastewater Scan](https://www.wastewaterscan.org/en).
170171

172+
The WastewaterSCAN data were collected as part of the [WastewaterSCAN]([Wastewater Scan](https://www.wastewaterscan.org/en)) / SCAN project, a partnership between Stanford University, Emory University, and Verily funded philanthropically through a gift to Stanford University, and then shared with the NWSS. Anyone seeking to use the database for other purposes or for research is required to contact the WastewaterSCAN / SCAN team (email: [wwscan_stanford_emory@lists.stanford.edu](mailto:wwscan_stanford_emory@lists.stanford.edu)) and any use of the data should be cited appropriately (as described [here](https://data.wastewaterscan.org/about/#18)).
173+
171174
This data was originally published by the CDC, and is made available here as a convenience to the forecasting community under the terms of the original license, which is [U.S. Government Public Domain](https://www.usa.gov/government-copyright).
172175

docs/api/v5.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ nav_order: 2
66

77
# Delphi V5 API
88

9-
This is the documentation for accessing Delphi's epidemiological data streams via the new V5 API. Interactive, endpoint-level documentation is available on the [Delphi V5 API Landing Page](https://delphi.cmu.edu/epidata/v5/docs).
9+
This is the documentation for accessing Delphi's epidemiological data streams via the new V5 API. These pages focus on the properties of the data, whereas interactive, endpoint-level documentation is available on the [Delphi V5 API Landing Page](https://delphi.cmu.edu/epidata/v5/docs).
1010

1111
Many database and query patterns in the legacy API (the [COVIDcast endpoint](covidcast.md)) emerged from the rapid demands of the COVID-19 response. However, this legacy setup introduced critical bottlenecks. To address those limitations, the V5 API improves data quality, speeds up development times, and enhances query performance.
1212

13-
> **Get updates:** Delphi operates a [mailing list](https://lists.andrew.cmu.edu/mailman/listinfo/delphi-covidcast-api) for users of the API. We will use this list to announce changes, corrections to data, and new features. We strongly encourage all users to subscribe.
13+
> **Get updates:** Delphi operates a [mailing list](https://lists.andrew.cmu.edu/mailman/listinfo/delphi-covidcast-api) for users of the API. We will use this list to announce changes, corrections to data, and new features. We strongly encourage all users to subscribe. This is separate from signing up for an API key
1414
{: .important }
1515

1616
## Table of contents
@@ -45,7 +45,7 @@ For more information about how we use the data you provide us through your regis
4545

4646
Modern Delphi API clients (R [`epidatr`](https://cmu-delphi.github.io/epidatr/) and Python [`epidatpy`](https://cmu-delphi.github.io/epidatpy/)) support V5 queries natively. You can also explore and test endpoints interactively on the [Delphi V5 API Landing Page](https://delphi.cmu.edu/epidata/v5/docs).
4747

48-
## Core Data Sources
48+
## Current Data Sources
4949

5050
Please note that not all endpoints and sources from the legacy API have been migrated to the V5 API. The currently accessible sources are:
5151

0 commit comments

Comments
 (0)