Supplemental Environmental Project (SEP) Library
The SEPs library is a database that tracks completed projects throughout Maryland and offers a means for the public to propose a SEP for future consideration. The library will include the project's information such as cost, the underlying basis for the SEP (such as a settlement agreement), detailed proposal, and workplan. The SEPs library will also list future projects proposed by overburdened and underserved communities and any other interested party. MDE is continually seeking public feedback and will reach out to citizens to seek input on projects which would directly benefit their communities.
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/supplemental-environmental-project-sep-library-sqw5-th22\".\"supplemental_environmental_project_sep_library\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.