-
Notifications
You must be signed in to change notification settings - Fork 47
Adding LFXX and EHXX Stations to EBBU Profiles #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 15 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9e4de5d
Add EHAA station_ids
NichoAir c3a249e
Add EHAA station_ids
NichoAir df3ea97
Fixed EHAA CTR IDs
NichoAir 06c79a8
Fixed EHAA CTR IDs
NichoAir b60cebb
Added LF and EH Stations
NichoAir 3b67e35
Add station_id to existing labels in JSON
NichoAir f966be2
Add station_id to existing labels in JSON
NichoAir da22e5d
Clean up label entries in EBBU_APP.json
NichoAir b730f1b
Update labels and station IDs in EBBU_CTR.json
NichoAir 8700226
Remove station_id from JSON profile entry
NichoAir 8df9cea
Update dataset/EB/profiles/EBBU_CTR.json
NichoAir fc86545
Update dataset/EB/profiles/EBBR_APP.json
NichoAir e0c8e4b
Update labels and station IDs in EBBU_CTR.json
NichoAir 7fbd75c
Add labels and station_id to a profile entry
NichoAir 5a5b120
Modify labels and station IDs in EBBU_CTR.json
NichoAir d59a92a
Removing Empty string
NichoAir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -293,14 +293,18 @@ | |
| }, | ||
| { | ||
| "label": ["PARIS", "TB"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TB" | ||
| }, | ||
| { | ||
| "label": ["LFQQ", "APP"], | ||
| "color": "blush" | ||
| "label": ["LFQQ", "W", ""], | ||
| "color": "blush", | ||
| "station_id": "LFQQ_QW_APP" | ||
| }, | ||
| { | ||
| "label": [] | ||
| "label": ["LFQQ", "E"], | ||
| "color": "blush", | ||
| "station_id": "LFQQ_QE_APP" | ||
| }, | ||
| { | ||
| "label": [] | ||
|
|
@@ -320,22 +324,26 @@ | |
| }, | ||
| { | ||
| "label": ["PARIS", "TE"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TE" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "UE"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_UE" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["AMS", "W"], | ||
| "color": "clay" | ||
| "color": "clay", | ||
| "station_id": "EHAA_W" | ||
| }, | ||
| { | ||
| "label": ["BEEK", "APP"], | ||
| "color": "clay" | ||
| "color": "clay", | ||
| "station_id": "EHBK_APP" | ||
| }, | ||
| { | ||
| "label": ["UAC", "K"], | ||
|
|
@@ -353,22 +361,26 @@ | |
| }, | ||
| { | ||
| "label": ["PARIS", "TM"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TM" | ||
| }, | ||
| { | ||
| "label": ["LFST", "SU"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFST_SU_APP" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["AMS", "S"], | ||
| "color": "clay" | ||
| "color": "clay", | ||
| "station_id": "EHAA_S" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see EHAA E is missing, is that on purpose? EHAA E is there on the east profile IRL. |
||
| }, | ||
| { | ||
| "label": ["NEW", "MIL"], | ||
| "color": "clay" | ||
| "color": "clay", | ||
| "station_id": "EHMC" | ||
| }, | ||
| { | ||
| "label": ["UAC", "O"], | ||
|
|
@@ -521,7 +533,8 @@ | |
| }, | ||
| { | ||
| "label": ["REIMS", "HN", "345+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_HN" | ||
| }, | ||
| { | ||
| "label": [], | ||
|
|
@@ -533,11 +546,13 @@ | |
| }, | ||
| { | ||
| "label": ["REIMS", "UB", "265+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_UB" | ||
| }, | ||
| { | ||
| "label": ["PARIS", "TB", "-265"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TB" | ||
| }, | ||
| { | ||
| "label": ["AC", "S13", "295+"], | ||
|
|
@@ -555,23 +570,28 @@ | |
| }, | ||
| { | ||
| "label": ["REIMS", "HR", "365+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_HR" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "KR", "345+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_KR" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "XR", "315+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_XR" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "UR", "265+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_UR" | ||
| }, | ||
| { | ||
| "label": ["PARIS", "TE", "-265"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TE" | ||
| }, | ||
| { | ||
| "label": ["BRU", "NLS"], | ||
|
|
@@ -602,11 +622,13 @@ | |
| }, | ||
| { | ||
| "label": ["PARIS", "AP", "265+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_AP" | ||
| }, | ||
| { | ||
| "label": ["PARIS", "TM", "-265"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "PAR_TM" | ||
| }, | ||
| { | ||
| "label": ["BRU", "EHS"], | ||
|
|
@@ -625,19 +647,23 @@ | |
| }, | ||
| { | ||
| "label": ["REIMS", "HE", "365+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_HE" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "KE", "345+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_KE" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "XE", "315+"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_XE" | ||
| }, | ||
| { | ||
| "label": ["REIMS", "UE", "-315"], | ||
| "color": "blush" | ||
| "color": "blush", | ||
| "station_id": "LFEE_UE" | ||
| }, | ||
| { | ||
| "label": [], | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.