Skip to content

Commit

Permalink
Merge pull request #1208 from cmu-delphi/ds/del-afhsb
Browse files Browse the repository at this point in the history
feat(afhsb): remove afhsb
  • Loading branch information
dshemetov authored Jun 26, 2023
2 parents 6fe6e7a + fa0bd53 commit 7fd6a90
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 965 deletions.
9 changes: 0 additions & 9 deletions deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,6 @@
"add-header-comment": true
},

"// acquisition - afhsb",
{
"type": "move",
"src": "src/acquisition/afhsb/",
"dst": "[[package]]/acquisition/afhsb/",
"match": "^.*\\.(py)$",
"add-header-comment": true
},

"// acquisition - covidcast",
{
"type": "move",
Expand Down
2 changes: 0 additions & 2 deletions dev/local/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = 4.1.3
packages =
delphi.epidata
delphi.epidata.acquisition
delphi.epidata.acquisition.afhsb
delphi.epidata.acquisition.cdcp
delphi.epidata.acquisition.covid_hosp
delphi.epidata.acquisition.covid_hosp.common
Expand All @@ -21,7 +20,6 @@ packages =
delphi.epidata.acquisition.ght
delphi.epidata.acquisition.kcdc
delphi.epidata.acquisition.nidss
delphi.epidata.acquisition.norostat
delphi.epidata.acquisition.paho
delphi.epidata.acquisition.quidel
delphi.epidata.acquisition.twtr
Expand Down
2 changes: 0 additions & 2 deletions docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ The parameters available for each source are documented in each linked source-sp

| Endpoint | Name | Description | Restricted? |
| --- | --- | --- | --- |
| [`afhsb`](ahfsb.md) | AFHSB | ... <!-- TODO --> | yes |
| [`cdc`](cdc.md) | CDC Page Hits | ... <!-- TODO --> | yes |
| [`delphi`](delphi.md) | Delphi's Forecast | ... <!-- TODO --> | no |
| [`ecdc_ili`](ecdc_ili.md) | ECDC ILI | ECDC ILI data from the ECDC website. | no |
Expand All @@ -122,7 +121,6 @@ The parameters available for each source are documented in each linked source-sp
| [`ght`](ght.md) | Google Health Trends | Estimate of influenza activity based on volume of certain search queries. | yes |
| [`kcdc_ili`](kcdc_ili.md) | KCDC ILI | KCDC ILI data from KCDC website. | no |
| [`meta`](meta.md) | API Metadata | Metadata for `fluview`, `twitter`, `wiki`, and `delphi`. | no |
| [`meta_afhsb`](meta_afhsb.md) | AFHSB Metadata | ... <!-- TODO --> | yes |
| [`nidss_flu`](nidss_flu.md) | NIDSS Flu | Outpatient ILI from Taiwan's National Infectious Disease Statistics System (NIDSS). | no |
| [`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 |
| [`quidel`](quidel.md) | Quidel | Data provided by Quidel Corp., which contains flu lab test results. | yes |
Expand Down
52 changes: 0 additions & 52 deletions docs/api/afhsb.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/api/meta_afhsb.md

This file was deleted.

Loading

0 comments on commit 7fd6a90

Please sign in to comment.