opendata-maryland-gov/bmp-definitions-rm5m-2b2j
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 1 year ago
Indexed 5 hours ago

BMP Definitions

To ensure that the Bay cleanup stays on track, a series of 2-year commitments called milestones have been established. The Maryland Department of Agriculture (MDA) has developed a list of BMPs (Best Management Practices) that would result in nutrient and sediment reductions to assist Maryland in meeting its milestone goals. This data set contains the descriptions of the BMPs.

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/bmp-definitions-rm5m-2b2j\".\"bmp_definitions\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • bmp_definitions
     
     
     
     
     
Upstream Metadata