Floating Restroom Locations
This is a list of Oregon's floating restrooms on some of Oregon's most heavily used waterbodies. More than 3 million gallons of human waste is collected from these facilities each year...help keep our waterways clean and pristine -and use a floating restroom!
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/floating-restroom-locations-pf2v-pv7v\".\"floating_restroom_locations\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.