Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 11 months ago
Rain Gauge locations
Locations for daily monitoring of rainfall throughout the City. Collecting rainfall data from May 1-Sep 30 every year.
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 \"calgary-ca/rain-gauge-locations-x9fe-3zah\".\"rain_gauge_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata