colorado-gov/rain-hail-and-snow-in-colorado-2015-mqid-8hv2
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 month ago
Indexed 1 month ago

Rain Hail and Snow in Colorado 2015

Rain, hail, and snow data on amount of precipitation, time of reading, location, and more in Colorado from 1999 to 2015 provided by the Community Collaborative Rain, Hail and Snow Network (CoCoRaHS).

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/rain-hail-and-snow-in-colorado-2015-mqid-8hv2\".\"rain_hail_and_snow_in_colorado_2015\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • rain_hail_and_snow_in_colorado_2015
     
     
     
     
     
Upstream Metadata