Closed
Description
We now/will soon have the following pipeline utilities in delphi_utils:
- geographic aggregation: delphi_utils.geomap
- smoothing: pending Add the smoothing utility #176
- validation: pending FB-survey validation with a generic design to include other pipelines #155
These behaviors are currently implemented individually in each indicator. This ticket will track refactors on all indicators to use the library versions instead.
indicator | geo | smoothing | validation |
---|---|---|---|
cdc_covidnet | in progress (@chinandrew) | ||
claims_hosp | in progress (@chinandrew) | ||
combo_cases_and_deaths | ✅ (no change necessary) | ||
doctor_visits | in progress (@chinandrew) | ||
✅ | |||
facebook[3] | ❌ | ❌ | |
jhu | ✅ | in progress | |
nchs_mortality | ✅ | ||
quidel | ✅ | ||
quidel_covidtest | ✅ | ||
safegraph | in progress (@chinandrew) | ||
safegraph_patterns | ✅ | ||
usafacts | in progress (@sgsmob) |
[1] - we don't plan to continue development on CDS; don't refactor it
[2] - the emr-hosp indicator is no longer active; low priority
[3] - the facebook indicator is in R; python utilities can't be a part of the main computation (smoothing, aggregation) but validation can be added as a separate step
[4] - deprecated in favor of a new indicator using the new symptoms search product; don't refactor it