Oil and Gas Annual Production: Beginning 2001
This dataset contains annual production information of oil and gas wells in New York State from 2001 to present.
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/oil-and-gas-annual-production-beginning-2001-mxea-iw3u\".\"oil_and_gas_annual_production_beginning_2001\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.