WRD Technical Services FDEP Permit Tracking - All Plants
This dataset contains average daily influent totals per month for all plants going back to January 2002. The data is used for FDEP permitting purposes.
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 \"stat-stpete/wrd-technical-services-fdep-permit-tracking-all-hmj4-4k5y\".\"wrd_technical_services_fdep_permit_tracking_all\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.