Snow Depths in Northern Colorado
This data set consists of snow depth data from nine study areas, within three larger-scale areas in northern Colorado (Fraser, North Park, and Rabbit Ears Meso-cell Study Areas (MSAs)).
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/snow-depths-in-northern-colorado-v4jc-jbmt\".\"snow_depths_in_northern_colorado\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.