Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add EDXX stations
Browse files Browse the repository at this point in the history
LeoKle committed Dec 5, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7de6d76 commit dc848a2
Showing 2 changed files with 94 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.py
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@

try:
combinedFile = "data.json"
folders_to_sort = ["edgg", "edmm", "eduu", "edww", "edyy", "event_schedules"]
folders_to_consolidate = ["edgg", "edmm", "eduu", "edww", "edyy"]

folders_to_consolidate = ["edgg", "edmm", "eduu", "edww", "edyy", "edxx"]
folders_to_sort = folders_to_consolidate + ["event_schedules"]
dataValid(folders_to_consolidate)

# remove redundant schedule_groups entries
92 changes: 92 additions & 0 deletions edxx/edxx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"logon": "EDXX_FIS_CTR",
"frequency": "128.950",
"abbreviation": "IXX",
"description": "Langen Information"
},
{
"logon": "EDXX_MM_CTR",
"frequency": "120.650",
"abbreviation": "IMM",
"description": "Langen Information"
},
{
"logon": "EDXX_GG_CTR",
"frequency": "123.525",
"abbreviation": "IGG",
"description": "Langen Information"
},
{
"logon": "EDXX_WW_CTR",
"frequency": "119.825",
"abbreviation": "IWW",
"description": "Langen Information"
},
{
"logon": "EDXX_IDS_CTR",
"frequency": "128.950",
"abbreviation": "IDS",
"description": "Langen Information"
},
{
"logon": "EDXX_IDL_CTR",
"frequency": "129.875",
"abbreviation": "IDL",
"description": "Langen Information"
},
{
"logon": "EDXX_IDB_CTR",
"frequency": "132.650",
"abbreviation": "IDB",
"description": "Langen Information"
},
{
"logon": "EDXX_IDR_CTR",
"frequency": "123.525",
"abbreviation": "IDR",
"description": "Langen Information"
},
{
"logon": "EDXX_IDM_CTR",
"frequency": "126.950",
"abbreviation": "IDM",
"description": "Langen Information"
},
{
"logon": "EDXX_IDC_CTR",
"frequency": "125.800",
"abbreviation": "IDC",
"description": "Langen Information"
},
{
"logon": "EDXX_IDF_CTR",
"frequency": "119.150",
"abbreviation": "IDF",
"description": "Langen Information"
},
{
"logon": "EDXX_IDH_CTR",
"frequency": "125.100",
"abbreviation": "IDH",
"description": "Langen Information"
},
{
"logon": "EDXX_IDV_CTR",
"frequency": "119.825",
"abbreviation": "IDV",
"description": "Langen Information"
},
{
"logon": "EDXX_IDO_CTR",
"frequency": "120.650",
"abbreviation": "IDO",
"description": "Langen Information"
},
{
"logon": "EDXX_ISW_CTR",
"frequency": "128.525",
"abbreviation": "ISW",
"description": "Langen Information"
}
]

0 comments on commit dc848a2

Please sign in to comment.