diff --git a/hunting/weasel.json b/hunting/weasel.json new file mode 100644 index 0000000..99263b5 --- /dev/null +++ b/hunting/weasel.json @@ -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" + } + } + } + } + } + } +} +] \ No newline at end of file