Skip to content

Commit

Permalink
Add EDDN EDDP to minstations (#39)
Browse files Browse the repository at this point in the history
* Create afis.json

* Consolidated and formatted data

* fix minstation EDDN and EDDP

* Consolidated and formatted data

---------

Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
jannikvogel and actions-user authored Jan 18, 2024
1 parent c41b735 commit 6ebbd2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
"frequency": "129.525",
"abbreviation": "FRK",
"description": "M\u00fcnchen Radar (Franken)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand All @@ -861,7 +861,7 @@
"frequency": "119.475",
"abbreviation": "DNAT",
"description": "N\u00fcrnberg Director",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand Down Expand Up @@ -897,7 +897,7 @@
"frequency": "129.765",
"abbreviation": "DPSAT",
"description": "Leipzig Director (South Director)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand Down Expand Up @@ -942,7 +942,7 @@
"frequency": "126.175",
"abbreviation": "TRS",
"description": "M\u00fcnchen Radar (Th\u00fcringen Low South)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand Down
8 changes: 4 additions & 4 deletions edmm/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"frequency": "129.525",
"abbreviation": "FRK",
"description": "M\u00fcnchen Radar (Franken)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand All @@ -76,7 +76,7 @@
"frequency": "119.475",
"abbreviation": "DNAT",
"description": "N\u00fcrnberg Director",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand All @@ -85,7 +85,7 @@
"frequency": "126.175",
"abbreviation": "TRS",
"description": "M\u00fcnchen Radar (Th\u00fcringen Low South)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand All @@ -112,7 +112,7 @@
"frequency": "129.765",
"abbreviation": "DPSAT",
"description": "Leipzig Director (South Director)",
"schedule_groups": [
"schedule_minstation": [
"EDMM"
]
},
Expand Down
8 changes: 4 additions & 4 deletions legacy/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,14 @@
"EDDM_N_TWR",
"EDDM_SH_APP",
"EDDM_S_TWR",
"EDDN_APP",
"EDDN_F_APP",
"EDDN_GND",
"EDDN_TWR",
"EDDP_D_APP",
"EDDP_GND",
"EDDP_N_TWR",
"EDDP_S_APP",
"EDDP_S_TWR",
"EDJA_TWR",
"EDMA_TWR",
Expand All @@ -206,13 +210,9 @@
"EDDM_SD_APP",
"EDDM_SL_APP",
"EDDM_S_GND",
"EDDN_APP",
"EDDN_F_APP",
"EDDP_DEL",
"EDDP_D_APP",
"EDDP_F_APP",
"EDDP_N_APP",
"EDDP_S_APP",
"EDJA_GND",
"EDJA_ILR_APP",
"EDMM_B_CTR",
Expand Down

0 comments on commit 6ebbd2e

Please sign in to comment.