Total Residential Solar Sites in San Mateo County 1998 - 2014
Counts of the total number of residential photovoltaic solar energy installations on residences in San Mateo County from 1998 - 2014. Data includes annual and grand totals. This data is for photovoltaic generation sites authorized to parallel under Rule 21 Programs. The data was supplied directly to the County by PG&E.
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 \"datahub-smcgov/total-residential-solar-sites-in-san-mateo-county-x6cv-p9e7\".\"total_residential_solar_sites_in_san_mateo_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.