NYSDEC_WaterbodyInveontoryAndPriorityWaterbodiesListEstuarySegment_DataSet
The Waterbody Inventory/Priority Waterbodies List (WI/PWL) dataset is an inventory of the state's surface water quality. This dataset provides a summary of general water quality conditions, tracks the degree to which a waterbody supports its designated uses, and monitors progress toward the identification and resolution of water quality problems, pollutants, and sources.
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/nysdecwaterbodyinveontoryandprioritywaterbodieslis-pq3j-ueav\".\"nysdecwaterbodyinveontoryandprioritywaterbodieslis\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.