"Electric Motor Only" Waterways in Oregon
Some waterbodies in Oregon have been designated "electric motor only" by Oregon Administrative Rule or statute. These waterbodies have been designated based on their topography, size and traditional boating uses.
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 \"oregon-gov/electric-motor-only-waterways-in-oregon-vkd9-qi8f\".\"electric_motor_only_waterways_in_oregon\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.