-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LUCY-56][REFACTOR] - Update Station Names JSON (#1203)
- Loading branch information
1 parent
b93c965
commit f8d6611
Showing
1 changed file
with
36 additions
and
24 deletions.
There are no files selected for viewing
60 changes: 36 additions & 24 deletions
60
api/api_sources/resources/jsons/musselsApp/MusselStationNames.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,77 +1,89 @@ | ||
[ | ||
{ | ||
"Station_Name": "Cascade" | ||
"Station_Name": "Golden" | ||
}, | ||
{ | ||
"Station_Name": "Dawson Creek" | ||
}, | ||
{ | ||
"Station_Name": "Yahk" | ||
}, | ||
{ | ||
"Station_Name": "Olsen (Hwy 3)" | ||
}, | ||
{ | ||
"Station_Name": "Osoyoos" | ||
}, | ||
{ | ||
"Station_Name": "Cutts (Hwy 93)" | ||
}, | ||
{ | ||
"Station_Name": "Dawson Creek" | ||
"Station_Name": "Mt. Robson" | ||
}, | ||
{ | ||
"Station_Name": "Fraser Valley Roving" | ||
"Station_Name": "Sumas" | ||
}, | ||
{ | ||
"Station_Name": "Golden" | ||
"Station_Name": "Pacific Border" | ||
}, | ||
{ | ||
"Station_Name": "Keremeos (Hwy 3)" | ||
"Station_Name": "Lower Mainland - Scheduled Inspection" | ||
}, | ||
{ | ||
"Station_Name": "Kootenay Sgt" | ||
"Station_Name": "Lower Mainland - Outreach" | ||
}, | ||
{ | ||
"Station_Name": "Midway" | ||
"Station_Name": "Lower Mainland - Douglas" | ||
}, | ||
{ | ||
"Station_Name": "Mt. Robson" | ||
"Station_Name": "Lower Mainland - Aldergrove" | ||
}, | ||
{ | ||
"Station_Name": "Olsen (Hwy 3)" | ||
"Station_Name": "Lower Mainland - Huntington" | ||
}, | ||
{ | ||
"Station_Name": "Okanagan Sgt" | ||
"Station_Name": "Penticton Roving - Carson" | ||
}, | ||
{ | ||
"Station_Name": "Osoyoos" | ||
"Station_Name": "Penticton Roving - Cascade" | ||
}, | ||
{ | ||
"Station_Name": "Other" | ||
"Station_Name": "Penticton Roving - Midway" | ||
}, | ||
{ | ||
"Station_Name": "Pacific Border" | ||
"Station_Name": "Penticton Roving - Osoyoos" | ||
}, | ||
{ | ||
"Station_Name": "Penticton Roving" | ||
"Station_Name": "Penticton Roving - Outreach" | ||
}, | ||
{ | ||
"Station_Name": "Radium" | ||
"Station_Name": "Penticton Roving - Scheduled Inspection" | ||
}, | ||
{ | ||
"Station_Name": "Rocky Mountain Sgt" | ||
"Station_Name": "Cranbrook Roving - Scheduled Inspection" | ||
}, | ||
{ | ||
"Station_Name": "Scheduled Inspection (AB notification)" | ||
"Station_Name": "Cranbrook Roving - Rykerts" | ||
}, | ||
{ | ||
"Station_Name": "Scheduled Inspection (CBSA notification)" | ||
"Station_Name": "Cranbrook Roving - Nelway" | ||
}, | ||
{ | ||
"Station_Name": "Scheduled Inspection (New boat)" | ||
"Station_Name": "Cranbrook Roving - Waneta" | ||
}, | ||
{ | ||
"Station_Name": "Scheduled Inspection (other notification)" | ||
"Station_Name": "Cranbrook Roving - Patterson" | ||
}, | ||
{ | ||
"Station_Name": "Scheduled Inspection (RAPP notification)" | ||
"Station_Name": "Cranbrook Roving - Outreach" | ||
}, | ||
{ | ||
"Station_Name": "Sumas Border" | ||
"Station_Name": "Other" | ||
}, | ||
{ | ||
"Station_Name": "Valemount" | ||
"Station_Name": "Project" | ||
}, | ||
{ | ||
"Station_Name": "Yahk" | ||
"Station_Name": "Emergency Response" | ||
} | ||
] |