tx-vaccine-tracker icon indicating copy to clipboard operation
tx-vaccine-tracker copied to clipboard

Offsite Location

Open codyja opened this issue 3 years ago • 2 comments

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. image

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"))'

codyja avatar Mar 09 '21 01:03 codyja

Oh, maybe never mind. I see the 'offsite' locations don't have a lat/long.

codyja avatar Mar 09 '21 15:03 codyja

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.

tannerblair avatar Mar 10 '21 21:03 tannerblair