MDAg - WIP Goals & Progress
MDA's implementation goals for all BMPs associated with the Chesapeake Bay TMDL. New Nutrient Management definitions were adopted by the Bay Program in 2015 that retired the DecisionAg, Enhanced NM, and NM on Pasture categories. As a result, all Nutrient Management has been consolidated into one category.
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/mdag-wip-goals-progress-u96h-btbh\".\"mdag_wip_goals_progress\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.