Data source: Vaccinate The States

1 row where county = "Long" 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
65936 Long County Health Department (COVID Vaccine) GA Unknown (912) 545-2107 584 North Macon Street Ludowici, GA 31316 Ludowici Long 31316
{
    "unstructured": null
}
 
[]
[
    "us_carbon_health:474a3b77-48c7-4cd0-8a78-584e55a2faeb"
]
  https://www.vaccinatethestates.com/?lng=-81.74909&lat=31.72108#lccdxr lccdxr <Binary: 60 bytes> 31.72108 -81.74909

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;