From eabff73dcbec902ad732481ce75f9bccf318790f Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Tue, 28 Oct 2014 15:23:27 -0400 Subject: [PATCH] Add beaver Per #18. --- hunting/beaver.json | 36 ++++++++++++++++++++++++++++++++++++ hunting/index.json | 4 ++++ 2 files changed, 40 insertions(+) create mode 100644 hunting/beaver.json diff --git a/hunting/beaver.json b/hunting/beaver.json new file mode 100644 index 0000000..d4331f6 --- /dev/null +++ b/hunting/beaver.json @@ -0,0 +1,36 @@ +{ + "state": "VA", + "agency": "Department of Game and Inland Fisheries", + "date_effective": "2014-07-01T00:00:00-05:00", + "date_expires": "2015-06-30T23:59:59-05:00", + "conformsTo": "https://raw.githubusercontent.com/opendata/Hunting-and-Fishing/master/schemas/1.0a/hunting.json", + "schema_version": "1.0a", + "documentation": "http://opendata.github.io/Hunting-and-Fishing/", + "species": { + "name": "beaver", + "taxonomy": "Castor canadensis", + "bova_id": "050069", + "url": "http://www.dgif.virginia.gov/wildlife/information/?s=050069" + }, + "seasons": { + "season": { + "method": "traps", + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": 1779803, + "fips_code": 51 + } + }, + "season": { + "date": { + "starts": "2014-12-01", + "ends": "2015-02-28" + } + } + } + } + } + } +} diff --git a/hunting/index.json b/hunting/index.json index ff8b9ba..88b6024 100644 --- a/hunting/index.json +++ b/hunting/index.json @@ -59,6 +59,10 @@ { "name": "Weasel", "file": "weasel.json" + }, + { + "name": "Beaver", + "file": "beaver.json" } ] }