Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 3 hours ago
EPA Air Pollutant Monitoring - Ozone
Daily summary of air quality at specified locations in King County (Ozone). Air quality monitors measure concentrations of ozone throughout the country. EPA, state, tribal and local agencies use that data to ensure that ozone is at levels that protect public health and the environment. Nationally, average ozone levels declined in the 1980's, leveled off in the 1990's, and showed a notable decline after 2002. The charts below show national and regional trends in ozone concentrations.
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 \"kingcounty-gov/epa-air-pollutant-monitoring-ozone-6tv6-piwf\".\"epa_air_pollutant_monitoring_ozone\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.