2023 E-2.3 Solar PV on Homes
The County supports homeowners who want to install solar PV systems on their homes by offering quick and easy permitting.
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-e23-solar-pv-on-homes-et96-4a7s\".\"2023_e23_solar_pv_on_homes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.