colorado-gov/weather-station-in-boulder-colorado-2015-pfjr-vhp3
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 day ago
Indexed 6 hours ago

Weather Station in Boulder Colorado 2015

Weather data on temperature, humidity, and wind from the National Renewable Energy Laboratory (NREL) for the Boulder station, from September 24, 1996 to February 17, 2015.

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 \"colorado-gov/weather-station-in-boulder-colorado-2015-pfjr-vhp3\".\"weather_station_in_boulder_colorado_2015\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • weather_station_in_boulder_colorado_2015
     
     
     
     
     
Upstream Metadata