Skip to content

Commit

Permalink
Add coyote
Browse files Browse the repository at this point in the history
Per #18.
  • Loading branch information
waldoj committed Sep 11, 2014
1 parent bb1896d commit 083762e
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions hunting/coyote.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
[
{
"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": "Coyote",
"taxonomy": "Canis latrans",
"bova_id": 50125,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050125"
},
"seasons": {
"season": {
"method": "firearms",
"range": {
"1": {
"places": {
"Virginia": {
"gnis_id": "TK",
"fips_code": 51
},
"season": {
"date": {
"starts": "2014-07-01",
"ends": "2015-06-30"
}
}
},
"exceptions": {
"National Forest Lands": {
"gnis_id": "TK",
"fips_code": "TK"
},
"Department Lands": {
"gnis_id": "TK",
"fips_code": "TK"
}
}
}
}
}
}
}
]

0 comments on commit 083762e

Please sign in to comment.