grandrapidsmi-gov/the-climate-explorer-daily-temperature-and-v7pi-7f4y
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 3 years ago
Indexed 1 hour ago

The Climate Explorer - Daily Temperature and Precipitation (1963 - present)

Daily historical data on temperature and precipitation in Grand Rapids since 1963. Climate normals for temperature and precipitation are the average temperature and precipitation ranges for the weather station from 1981-2010.

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 \"grandrapidsmi-gov/the-climate-explorer-daily-temperature-and-v7pi-7f4y\".\"the_climate_explorer_daily_temperature_and\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • the_climate_explorer_daily_temperature_and