-
Notifications
You must be signed in to change notification settings - Fork 39
Add FIMM and FM FIRs #211
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
Add FIMM and FM FIRs #211
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
83251bd
Add initial files
JYang365 f2ad9a9
chore(dataset): format with prettier
autofix-ci[bot] 28343cb
Add FM stations
JYang365 1ad5d2b
Merge branch 'add-FI' of https://github.com/vacs-project/vacs-data in…
JYang365 eb77c91
chore(dataset): format with prettier
autofix-ci[bot] 9f6acda
Add profiles
JYang365 d1233a9
Merge branch 'add-FI' of https://github.com/vacs-project/vacs-data in…
JYang365 9a2ae08
chore(dataset): format with prettier
autofix-ci[bot] daa946c
Update profile names
JYang365 b457e8f
Merge branch 'add-FI' of https://github.com/vacs-project/vacs-data in…
JYang365 889fd81
Update FIMM profile
JYang365 7f6a107
Update FAJO station ID
JYang365 a292bb1
Add CODEOWNERS entry for dataset/FIMM
JYang365 86412aa
Update CODEOWNERS
JYang365 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 |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| [[positions]] | ||
| id = "FIMM_FSS" | ||
| prefixes = ["FIMM"] | ||
| frequency = "133.050" | ||
| facility_type = "FSS" | ||
| profile_id = "FIMM" | ||
|
|
||
| [[positions]] | ||
| id = "FIMM_CTR" | ||
| prefixes = ["FIMM"] | ||
| frequency = "129.300" | ||
| facility_type = "CTR" | ||
| profile_id = "FIMM" | ||
|
|
||
| [[positions]] | ||
| id = "FIMP_APP" | ||
| prefixes = ["FIMP"] | ||
| frequency = "119.100" | ||
| facility_type = "APP" | ||
| profile_id = "FIMP" | ||
|
|
||
| [[positions]] | ||
| id = "FIMP_TWR" | ||
| prefixes = ["FIMP"] | ||
| frequency = "118.100" | ||
| facility_type = "TWR" | ||
| profile_id = "FIMP" | ||
|
|
||
| [[positions]] | ||
| id = "FIMR_TWR" | ||
| prefixes = ["FIMR"] | ||
| frequency = "122.100" | ||
| facility_type = "TWR" | ||
| profile_id = "FIMR" | ||
|
|
||
| [[positions]] | ||
| id = "FJDG_TWR" | ||
| prefixes = ["FJDG"] | ||
| frequency = "126.200" | ||
| facility_type = "TWR" | ||
| profile_id = "FJDG" | ||
|
|
||
| [[positions]] | ||
| id = "FJDG_GND" | ||
| prefixes = ["FJDG"] | ||
| frequency = "118.400" | ||
| facility_type = "GND" | ||
| profile_id = "FJDG" | ||
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 |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| { | ||
| "id": "FIMM", | ||
| "type": "Tabbed", | ||
| "tabs": [ | ||
| { | ||
| "label": ["FIMM", "ACC"], | ||
| "page": { | ||
| "rows": 4, | ||
| "keys": [ | ||
| { | ||
| "label": ["Mauritius", "Approach"], | ||
| "station_id": "FIMP_APP" | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Tower"], | ||
| "station_id": "FIMP_TWR" | ||
| }, | ||
| { | ||
| "label": ["Seychles", "Control", "120.200"] | ||
| }, | ||
| { | ||
| "label": ["Antanrivo", "Control", "128.900"], | ||
| "station_id": "FMMM_CTR" | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Centre"], | ||
| "station_id": "FIMM_CTR" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Radio", "13.306"], | ||
| "station_id": "FIMM_FSS" | ||
| }, | ||
| { | ||
| "label": ["Rolland G", "Approach", "119.400"], | ||
| "station_id": "FMEE_APP" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Corail", "Tower"], | ||
| "station_id": "FIMR_TWR" | ||
| }, | ||
| { | ||
| "label": ["Mumbai", "Radio", "10.084"] | ||
| }, | ||
| { | ||
| "label": ["Joburg", "Oceanic", "17.955"], | ||
| "station_id": "FAJO_FSS" | ||
| }, | ||
| { | ||
| "label": ["FJDG", "TWR", "126.200"], | ||
| "station_id": "FJDG_TWR" | ||
| }, | ||
| { | ||
| "label": ["FJDG", "GND", "118.400"], | ||
| "station_id": "FJDG_GND" | ||
| }, | ||
| { | ||
| "label": ["Male (S)", "Control", "127.100"] | ||
| }, | ||
| { | ||
| "label": ["Brisbane", "Radio", "5.634"] | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| { | ||
| "id": "FIMP", | ||
| "type": "Tabbed", | ||
| "tabs": [ | ||
| { | ||
| "label": ["Plai", "-sance"], | ||
| "page": { | ||
| "rows": 3, | ||
| "keys": [ | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Tower", "118.100"], | ||
| "station_id": "FIMP_TWR" | ||
| }, | ||
| { | ||
| "label": ["Approach", "119.100"], | ||
| "station_id": "FIMP_APP" | ||
| }, | ||
| { | ||
| "label": ["Rolland G", "Approach", "119.400"], | ||
| "station_id": "FMEE_APP" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Antanrivo", "Control", "128.900"], | ||
| "station_id": "FMMM_CTR" | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Centre", "129.300"], | ||
| "station_id": "FIMM_CTR" | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Radio", "13.306"], | ||
| "station_id": "FIMM_FSS" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| { | ||
| "id": "FIMR", | ||
| "type": "Tabbed", | ||
| "tabs": [ | ||
| { | ||
| "label": ["Corail"], | ||
| "page": { | ||
| "rows": 2, | ||
| "keys": [ | ||
| { | ||
| "label": ["Tower", "122.100"], | ||
| "station_id": "FIMR_TWR" | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Centre", "129.300"], | ||
| "station_id": "FIMM_CTR" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Radio", "13.306"], | ||
| "station_id": "FIMM_FSS" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| { | ||
| "id": "FJDG", | ||
| "type": "Tabbed", | ||
| "tabs": [ | ||
| { | ||
| "label": ["Diego", "Garcia", "Navy"], | ||
| "page": { | ||
| "rows": 2, | ||
| "keys": [ | ||
| { | ||
| "label": ["Ground"], | ||
| "station_id": "FJDG_GND" | ||
| }, | ||
| { | ||
| "label": ["Local"], | ||
| "station_id": "FJDG_TWR" | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": [] | ||
| }, | ||
| { | ||
| "label": ["Mauritius", "Radio"], | ||
| "station_id": "FIMM_FSS" | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| { | ||
| "stations": [ | ||
| { | ||
| "id": "FIMM_FSS", | ||
| "parent_id": "AFRS_FSS", | ||
| "controlled_by": ["FIMM_FSS"] | ||
| }, | ||
| { | ||
| "id": "FIMM_CTR", | ||
| "parent_id": "FIMM_FSS", | ||
| "controlled_by": ["FIMM_CTR"] | ||
| }, | ||
| { | ||
| "id": "FIMP_APP", | ||
| "parent_id": "FIMM_CTR", | ||
| "controlled_by": ["FIMP_APP"] | ||
| }, | ||
| { | ||
| "id": "FIMP_TWR", | ||
| "parent_id": "FIMP_APP", | ||
| "controlled_by": ["FIMP_TWR"] | ||
| }, | ||
| { | ||
| "id": "FIMR_TWR", | ||
| "parent_id": "FIMM_CTR", | ||
| "controlled_by": ["FIMR_TWR"] | ||
| }, | ||
| { | ||
| "id": "FJDG_TWR", | ||
| "parent_id": "FIMM_FSS", | ||
| "controlled_by": ["FJDG_TWR"] | ||
| }, | ||
| { | ||
| "id": "FJDG_GND", | ||
| "parent_id": "FJDG_TWR", | ||
| "controlled_by": ["FJDG_GND"] | ||
| } | ||
| ] | ||
| } |
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 |
|---|---|---|
| @@ -0,0 +1,71 @@ | ||
| [[positions]] | ||
| id = "FMMM_CTR" | ||
| prefixes = ["FMMM"] | ||
| frequency = "128.900" | ||
| facility_type = "CTR" | ||
|
|
||
| [[positions]] | ||
| id = "FMMI_APP" | ||
| prefixes = ["FMMI"] | ||
| frequency = "125.700" | ||
| facility_type = "APP" | ||
|
|
||
| [[positions]] | ||
| id = "FMMI_TWR" | ||
| prefixes = ["FMMI"] | ||
| frequency = "120.100" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMMI_0_GND" | ||
| prefixes = ["FMMI"] | ||
| frequency = "122.650" | ||
| facility_type = "GND" | ||
|
|
||
| [[positions]] | ||
| id = "FMCH_TWR" | ||
| prefixes = ["FMCH"] | ||
| frequency = "118.100" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMCZ_TWR" | ||
| prefixes = ["FMCZ"] | ||
| frequency = "119.200" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMEE_APP" | ||
| prefixes = ["FMEE"] | ||
| frequency = "119.400" | ||
| facility_type = "APP" | ||
|
|
||
| [[positions]] | ||
| id = "FMEE_TWR" | ||
| prefixes = ["FMEE"] | ||
| frequency = "118.400" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMEE_GND" | ||
| prefixes = ["FMEE"] | ||
| frequency = "121.900" | ||
| facility_type = "GND" | ||
|
|
||
| [[positions]] | ||
| id = "FMMT_TWR" | ||
| prefixes = ["FMMT"] | ||
| frequency = "118.300" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMNM_TWR" | ||
| prefixes = ["FMNM"] | ||
| frequency = "119.100" | ||
| facility_type = "TWR" | ||
|
|
||
| [[positions]] | ||
| id = "FMNN_TWR" | ||
| prefixes = ["FMNN"] | ||
| frequency = "119.300" | ||
| facility_type = "TWR" |
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#209 is defining
FIMM_FSSas well, although that might be in error, as per PR comments. Please coordinate with them on who defines the stations/positions, if necessary (e.g., shared control)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MorpheusXAUT Thanks, should be us that define it as they do not cover it at all. Will talk..