klenwell / covid-19

Python command-line application to collect and analyze COVID-19 data.
0 stars 0 forks source link

OC immunity data missing since June 21. #82

Closed klenwell closed 2 years ago

klenwell commented 2 years ago

Trello card: https://trello.com/c/idfVnoxu

Looks very similar to this issue:

I guess when CDPH changes the API schema, it migrates to a new URL (or resource ID).

Per the CDPH portal, it looks like this is the new resource for "Statewide COVID-19 Vaccines Administered By County":

klenwell commented 2 years ago

Resolved

CDPH updated its API schema and changed the endpoint. I resolved the issue by updating the OcVaccinesDailyExtract to use the new endpoint.