cmu-delphi / epidatr

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

Include geo data for geo/geo id discovery and to support geo_value "*"? #240

Open nmdefries opened 7 months ago

nmdefries commented 7 months ago

Geo helper functions let users easily fetch all geo ids of a given type. This could be extended to our non-US data sources, too, to make those easier to work with.

A wrapper around a geo helper function also lets us easily convert a request for "*" geo values to an explicit list, for the endpoints that don't support the wildcard "*". Related to https://github.com/cmu-delphi/epidatr/issues/235