Pesticide List for Emerald Ash Borer in Oregon
Information provided by the Oregon Department of Agriculture
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/pesticide-list-for-emerald-ash-borer-in-oregon-cs74-q4q2\".\"pesticide_list_for_emerald_ash_borer_in_oregon\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.