From 465297935cf96948b0943e1c5d36edd02b1def87 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Thu, 11 Sep 2014 17:18:50 -0400 Subject: [PATCH] Add rabbit Per #18. --- hunting/rabbit.json | 57 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 hunting/rabbit.json diff --git a/hunting/rabbit.json b/hunting/rabbit.json new file mode 100644 index 0000000..1fd6fe7 --- /dev/null +++ b/hunting/rabbit.json @@ -0,0 +1,57 @@ +[ +{ + "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": "Rabbit", + "taxonomy": [ + "Lepus americanus", + "Lepus americanus virginianus", + "Sylvilagus floridanus mallurus", + "Sylvilagus floridanus hitchensis", + "Sylvilagus floridanus mearnsii", + "Sylvilagus obscurus", + "Sylvilagus palustris palustris", + "Lepus californicus" + ], + "bova_id": [ + 50102, + 50103, + 50104, + 50105, + 50106, + 50107, + 50132, + 50129 + ], + "url": "http://www.dgif.virginia.gov/wildlife/information/?s=050001" + }, + "seasons": { + "season": { + "method": "firearm", + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + "fips_code": 51 + } + }, + "season": { + "date": { + "starts": "2014-11-01", + "ends": "2015-02-28" + } + } + } + }, + "bag_limit": "Six per day." + } + } +} +] \ No newline at end of file