Skip to content

Commit

Permalink
Add grouse
Browse files Browse the repository at this point in the history
Per #18.

This is the first attempt to represent multiple hunting methods per #44.

This suffers from an inability to represent non-municipal boundaries—in
this case, the idea of “East of I-95”—per #1.
  • Loading branch information
waldoj committed Sep 12, 2014
1 parent 4652979 commit 1696f77
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions hunting/grouse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[
{
"state": "Virginia",
"agency": "Department of Game and Inland Fisheries",
"date_effective": "2014-07-01",
"date_expires": "2015-06-30",
"schema": "",
"schema_version": "1.0a",
"documentation": "",
"species": {
"name": "Grouse",
"taxonomy": "Bonasa umbellus",
"bova_id": 40099,
"url": "http://www.dgif.virginia.gov/wildlife/grouse/"
},
"seasons": {
"season": {
"method": ["modern_firearms", "archery", "crossbows", "muzzleloading_firearms"],
"range": {
"1": {
"places": {
"Virginia": {
"gnis_id": "TK",
"fips_code": 51
},
"season": {
"date": {
"starts": "2014-10-25",
"ends": "2015-02-14"
}
}
},
"exceptions": {
"East of I-95": {}
}
}
}
}
}
}
]

0 comments on commit 1696f77

Please sign in to comment.