Skip to content

Commit 7fd6a90

Browse files
authored
Merge pull request #1208 from cmu-delphi/ds/del-afhsb
feat(afhsb): remove afhsb
2 parents 6fe6e7a + fa0bd53 commit 7fd6a90

15 files changed

+0
-965
lines changed

deploy.json

-9
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,6 @@
165165
"add-header-comment": true
166166
},
167167

168-
"// acquisition - afhsb",
169-
{
170-
"type": "move",
171-
"src": "src/acquisition/afhsb/",
172-
"dst": "[[package]]/acquisition/afhsb/",
173-
"match": "^.*\\.(py)$",
174-
"add-header-comment": true
175-
},
176-
177168
"// acquisition - covidcast",
178169
{
179170
"type": "move",

dev/local/setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = 4.1.3
66
packages =
77
delphi.epidata
88
delphi.epidata.acquisition
9-
delphi.epidata.acquisition.afhsb
109
delphi.epidata.acquisition.cdcp
1110
delphi.epidata.acquisition.covid_hosp
1211
delphi.epidata.acquisition.covid_hosp.common
@@ -21,7 +20,6 @@ packages =
2120
delphi.epidata.acquisition.ght
2221
delphi.epidata.acquisition.kcdc
2322
delphi.epidata.acquisition.nidss
24-
delphi.epidata.acquisition.norostat
2523
delphi.epidata.acquisition.paho
2624
delphi.epidata.acquisition.quidel
2725
delphi.epidata.acquisition.twtr

docs/api/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ The parameters available for each source are documented in each linked source-sp
110110

111111
| Endpoint | Name | Description | Restricted? |
112112
| --- | --- | --- | --- |
113-
| [`afhsb`](ahfsb.md) | AFHSB | ... <!-- TODO --> | yes |
114113
| [`cdc`](cdc.md) | CDC Page Hits | ... <!-- TODO --> | yes |
115114
| [`delphi`](delphi.md) | Delphi's Forecast | ... <!-- TODO --> | no |
116115
| [`ecdc_ili`](ecdc_ili.md) | ECDC ILI | ECDC ILI data from the ECDC website. | no |
@@ -122,7 +121,6 @@ The parameters available for each source are documented in each linked source-sp
122121
| [`ght`](ght.md) | Google Health Trends | Estimate of influenza activity based on volume of certain search queries. | yes |
123122
| [`kcdc_ili`](kcdc_ili.md) | KCDC ILI | KCDC ILI data from KCDC website. | no |
124123
| [`meta`](meta.md) | API Metadata | Metadata for `fluview`, `twitter`, `wiki`, and `delphi`. | no |
125-
| [`meta_afhsb`](meta_afhsb.md) | AFHSB Metadata | ... <!-- TODO --> | yes |
126124
| [`nidss_flu`](nidss_flu.md) | NIDSS Flu | Outpatient ILI from Taiwan's National Infectious Disease Statistics System (NIDSS). | no |
127125
| [`nowcast`](nowcast.md) | ILI Nearby | A nowcast of U.S. national, regional, and state-level (weighted) percent ILI, available seven days (regionally) or five days (state-level) before the first ILINet report for the corresponding week. | no |
128126
| [`quidel`](quidel.md) | Quidel | Data provided by Quidel Corp., which contains flu lab test results. | yes |

docs/api/afhsb.md

-52
This file was deleted.

docs/api/meta_afhsb.md

-49
This file was deleted.

0 commit comments

Comments
 (0)