Ozone SIP 2008-2015 Status Rev
Maryland's State Implementation Plan (SIP) is a set of documents, regulations, plans, inventories, and other materials that are used to document Maryland's compliance with the federal Clean Air Act. There are many revisions to the SIP. These occur when there is a change to a federal National Ambient Qir Quality Standard (NAAQS), or other amendments are needed. The SIP can be considered a living document that is intended to commit Maryland to improving air quality
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/ozone-sip-20082015-status-rev-rhxn-wnme\".\"ozone_sip_20082015_status_rev\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.