Northern Colorado Snow Characteristics
This data set presents snow depth, snow water equivalence (SWE), snow wetness data, and snow pit data from two pine sites and a small clearing at the Local Scale Observation Site (LSOS) of the Cold Land Processes Field Experiment (CLPX) in northern Colorado.
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/northern-colorado-snow-characteristics-be63-q8yz\".\"northern_colorado_snow_characteristics\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.