Total Non-residential Solar Sites in San Mateo County 2002 - 2014
Counts of the total number of non-residential photovoltaic solar energy installations on buildings in San Mateo County from 2002 - 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-nonresidential-solar-sites-in-san-mateo-u5ns-qbsu\".\"total_nonresidential_solar_sites_in_san_mateo\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.