Public Electric Charging Station Locations in Georgia
This dataset contains the geographic coordinates for each public electric vehicle charging station in the state of Georgia according to data from the National Renewable Energy Laboratory (NREL). Stations with the same coordinates rounded to the nearest thousandth of a degree are considered to be the same location are represented by a single record. The Count field indicates the number of stations at the same location as defined above.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"sharefulton-fultoncountyga-gov/public-electric-charging-station-locations-in-cmzg-8gvs\".\"public_electric_charging_station_locations_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.