Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
ccgisdata - Rivers and Streams
The Rivers and Streams data set represents, as a single line, the interpreted midline of flowing water features as seen on the aerial photography.
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 \"datacatalog-cookcountyil-gov/ccgisdata-rivers-and-streams-qica-7t8v\".\"ccgisdata_rivers_and_streams\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.