Current Descriptive Data of Municipal Wastewater Treatment Plants
Data containing municipal wastewater treatment plant design other features, with data current through the most recent survey.
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/current-descriptive-data-of-municipal-wastewater-g5a2-qa6a\".\"current_descriptive_data_of_municipal_wastewater\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.