Maryland Ozone Exceedance Days 2016-2021
Maryland 8-Hour Ozone Concentrations Exceeding 2015 Health-Based Standard in ppb, Finalized Data. In 2015 EPA set the ozone standard to 70 ppb. High levels of ozone can cause health effects including increased asthma attacks and other respiratory effects. You can get more information about the health effects at http://www.epa.gov/air/ozonepollution/. This data set details which monitoring locations in Maryland exceeded the standard between 2016 and 2021 and the maximum concentrations on the dates the standard was exceeded. More information on Maryland's air quality monitoring is available at http://www.mde.state.md.us/programs/Air/AirQualityMonitoring/Pages/index.aspx.
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/maryland-ozone-exceedance-days-20162021-dcmf-iu5m\".\"maryland_ozone_exceedance_days_20162021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.