Data source: Vaccinate The States

1 row where county = "Hancock" and state = "GA"

View and edit SQL

Suggested facets: concordances (array)

rowid name state location_type phone_number full_address city county zip_code hours website vaccines_offered concordances last_verified_by_vts vts_url id geometry latitude longitude
51886 WEBSTERS PHARMACY GA Unknown   12707 BROAD STREET SPARTA, GA 31087 SPARTA Hancock 31087
{
    "unstructured": null
}
https://www.healthmartcovidvaccine.com/
[]
[
    "vaccinespotter_org:141691397"
]
  https://www.vaccinatethestates.com/?lng=-82.97563&lat=33.27576#lxtpg lxtpg <Binary: 60 bytes> 33.27576 -82.97563

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW locations_expanded AS 
select
  locations.rowid,
  locations.*,
  y(locations.geometry) as latitude,
  x(locations.geometry) as longitude
from
  locations;