Solar Power Arrays at Parks Installed: Beginning 2012
This dataset includes all solar photovoltaic projects installed at State Parks or Historic Sites since the first project was installed in 2012. It includes the year of completion, Park region, facility name, project title, whether the project is grid-connected or off-grid, system capacity in kilowatts (1,000 watts), and the utility company for that facility.
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 \"ny-gov/solar-power-arrays-at-parks-installed-beginning-bvun-83zf\".\"solar_power_arrays_at_parks_installed_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.