Skip to content

Commit

Permalink
Populate Buggs Island geodata
Browse files Browse the repository at this point in the history
It was previously missing because of a mismatch in nomenclature. Closes
#42.
  • Loading branch information
waldoj committed Sep 5, 2014
1 parent 1c3e58a commit 611f0ba
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 14 deletions.
8 changes: 6 additions & 2 deletions fishing/black_crappie.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"gnis_id": null
},
"Buggs Island Reservoir": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298,
},
"New River": {
"gnis_id": null,
Expand All @@ -68,7 +70,9 @@
"best_fishing": {
"lakes": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298,
},
"Chesdin": {
"gnis_id": 1474230,
Expand Down
4 changes: 3 additions & 1 deletion fishing/blue_catfish.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"description": "Rivers: James, Mattaponi, Pamunkey, Rappahannock, Staunton and Appomattox. Lakes: Buggs Island.",
"lakes": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298,
}
},
"rivers": {
Expand Down
4 changes: 3 additions & 1 deletion fishing/channel_catfish.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"description": "Lakes: Buggs Island, Gaston, South Holston, Claytor, Anna, Chesdin, Flannagan, and most small public lakes. Rivers: Rappahannock, Appomattox, Chickahominy, Mattaponi, Pamunkey, New, Shenandoah and North Landing.",
"lakes": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Gaston": {
"gnis_id": 985605,
Expand Down
4 changes: 3 additions & 1 deletion fishing/flathead_catfish.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
"longitude": -76.1629918
},
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
}
},
"rivers": {
Expand Down
4 changes: 3 additions & 1 deletion fishing/freshwater_drum.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"description": "Rivers: Clinch and Powell. Lakes: Buggs Island.",
"lakes": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
}
},
"rivers": {
Expand Down
8 changes: 6 additions & 2 deletions fishing/largemouth_bass.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"2": {
"places": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
}
},
"description": "Only 2 of 5 bass less than 14 inches"
Expand All @@ -61,7 +63,9 @@
"longitude": -78.0552001
},
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Chickahominy": {
"gnis_id": 1478078,
Expand Down
4 changes: 3 additions & 1 deletion fishing/longnose_gar.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
"longitude": -76.956077
},
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
}
},
"rivers": {
Expand Down
4 changes: 3 additions & 1 deletion fishing/striped_bass.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"longitude": -79.7660301
},
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Anna": {
"gnis_id": 1501942,
Expand Down
4 changes: 3 additions & 1 deletion fishing/white_bass.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"description": "Rivers: New, South Holston, and the Dan and Staunton (during spawning). Lakes: Buggs Island, Smith Mountain, Claytor, South Holston, and Leesville.",
"lakes": {
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Smith Mountain": {
"gnis_id": 1502131,
Expand Down
10 changes: 8 additions & 2 deletions fishing/white_crappie.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
"gnis_id": null
},
"Buggs Island Reservoir": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"New River": {
"gnis_id": null,
Expand All @@ -68,7 +70,11 @@
"best_fishing": {
"description": "Lakes: Buggs Island, Chesdin, Chickahominy, Cohoon, Anna, Smith Mountain, Prince, Gaston, Claytor, Brittle, Moomaw, Orange, Burke, South Holston, and Western Branch. Rivers: tidal Chickahominy and its tributaries, tidal James, and South Fork Shenandoah.",
"lakes": {
"Buggs Island": {},
"Buggs Island": {
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Chesdin": {
"gnis_id": 1474230,
"latitude": 37.2775822,
Expand Down
4 changes: 3 additions & 1 deletion fishing/white_perch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
"longitude": -78.0552001
},
"Buggs Island": {
"gnis_id": null
"gnis_id": 1501629,
"latitude": 36.5984761,
"longitude": -78.2983298
},
"Motts Run": {
"gnis_id": 1502078,
Expand Down

0 comments on commit 611f0ba

Please sign in to comment.