Electric Generation By Fuel Type, GWh: Beginning 1960
New York Electric Generation By Fuel Type, GWh dataset provides data on total electricity requirements and in-state generation for New York State in giga-watt hours. Sources of electricity include coal, natural gas, petroleum products, hydro, nuclear, waste, landfill gas, wood, wind, solar, and net imports of electricity.
How does your organization use this dataset? What other NYSERDA or energy-related datasets would you like to see on Open NY? Let us know by emailing OpenNY@nyserda.ny.gov.
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/electric-generation-by-fuel-type-gwh-beginning-h4gs-8qnu\".\"electric_generation_by_fuel_type_gwh_beginning\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.