@ham2k/lib-cqmag-data 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/cqzones.json +40 -0
- package/data/wae.json +6 -0
- package/package.json +1 -1
- package/src/data/cqww.json +1 -1
- package/src/data/cqwwByPrefix.json +1 -1
- package/src/index.js +3 -1
package/data/cqzones.json
CHANGED
|
@@ -1,161 +1,201 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1": {
|
|
3
|
+
"number": 1,
|
|
3
4
|
"cqName": "Northwestern Zone of North America",
|
|
4
5
|
"name": "Northwestern North America"
|
|
5
6
|
},
|
|
6
7
|
"2": {
|
|
8
|
+
"number": 2,
|
|
7
9
|
"cqName": "Northeastern Zone of North America",
|
|
8
10
|
"name": "Northeastern North America"
|
|
9
11
|
},
|
|
10
12
|
"3": {
|
|
13
|
+
"number": 3,
|
|
11
14
|
"cqName": "Western Zone of North America",
|
|
12
15
|
"name": "Western North America"
|
|
13
16
|
},
|
|
14
17
|
"4": {
|
|
18
|
+
"number": 4,
|
|
15
19
|
"cqName": "Central Zone of North America",
|
|
16
20
|
"name": "Central North America"
|
|
17
21
|
},
|
|
18
22
|
"5": {
|
|
23
|
+
"number": 5,
|
|
19
24
|
"cqName": "Eastern Zone of North America",
|
|
20
25
|
"name": "Eastern North America"
|
|
21
26
|
},
|
|
22
27
|
"6": {
|
|
28
|
+
"number": 6,
|
|
23
29
|
"cqName": "Southern Zone of North America",
|
|
24
30
|
"name": "Southern North America"
|
|
25
31
|
},
|
|
26
32
|
"7": {
|
|
33
|
+
"number": 7,
|
|
27
34
|
"cqName": "Central American Zone",
|
|
28
35
|
"name": "Central America"
|
|
29
36
|
},
|
|
30
37
|
"8": {
|
|
38
|
+
"number": 8,
|
|
31
39
|
"cqName": "Western Indies Zone",
|
|
32
40
|
"name": "Western Indies"
|
|
33
41
|
},
|
|
34
42
|
"9": {
|
|
43
|
+
"number": 9,
|
|
35
44
|
"cqName": "Northern Zone of South America",
|
|
36
45
|
"name": "Northern South America"
|
|
37
46
|
},
|
|
38
47
|
"10": {
|
|
48
|
+
"number": 10,
|
|
39
49
|
"cqName": "Western Zone of South America",
|
|
40
50
|
"name": "Western South America"
|
|
41
51
|
},
|
|
42
52
|
"11": {
|
|
53
|
+
"number": 11,
|
|
43
54
|
"cqName": "Central Zone of South America",
|
|
44
55
|
"name": "Central South America"
|
|
45
56
|
},
|
|
46
57
|
"12": {
|
|
58
|
+
"number": 12,
|
|
47
59
|
"cqName": "Southwest Zone of South America",
|
|
48
60
|
"name": "Southwestern South America"
|
|
49
61
|
},
|
|
50
62
|
"13": {
|
|
63
|
+
"number": 13,
|
|
51
64
|
"cqName": "Southeast Zone of South America",
|
|
52
65
|
"name": "Southeastern South America"
|
|
53
66
|
},
|
|
54
67
|
"14": {
|
|
68
|
+
"number": 14,
|
|
55
69
|
"cqName": "Western Zone of Europe",
|
|
56
70
|
"name": "Western Europe"
|
|
57
71
|
},
|
|
58
72
|
"15": {
|
|
73
|
+
"number": 15,
|
|
59
74
|
"cqName": "Central European Zone",
|
|
60
75
|
"name": "Central Europe"
|
|
61
76
|
},
|
|
62
77
|
"16": {
|
|
78
|
+
"number": 16,
|
|
63
79
|
"cqName": "Eastern Zone of Europe",
|
|
64
80
|
"name": "Eastern Europe"
|
|
65
81
|
},
|
|
66
82
|
"17": {
|
|
83
|
+
"number": 17,
|
|
67
84
|
"cqName": "Western Zone of Siberia",
|
|
68
85
|
"name": "Western Siberia"
|
|
69
86
|
},
|
|
70
87
|
"18": {
|
|
88
|
+
"number": 18,
|
|
71
89
|
"cqName": "Central Siberian Zone",
|
|
72
90
|
"name": "Central Siberia"
|
|
73
91
|
},
|
|
74
92
|
"19": {
|
|
93
|
+
"number": 19,
|
|
75
94
|
"cqName": "Eastern Siberian Zone",
|
|
76
95
|
"name": "Eastern Siberia"
|
|
77
96
|
},
|
|
78
97
|
"20": {
|
|
98
|
+
"number": 20,
|
|
79
99
|
"cqName": "Balkan Zone",
|
|
80
100
|
"name": "Balkans"
|
|
81
101
|
},
|
|
82
102
|
"21": {
|
|
103
|
+
"number": 21,
|
|
83
104
|
"cqName": "Southwestern Zone of Asia",
|
|
84
105
|
"name": "Southwestern Asia"
|
|
85
106
|
},
|
|
86
107
|
"22": {
|
|
108
|
+
"number": 22,
|
|
87
109
|
"cqName": "Southern Zone of Asia",
|
|
88
110
|
"name": "Southern Asia"
|
|
89
111
|
},
|
|
90
112
|
"23": {
|
|
113
|
+
"number": 23,
|
|
91
114
|
"cqName": "Central Zone of Asia",
|
|
92
115
|
"name": "Central Asia"
|
|
93
116
|
},
|
|
94
117
|
"24": {
|
|
118
|
+
"number": 24,
|
|
95
119
|
"cqName": "Eastern Zone of Asia",
|
|
96
120
|
"name": "Eastern Asia"
|
|
97
121
|
},
|
|
98
122
|
"25": {
|
|
123
|
+
"number": 25,
|
|
99
124
|
"cqName": "Japanese Zone",
|
|
100
125
|
"name": "Japan"
|
|
101
126
|
},
|
|
102
127
|
"26": {
|
|
128
|
+
"number": 26,
|
|
103
129
|
"cqName": "Southeastern Zone of Asia",
|
|
104
130
|
"name": "Southeastern Asia"
|
|
105
131
|
},
|
|
106
132
|
"27": {
|
|
133
|
+
"number": 27,
|
|
107
134
|
"cqName": "Philipine Zone",
|
|
108
135
|
"name": "Philipines"
|
|
109
136
|
},
|
|
110
137
|
"28": {
|
|
138
|
+
"number": 28,
|
|
111
139
|
"cqName": "Indonesian Zone",
|
|
112
140
|
"name": "Indonesia"
|
|
113
141
|
},
|
|
114
142
|
"29": {
|
|
143
|
+
"number": 29,
|
|
115
144
|
"cqName": "Western Zone of Australia",
|
|
116
145
|
"name": "Western Australia"
|
|
117
146
|
},
|
|
118
147
|
"30": {
|
|
148
|
+
"number": 30,
|
|
119
149
|
"cqName": "Eastern Zone of Australia",
|
|
120
150
|
"name": "Eastern Australia"
|
|
121
151
|
},
|
|
122
152
|
"31": {
|
|
153
|
+
"number": 31,
|
|
123
154
|
"cqName": "Central Pacific Zone",
|
|
124
155
|
"name": "Central Pacific"
|
|
125
156
|
},
|
|
126
157
|
"32": {
|
|
158
|
+
"number": 32,
|
|
127
159
|
"cqName": "New Zealand Zone",
|
|
128
160
|
"name": "New Zealand"
|
|
129
161
|
},
|
|
130
162
|
"33": {
|
|
163
|
+
"number": 33,
|
|
131
164
|
"cqName": "Northwestern Zone of Africa",
|
|
132
165
|
"name": "Northwestern Africa"
|
|
133
166
|
},
|
|
134
167
|
"34": {
|
|
168
|
+
"number": 34,
|
|
135
169
|
"cqName": "Northeastern Zone of Africa",
|
|
136
170
|
"name": "Northeastern Africa"
|
|
137
171
|
},
|
|
138
172
|
"35": {
|
|
173
|
+
"number": 35,
|
|
139
174
|
"cqName": "Central Zone of Africa",
|
|
140
175
|
"name": "Central Africa"
|
|
141
176
|
},
|
|
142
177
|
"36": {
|
|
178
|
+
"number": 36,
|
|
143
179
|
"cqName": "Equatorial Zone of Africa",
|
|
144
180
|
"name": "Equatorial Africa"
|
|
145
181
|
},
|
|
146
182
|
"37": {
|
|
183
|
+
"number": 37,
|
|
147
184
|
"cqName": "Eastern Zone of Africa",
|
|
148
185
|
"name": "Eastern Africa"
|
|
149
186
|
},
|
|
150
187
|
"38": {
|
|
188
|
+
"number": 38,
|
|
151
189
|
"cqName": "South African Zone",
|
|
152
190
|
"name": "South Africa"
|
|
153
191
|
},
|
|
154
192
|
"39": {
|
|
193
|
+
"number": 39,
|
|
155
194
|
"cqName": "Madagascar Zone",
|
|
156
195
|
"name": "Madagascar"
|
|
157
196
|
},
|
|
158
197
|
"40": {
|
|
198
|
+
"number": 40,
|
|
159
199
|
"cqName": "North Atlantic Zone",
|
|
160
200
|
"name": "North Atlantic"
|
|
161
201
|
}
|
package/data/wae.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"entityPrefix": "*IG9",
|
|
4
4
|
"source": "WAE",
|
|
5
5
|
"dxccCode": 248,
|
|
6
|
+
"regionCode": "AI",
|
|
6
7
|
"continent": "AF",
|
|
7
8
|
"prefixes": ["IG9", "IH9"],
|
|
8
9
|
"name": "African Italy",
|
|
@@ -13,6 +14,7 @@
|
|
|
13
14
|
"entityPrefix": "*IT9",
|
|
14
15
|
"source": "WAE",
|
|
15
16
|
"dxccCode": 248,
|
|
17
|
+
"regionCode": "SY",
|
|
16
18
|
"continent": "EU",
|
|
17
19
|
"prefixes": ["IT9"],
|
|
18
20
|
"name": "Sicily",
|
|
@@ -23,6 +25,7 @@
|
|
|
23
25
|
"entityPrefix": "*JW/b",
|
|
24
26
|
"source": "WAE",
|
|
25
27
|
"dxccCode": 259,
|
|
28
|
+
"regionCode": "BI",
|
|
26
29
|
"continent": "EU",
|
|
27
30
|
"prefixes": ["JW/b"],
|
|
28
31
|
"name": "Bear I.",
|
|
@@ -33,6 +36,7 @@
|
|
|
33
36
|
"entityPrefix": "*TA1",
|
|
34
37
|
"source": "WAE",
|
|
35
38
|
"dxccCode": 390,
|
|
39
|
+
"regionCode": "ET",
|
|
36
40
|
"continent": "EU",
|
|
37
41
|
"prefixes": ["TA1"],
|
|
38
42
|
"name": "European Turkey",
|
|
@@ -43,6 +47,7 @@
|
|
|
43
47
|
"entityPrefix": "*4U1V",
|
|
44
48
|
"source": "WAE",
|
|
45
49
|
"dxccCode": 206,
|
|
50
|
+
"regionCode": "IV",
|
|
46
51
|
"continent": "EU",
|
|
47
52
|
"prefixes": ["4U1V"],
|
|
48
53
|
"name": "UN Vienna Int. Center",
|
|
@@ -53,6 +58,7 @@
|
|
|
53
58
|
"entityPrefix": "*GM/s",
|
|
54
59
|
"source": "WAE",
|
|
55
60
|
"dxccCode": 279,
|
|
61
|
+
"regionCode": "SI",
|
|
56
62
|
"continent": "EU",
|
|
57
63
|
"prefixes": ["GM/s"],
|
|
58
64
|
"name": "Shetland Is.",
|