Archery Hunt Totals
Ramsey County conducts special permit archery hunts each fall in partnership with the Metro Bowhunters Resource Base. This dataset shares archery harvest totals. The annual hunts have been conducted since 2000. All participating hunters attend a pre-hunt orientation, agree to special hunt rules and pass an archery safety class and shooting proficiency test.
Archers may keep their deer or donate the venison to local food shelves. During the hunts, entire parks or portions of a park may be closed. Archery hunting is the county's preferred method of deer population control.
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 \"ramseycounty-us/archery-hunt-totals-rqqk-4y8k\".\"archery_hunt_totals\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.