From 63ef355d25ff79dddce30a8a728c008358938ae0 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Fri, 12 Sep 2014 15:44:05 -0400 Subject: [PATCH] Add muskrat Per #18. --- hunting/muskrat.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 hunting/muskrat.json diff --git a/hunting/muskrat.json b/hunting/muskrat.json new file mode 100644 index 0000000..78eeabe --- /dev/null +++ b/hunting/muskrat.json @@ -0,0 +1,38 @@ +[ +{ + "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": "muskrat", + "taxonomy": "Ondatra zibethicus zibethicus", + "bova_id": 50092, + "url": "http://www.dgif.virginia.gov/wildlife/information/?s=050092" + }, + "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