Chesapeake Bay Pollution Reduction Activities FY 2000 - FY 2014
This dataset tracks specific restoration actions undertaken by Maryland's state agencies.
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 \"opendata-maryland-gov/chesapeake-bay-pollution-reduction-activities-fy-2rth-fybg\".\"chesapeake_bay_pollution_reduction_activities_fy\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.