From a09bd324f4f987b714d3a7a510131053496a7807 Mon Sep 17 00:00:00 2001 From: Waldo Jaquith Date: Thu, 30 Oct 2014 16:16:08 -0400 Subject: [PATCH] Add quail and pheasant Per #18. --- hunting/index.json | 8 ++++++++ hunting/pheasant.json | 37 +++++++++++++++++++++++++++++++++++++ hunting/quail.json | 38 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+) create mode 100644 hunting/pheasant.json create mode 100644 hunting/quail.json diff --git a/hunting/index.json b/hunting/index.json index cee433a..94fbe03 100644 --- a/hunting/index.json +++ b/hunting/index.json @@ -71,6 +71,14 @@ { "name": "feral hogs", "file": "feral_hogs.json" + }, + { + "name": "quail", + "file": "quail.json" + }, + { + "name": "pheasant", + "file": "pheasant.json" } ] } diff --git a/hunting/pheasant.json b/hunting/pheasant.json new file mode 100644 index 0000000..d488c51 --- /dev/null +++ b/hunting/pheasant.json @@ -0,0 +1,37 @@ +{ + "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": "pheasant", + "aliases": ["common pheasant", "ring-necked pheasant"], + "taxonomy": "Phasianus colchicus", + "bova_id": "40101", + "url": "http://www.dgif.virginia.gov/hunting/regulations/smallgame.asp" + }, + "seasons": { + "season": { + "method": ["modern firearms", "muzzleloading firearms", "archery tackle"], + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": 1779803, + "fips_code": 51 + } + }, + "season": { + "date": { + "starts": "2014-11-08", + "ends": "2015-01-31" + } + } + } + } + } + } +} diff --git a/hunting/quail.json b/hunting/quail.json new file mode 100644 index 0000000..d95ee08 --- /dev/null +++ b/hunting/quail.json @@ -0,0 +1,38 @@ +{ + "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": "quail", + "aliases": ["northern bobwhite", "Virginia quail", "bobwhite quail"], + "taxonomy": "Colinus virginianus", + "bova_id": "40100", + "url": "http://www.dgif.virginia.gov/quail/" + }, + "seasons": { + "season": { + "method": ["modern firearms", "muzzleloading firearms", "archery tackle"], + "range": { + "1": { + "places": { + "Virginia": { + "gnis_id": 1779803, + "fips_code": 51 + } + }, + "season": { + "date": { + "starts": "2014-11-08", + "ends": "2015-01-31" + } + } + } + }, + "bag_limit": "Six per day." + } + } +}