Air Quality Weather: Mesa - Brooks Reservoir Station
Hourly air quality and weather data is collected at Mesa - Brooks Reservoir (Weather Station). Data aggregated by Synoptic Data at <b><a href="https://synopticdata.com">https://synopticdata.com</b></a> and is for use by residents and partners of the City of Mesa only. sourced from the Synoptic Weather Data API. The table contains various environmental metrics, including wind direction and speed, temperature, humidity, ozone concentration, particulate matter levels (PM2.5 and PM10), carbon monoxide concentration, and dew point. These measurements provide valuable insights into the local atmospheric conditions and air quality.
Mesa - Brooks Reservoir- 310 S Brooks, Mesa, AZ 85202 (https://maps.app.goo.gl/aFSbHTfhKZ5CAHZS9 )
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 \"citydata-mesaaz-gov/air-quality-weather-mesa-brooks-reservoir-station-esfv-4pxe\".\"air_quality_weather_mesa_brooks_reservoir_station\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.