Skip to content

Commit

Permalink
Lowercase species names
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Oct 28, 2014
1 parent 66d166c commit 7fe4a16
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion hunting/bear.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Bear",
"name": "bear",
"taxonomy": "Ursus americanus",
"bova_id": 50037,
"url": "http://www.dgif.virginia.gov/hunting/regulations/bear.asp"
Expand Down
2 changes: 1 addition & 1 deletion hunting/coyote.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Coyote",
"name": "coyote",
"taxonomy": "Canis latrans",
"bova_id": 50125,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050125"
Expand Down
2 changes: 1 addition & 1 deletion hunting/crow.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Crow",
"name": "crow",
"taxonomy": "Corvus brachyrhynchos",
"bova_id": 40255
},
Expand Down
2 changes: 1 addition & 1 deletion hunting/deer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Deer",
"name": "deer",
"taxonomy": "Odocoileus virginianus",
"bova_id": "050108",
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050108"
Expand Down
2 changes: 1 addition & 1 deletion hunting/grouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Grouse",
"name": "grouse",
"taxonomy": "Bonasa umbellus",
"bova_id": 40099,
"url": "http://www.dgif.virginia.gov/wildlife/grouse/"
Expand Down
28 changes: 14 additions & 14 deletions hunting/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,59 +9,59 @@
"title": "Hunting Species",
"species": [
{
"name": "Bear",
"name": "bear",
"file": "bear.json"
},
{
"name": "Striped skunk",
"name": "striped skunk",
"file": "skunk.json"
},
{
"name": "Opossum",
"name": "opossum",
"file": "opossum.json"
},
{
"name": "Crow",
"name": "crow",
"file": "crow.json"
},
{
"name": "Bobcat",
"name": "bobcat",
"file": "bobcat.json"
},
{
"name": "Deer",
"name": "deer",
"file": "deer.json"
},
{
"name": "Grouse",
"name": "grouse",
"file": "grouse.json"
},
{
"name": "Mink",
"name": "mink",
"file": "mink.json"
},
{
"name": "Muskrat",
"name": "muskrat",
"file": "muskrat.json"
},
{
"name": "Otter",
"name": "otter",
"file": "otter.json"
},
{
"name": "Nutria",
"name": "nutria",
"file": "nutria.json"
},
{
"name": "Rabbit",
"name": "rabbit",
"file": "rabbit.json"
},
{
"name": "Weasel",
"name": "weasel",
"file": "weasel.json"
},
{
"name": "Beaver",
"name": "beaver",
"file": "beaver.json"
}
]
Expand Down
2 changes: 1 addition & 1 deletion hunting/opossum.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Opossum",
"name": "opossum",
"taxonomy": "Didelphis virginiana",
"bova_id": 50001,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050001"
Expand Down
2 changes: 1 addition & 1 deletion hunting/skunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"schema_version": "1.0a",
"documentation": "http://opendata.github.io/Hunting-and-Fishing/",
"species": {
"name": "Striped skunk",
"name": "striped skunk",
"taxonomy": "Mephitis mephitis mephitis",
"bova_id": 50048,
"url": "http://www.dgif.virginia.gov/wildlife/information/?s=050048"
Expand Down

0 comments on commit 7fe4a16

Please sign in to comment.