Skip to content

Commit

Permalink
Consolidated and formatted data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2023
1 parent ed5c1d3 commit 7de6d76
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 61 deletions.
28 changes: 21 additions & 7 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2092,28 +2092,36 @@
"frequency": "133.755",
"abbreviation": "ALP",
"description": "Rhein Radar (Alpen)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_A_CTR",
"frequency": "133.860",
"abbreviation": "SAL",
"description": "Rhein Radar (Saale)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_CHI_CTR",
"frequency": "123.390",
"abbreviation": "CHI",
"description": "Rhein Radar (Chiem)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_DON_CTR",
"frequency": "127.290",
"abbreviation": "DON",
"description": "Rhein Radar (Donau)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_FFM_CTR",
Expand All @@ -2138,7 +2146,9 @@
"frequency": "136.335",
"abbreviation": "ISA",
"description": "Rhein Radar (Isar)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_NTM_CTR",
Expand All @@ -2163,14 +2173,18 @@
"frequency": "133.285",
"abbreviation": "SPE",
"description": "Rhein Radar (Spree)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_R_CTR",
"frequency": "136.405",
"abbreviation": "ERL",
"description": "Rhein Radar (Erlangen)",
"schedule_groups": "EDMM"
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_SLN_CTR",
Expand Down
30 changes: 22 additions & 8 deletions eduu/ctr.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,48 +58,62 @@
"frequency": "133.860",
"abbreviation": "SAL",
"description": "Rhein Radar (Saale)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_CHI_CTR",
"frequency": "123.390",
"abbreviation": "CHI",
"description": "Rhein Radar (Chiem)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_DON_CTR",
"frequency": "127.290",
"abbreviation": "DON",
"description": "Rhein Radar (Donau)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_ISA_CTR",
"frequency": "136.335",
"abbreviation": "ISA",
"description": "Rhein Radar (Isar)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_ALP_CTR",
"frequency": "133.755",
"abbreviation": "ALP",
"description": "Rhein Radar (Alpen)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_P_CTR",
"frequency": "133.285",
"abbreviation": "SPE",
"description": "Rhein Radar (Spree)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
},
{
"logon": "EDUU_R_CTR",
"frequency": "136.405",
"abbreviation": "ERL",
"description": "Rhein Radar (Erlangen)",
"schedule_groups": ["EDMM"]
"schedule_groups": [
"EDMM"
]
}
]
]
53 changes: 7 additions & 46 deletions legacy/schedule.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,4 @@
[
{
"name": "D",
"schedule_minstation": [],
"schedule_group": [
"EDUU_ALP_CTR",
"EDUU_A_CTR",
"EDUU_CHI_CTR",
"EDUU_DON_CTR",
"EDUU_ISA_CTR",
"EDUU_P_CTR",
"EDUU_R_CTR"
]
},
{
"name": "E",
"schedule_minstation": [],
"schedule_group": [
"EDUU_ALP_CTR",
"EDUU_A_CTR",
"EDUU_CHI_CTR",
"EDUU_DON_CTR",
"EDUU_ISA_CTR",
"EDUU_P_CTR",
"EDUU_R_CTR"
]
},
{
"name": "EDFF",
"schedule_minstation": [
Expand Down Expand Up @@ -234,6 +208,13 @@
"EDMM_TEG_CTR",
"EDMM_TRU_CTR",
"EDMM_WLD_CTR",
"EDUU_ALP_CTR",
"EDUU_A_CTR",
"EDUU_CHI_CTR",
"EDUU_DON_CTR",
"EDUU_ISA_CTR",
"EDUU_P_CTR",
"EDUU_R_CTR",
"ETHL_TWR",
"ETIC_TWR",
"ETSI_APP",
Expand Down Expand Up @@ -320,25 +301,5 @@
"ETSH_APP",
"ETSH_TWR"
]
},
{
"name": "M",
"schedule_minstation": [],
"schedule_group": [
"EDUU_ALP_CTR",
"EDUU_ALP_CTR",
"EDUU_A_CTR",
"EDUU_A_CTR",
"EDUU_CHI_CTR",
"EDUU_CHI_CTR",
"EDUU_DON_CTR",
"EDUU_DON_CTR",
"EDUU_ISA_CTR",
"EDUU_ISA_CTR",
"EDUU_P_CTR",
"EDUU_P_CTR",
"EDUU_R_CTR",
"EDUU_R_CTR"
]
}
]

0 comments on commit 7de6d76

Please sign in to comment.