Weather Data: Mesa Airports & Sky Harbor
Weather observations collected at Phoenix Sky Harbor International Airport, Falcon Field Airport and Phoenix-Mesa Gateway Airport. <i>Data aggregated by Synoptic Data</i> at <b><a href="https://synopticdata.com/">https://synopticdata.com/</a></b> and is for use by residents and partners of the City of Mesa only. The dataset provides a diverse range of meteorological measurements, including temperature, wind attributes, humidity levels, precipitation amounts, atmospheric pressure, and cloud cover details, offering valuable insights into weather conditions.
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/weather-data-mesa-airports-sky-harbor-79yx-6u9i\".\"weather_data_mesa_airports_sky_harbor\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.