Skip to content

Commit

Permalink
Add quail and pheasant
Browse files Browse the repository at this point in the history
Per #18.
  • Loading branch information
waldoj committed Oct 30, 2014
1 parent 77bbb4f commit a09bd32
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hunting/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
{
"name": "feral hogs",
"file": "feral_hogs.json"
},
{
"name": "quail",
"file": "quail.json"
},
{
"name": "pheasant",
"file": "pheasant.json"
}
]
}
37 changes: 37 additions & 0 deletions hunting/pheasant.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
}
}
38 changes: 38 additions & 0 deletions hunting/quail.json
Original file line number Diff line number Diff line change
@@ -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."
}
}
}

0 comments on commit a09bd32

Please sign in to comment.