Skip to content

Commit

Permalink
Add beaver
Browse files Browse the repository at this point in the history
Per #18.
  • Loading branch information
waldoj committed Oct 28, 2014
1 parent 75a2b53 commit eabff73
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
36 changes: 36 additions & 0 deletions hunting/beaver.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
}
}
}
4 changes: 4 additions & 0 deletions hunting/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
{
"name": "Weasel",
"file": "weasel.json"
},
{
"name": "Beaver",
"file": "beaver.json"
}
]
}

0 comments on commit eabff73

Please sign in to comment.