Energy Efficiency Portfolio Standard (EEPS) Program Estimated Energy Savings Data
The Energy Efficiency Portfolio Standard (EEPS) Program encourages cost-effective electric and natural gas energy efficiency across New York State. New York State’s utilities and the New York State Energy Research and Development Authority (NYSERDA) administer energy efficiency programs to achieve energy efficiency savings. EEPS energy efficiency programs provide technical services, information and customer incentives to encourage customers in implementing energy efficiency measures. This data includes the list of energy efficiency programs and the estimated energy savings reported for each program.
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/energy-efficiency-portfolio-standard-eeps-program-vqmi-95p7\".\"energy_efficiency_portfolio_standard_eeps_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.