cmu-delphi / epidatr

Delphi Epidata API R Client
https://cmu-delphi.github.io/epidatr/
Other
1 stars 5 forks source link

Nat dogfooding notes #212

Closed nmdefries closed 7 months ago

nmdefries commented 10 months ago

[1] "Information about hospital admissions, provided to us by health system partners. Using inpatient claim counts, we estimate the percentage of new hospital admissions with a COVID-associated diagnosis code in a given location, on a given day.\n\nSee also our [Health & Human Services](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/hhs.html) data source for official COVID hospitalization reporting from the US Department of Health & Human Services."

brookslogan commented 9 months ago

A lot of great points! Couple of notes

unclear what pub_covid_hosp_facility signal cols represent. There are covariance columns (names end with "_cov")??

_cov = "coverage", not "covariance". And "coverage" in some sense of % facilities reporting the corresponding non-_cov column or something like that. Would need to read upstream docs. I think they do just use that _cov naming upstream though, unfortunate.

Should endpoints use defaults so that users are able to get some data? This mirrors covidcast behavior.

No geo_type = "county" default please. The wait [to be able to do something again after realizing one's mistake of not specifying another geo_type desired] might be shorter with epidatr but I expect there's still a wait. (I'd also vote for no geo_type default at all. geo_values = "*" default maybe...)

[Another argument against geo_type = "county" default: this could cause mixups between megacounties and state-level data.]

nmdefries commented 7 months ago

Remaining tasks moved to their own issues.