-
Notifications
You must be signed in to change notification settings - Fork 67
Consider adding COVIDcast support for HHS regions #192
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
Comments
Lots of the flu work involves HHS and Census regions. See https://github.com/cmu-delphi/utils/blob/main/src/geo/locations.py Regions are nice to work with because they're just sets of states. If you have a signal at the state level, it's trivial to aggregate it up to the HHS or Census level. The epidata API defines the following region ids: https://github.com/cmu-delphi/delphi-epidata/blob/main/labels/regions.txt @krivard is this issue the only thing blocking the covidnet source? |
Just to clarify, aggregation does not happen in this codebase; this ticket is solely about supporting HHS region ids during COVIDcast acquisition and adding associated tests. @dfarrow0 No; I've written up the remaining COVIDnet work in a new issue to avoid confusion with the other CDC hospital data. |
can we close this? |
Yep; fixed in #314 |
Uh oh!
There was an error while loading. Please reload this page.
Currently, data ingestion accepts the following geographical types:
We currently have an indicator waiting in the wings whose ideal geographical type is HHS region. To begin serving it from the API, ingestion needs to know how to validate HHS region ids.
Further reading:
The text was updated successfully, but these errors were encountered: