tx-vaccine-tracker
tx-vaccine-tracker copied to clipboard
Offsite Location
Excellent work on this project!
I haven't figured out why yet, but I don't believe non store locations (like offsite vaccination sites) are showing up in the table. Here's an example, with this location set:
home_coords = (30.0475, -99.140583)
With max_dist=20, I only see 2 sites around this town, but there's really 3.
Here's an example curl showing 3 actual sites in this town:
curl 'https://heb-ecom-covid-vaccine.hebdigital-prd.com/vaccine_locations.json' -s | jq '.locations[] |select(.city | test("kerrville";"i"))'
Oh, maybe never mind. I see the 'offsite' locations don't have a lat/long.
Oh, interesting. That could be a problem in that there could be vaccinations available that you're missing. I don't know that I'll fix it because it's still better than nothing, but if you have any ideas on how to change it I would be happy to hear them or take a PR.