Skip to content

Commit

Permalink
Added missing military stations
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesaltmann authored Nov 17, 2024
1 parent 6d23bb8 commit dc38288
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion edww/military.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"logon": "ETHB_TWR",
"frequency": "122.100",
"abbreviation": "HBT",
"description": "B\u00fckeburg Tower",
"schedule_show_booked": [
"EDWW"
]
},
{
"logon": "ETHB_APP",
"frequency": "124.505",
"abbreviation": "HBR",
"description": "B\u00fckeburg Radar",
"schedule_show_booked": [
"EDWW"
]
},
{
"logon": "ETHC_TWR",
"frequency": "118.255",
Expand All @@ -8,6 +26,15 @@
"EDWW"
]
},
{
"logon": "ETHC_APP",
"frequency": "123.305",
"abbreviation": "HCR",
"description": "Celle Radar",
"schedule_show_booked": [
"EDWW"
]
},
{
"logon": "ETHS_TWR",
"frequency": "118.525",
Expand All @@ -17,6 +44,15 @@
"EDWW"
]
},
{
"logon": "ETHS_APP",
"frequency": "119.355",
"abbreviation": "HSR",
"description": "Fassberg Radar",
"schedule_show_booked": [
"EDWW"
]
},
{
"logon": "ETMN_APP",
"frequency": "129.855",
Expand Down Expand Up @@ -152,6 +188,15 @@
"EDWW"
]
},
{
"logon": "ETNW_APP",
"frequency": "124.655",
"abbreviation": "NWR",
"description": "Wunstorf Radar",
"schedule_show_booked": [
"EDWW"
]
},
{
"logon": "ETSH_TWR",
"frequency": "130.505",
Expand All @@ -170,4 +215,4 @@
"EDWW"
]
}
]
]

0 comments on commit dc38288

Please sign in to comment.