You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #288 ...
I understand that there is a new healthdata.gov signal in covidcast that uses the "weekly" timeseries file with hospitalization data posted by HHS. This is great. however, for modeling teams that wish to update their forecasts more than once a week, there are daily updates to these files that can be merged with the weekly file to create a single signal that is updated more frequently. We have cobbled something together in the covidData package, but don't feel that this is a stable or long-term solution or one that we (the COVID-19 Forecast Hub) want to maintain for general usability for other groups. The function that loads this data is in this file: https://github.com/reichlab/covidData/blob/master/R/healthdata_data.R
We would find it super helpful if similar functionality could be added to covidcast, namely a "merged" signal that combines the most recent weekly and daily reports from HHS and surfaces the same daily new hospitalization counts that are already being surfaced, just with more frequent updates. Thanks for considering!
The text was updated successfully, but these errors were encountered:
Is that the same as #308? If so, I believe we're in final checks for that (in fact I think we've soft-launched and I was just waiting to verify this week's data before documenting it)
Related to #288 ...
I understand that there is a new healthdata.gov signal in covidcast that uses the "weekly" timeseries file with hospitalization data posted by HHS. This is great. however, for modeling teams that wish to update their forecasts more than once a week, there are daily updates to these files that can be merged with the weekly file to create a single signal that is updated more frequently. We have cobbled something together in the covidData package, but don't feel that this is a stable or long-term solution or one that we (the COVID-19 Forecast Hub) want to maintain for general usability for other groups. The function that loads this data is in this file: https://github.com/reichlab/covidData/blob/master/R/healthdata_data.R
We would find it super helpful if similar functionality could be added to covidcast, namely a "merged" signal that combines the most recent weekly and daily reports from HHS and surfaces the same daily new hospitalization counts that are already being surfaced, just with more frequent updates. Thanks for considering!
The text was updated successfully, but these errors were encountered: