Skip to content

feat(afhsb): remove afhsb #1208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions deploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,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