City Owned Publicly Available EV Charging Stations Usage
Usage date from city-owned electric vehicle charging stations that are available for public use. Excludes stations only available for city vehicles and those in parking facilities for city staff. Also excludes charging sessions for city-owned vehicles at listed locations.
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 \"cambridgema-gov/city-owned-publicly-available-ev-charging-stations-998e-s3xs\".\"city_owned_publicly_available_ev_charging_stations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.