AISP 1 & 2-Year Tyvek Tag Dealers
Where to get the Tyvek AISP Permit. Paddle craft, out-of-state Motor Boats, and other non-motorized vessels 10' and over.
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/aisp-1-2year-tyvek-tag-dealers-df3k-buyh\".\"aisp_1_2year_tyvek_tag_dealers\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.