2023 T-3.4 County Fleet Emissions
To "green" its fleet, the County uses cleaner fuels such as renewable diesel and electricity.
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 \"internal-sandiegocounty-data-socrata/2023-t34-county-fleet-emissions-pwsi-fdp9\".\"2023_t34_county_fleet_emissions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.