Skip to content

Commit

Permalink
Add weasel
Browse files Browse the repository at this point in the history
It’s a trapping-only species. Per #18.

Also, this is a first stab at #43, since there are two species of
weasel in Virginia.
  • Loading branch information
waldoj committed Sep 12, 2014
1 parent 62458c2 commit 69869e2
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions hunting/weasel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"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": "weasel",
"members": {
"least weasel": {
"taxonomy": "Mustela nivalis allegheniensis",
"bova_id": 50040,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050040"
},
"long-tailed weasel": {
"taxonomy": "Mustela frenata noveboracensis",
"bova_id": 50041,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050041"
}
}
},
"seasons": {
"season": {
"method": "traps",
"range": {
"1": {
"places": {
"Virginia": {
"gnis_id": "TK",
"fips_code": 51
}
},
"season": {
"date": {
"starts": "2014-12-01",
"ends": "2015-02-28"
}
}
}
}
}
}
}
]

0 comments on commit 69869e2

Please sign in to comment.