From 0a4015f2adf93023326db8eff01d355ae335d93f Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Fri, 12 Sep 2014 15:27:55 -0400 Subject: [PATCH] Add nutria Per #18. --- hunting/nutria.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 hunting/nutria.json diff --git a/hunting/nutria.json b/hunting/nutria.json new file mode 100644 index 0000000..93a6516 --- /dev/null +++ b/hunting/nutria.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": "nutria", + "taxonomy": "Myocastor coypus", + "bova_id": 050053, + "url": "http://www.dgif.virginia.gov/wildlife/information/?s=050053" + }, + "seasons": { + "season": { + "method": "traps", + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + "fips_code": 51 + } + }, + "season": { + "date": { + "starts": "2014-07-01", + "ends": "2015-06-30" + } + } + } + } + } + } +} +] \ No newline at end of file