cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

replace the python covidcast client in google-symptoms #1987

Open melange396 opened 4 months ago

melange396 commented 4 months ago

similar to #1931 and #1972 , replace the usage of the old covidcast client in the google-symptoms indicator. it is only really used in one place: https://github.com/cmu-delphi/covidcast-indicators/blob/1526dc940f61e5a1ab8ff2ce795f35c965c2e48e/google_symptoms/delphi_google_symptoms/run.py#L69-L70

its a pretty basic usage, and covidcast.metadata() doesnt do a whole lot more than Epidata.covidcast_meta()

aysim319 commented 3 months ago

blocked by #1972