Statewide Distributed Solar Projects: Beginning 2000
This dataset is based on solar interconnection data drawn from the publicly posted inventories of New York State’s electric utilities. This dataset represents the most comprehensive source of installed distributed solar projects, including projects that did not receive State funding, for all of New York State since 2000. This dataset does not include utility-scale projects that participate in the NYISO wholesale market.
The interactive map at https://www.nyserda.ny.gov/All-Programs/Programs/NY-Sun/Solar-Data-Maps/Statewide-Projects provides information on Statewide Distributed Solar Projects since 2000 by county.
The New York State Energy Research and Development Authority (NYSERDA) offers objective information and analysis, innovative programs, technical expertise, and support to help New Yorkers increase energy efficiency, save money, use renewable energy, and reduce reliance on fossil fuels. To learn more about NYSERDA’s programs, visit nyserda.ny.gov or follow us on X, Facebook, YouTube, or Instagram.
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/statewide-distributed-solar-projects-beginning-wgsj-jt5f\".\"statewide_distributed_solar_projects_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.