From 083762ef33846b23b719f3d61a91c7fd7f179f6e Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Thu, 11 Sep 2014 17:05:53 -0400 Subject: [PATCH] Add coyote Per #18. --- hunting/coyote.json | 48 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 hunting/coyote.json diff --git a/hunting/coyote.json b/hunting/coyote.json new file mode 100644 index 0000000..0197575 --- /dev/null +++ b/hunting/coyote.json @@ -0,0 +1,48 @@ +[ +{ + "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": "Coyote", + "taxonomy": "Canis latrans", + "bova_id": 50125, + "url": "http://www.dgif.virginia.gov/wildlife/information/?s=050125" + }, + "seasons": { + "season": { + "method": "firearms", + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": "TK", + "fips_code": 51 + }, + "season": { + "date": { + "starts": "2014-07-01", + "ends": "2015-06-30" + } + } + }, + "exceptions": { + "National Forest Lands": { + "gnis_id": "TK", + "fips_code": "TK" + }, + "Department Lands": { + "gnis_id": "TK", + "fips_code": "TK" + } + } + } + } + } + } +} +]