norfolk-gov/weather-daily-summaries-vdfi-mi5m
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

Weather Daily Summaries

This dataset provides daily summaries of weather conditions at Norfolk International Airport, sourced from the National Oceanic and Atmospheric Administration (NOAA). NOAA publishes this data as part of their Global Historical Climatology Network – Daily dataset. It includes essential metrics such as maximum temperature, minimum temperature, average temperature, precipitation, snowfall, and average wind speed. The dataset is updated daily.

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 \"norfolk-gov/weather-daily-summaries-vdfi-mi5m\".\"weather_daily_summaries\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • weather_daily_summaries