@geoalgeria/aviation 1.0.0 → 2.0.0
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/LICENSE +1 -1
- package/README.ar.md +134 -0
- package/README.fr.md +138 -0
- package/README.md +26 -9
- package/data/airports.json +396 -165
- package/data/csv/airports.csv +34 -0
- package/data/geojson/airports.geojson +995 -0
- package/data/metadata.json +34 -5
- package/dataset-metadata.json +50 -0
- package/package.json +4 -1
- package/types/index.d.ts +79 -24
package/data/airports.json
CHANGED
|
@@ -2,430 +2,661 @@
|
|
|
2
2
|
{
|
|
3
3
|
"id": "daad",
|
|
4
4
|
"name": "Aéroport de BOU SAADA/Ain Eddis",
|
|
5
|
+
"wilaya_code": "68",
|
|
6
|
+
"commune_code": null,
|
|
7
|
+
"commune": null,
|
|
8
|
+
"lat": 35.32449005474226,
|
|
9
|
+
"lng": 4.200126110472756,
|
|
10
|
+
"geo_precision": "exact",
|
|
11
|
+
"geo_method": "source_point",
|
|
12
|
+
"source": "anac",
|
|
13
|
+
"refs": {
|
|
14
|
+
"icao": "DAAD"
|
|
15
|
+
},
|
|
5
16
|
"icao": "DAAD",
|
|
6
17
|
"iata": null,
|
|
7
18
|
"address": "BP 278/ BOU SAADA",
|
|
8
19
|
"phone": "+213 35 43 47 78",
|
|
9
|
-
"website": "https://aeroports-egsa-alger.dz/fr/1.html"
|
|
10
|
-
"wilaya_code": "68",
|
|
11
|
-
"lat": 35.32449005474226,
|
|
12
|
-
"lng": 4.200126110472756,
|
|
13
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
20
|
+
"website": "https://aeroports-egsa-alger.dz/fr/1.html"
|
|
14
21
|
},
|
|
15
22
|
{
|
|
16
23
|
"id": "daae",
|
|
17
24
|
"name": "Aéroport de BEJAIA/Soummam ‐Abane Ramdane",
|
|
25
|
+
"wilaya_code": "06",
|
|
26
|
+
"commune_code": null,
|
|
27
|
+
"commune": null,
|
|
28
|
+
"lat": 36.7158254808996,
|
|
29
|
+
"lng": 5.071032952852189,
|
|
30
|
+
"geo_precision": "exact",
|
|
31
|
+
"geo_method": "source_point",
|
|
32
|
+
"source": "anac",
|
|
33
|
+
"refs": {
|
|
34
|
+
"icao": "DAAE"
|
|
35
|
+
},
|
|
18
36
|
"icao": "DAAE",
|
|
19
37
|
"iata": null,
|
|
20
38
|
"address": "Soummam‐Abane Ramdane‐ Bejaia",
|
|
21
39
|
"phone": "+213 34183036",
|
|
22
|
-
"website": "https://aeroports-egsa-alger.dz/fr/11.html"
|
|
23
|
-
"wilaya_code": "06",
|
|
24
|
-
"lat": 36.7158254808996,
|
|
25
|
-
"lng": 5.071032952852189,
|
|
26
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
40
|
+
"website": "https://aeroports-egsa-alger.dz/fr/11.html"
|
|
27
41
|
},
|
|
28
42
|
{
|
|
29
43
|
"id": "daag",
|
|
30
44
|
"name": "Aéroport d’Alger – Houari Boumediene",
|
|
45
|
+
"wilaya_code": "16",
|
|
46
|
+
"commune_code": null,
|
|
47
|
+
"commune": null,
|
|
48
|
+
"lat": 36.69951171485545,
|
|
49
|
+
"lng": 3.210846808533331,
|
|
50
|
+
"geo_precision": "exact",
|
|
51
|
+
"geo_method": "source_point",
|
|
52
|
+
"source": "anac",
|
|
53
|
+
"refs": {
|
|
54
|
+
"icao": "DAAG"
|
|
55
|
+
},
|
|
31
56
|
"icao": "DAAG",
|
|
32
57
|
"iata": null,
|
|
33
58
|
"address": "Alger BP 164 DAR EL BEIDA",
|
|
34
59
|
"phone": "+21323199230",
|
|
35
|
-
"website": "https://www.aeroportalger.dz/"
|
|
36
|
-
"wilaya_code": "16",
|
|
37
|
-
"lat": 36.69951171485545,
|
|
38
|
-
"lng": 3.210846808533331,
|
|
39
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
60
|
+
"website": "https://www.aeroportalger.dz/"
|
|
40
61
|
},
|
|
41
62
|
{
|
|
42
63
|
"id": "daaj",
|
|
43
64
|
"name": "Aéroport de DJANET / Tiska-DJANET",
|
|
65
|
+
"wilaya_code": "56",
|
|
66
|
+
"commune_code": null,
|
|
67
|
+
"commune": null,
|
|
68
|
+
"lat": 24.28966075585949,
|
|
69
|
+
"lng": 9.46571858129957,
|
|
70
|
+
"geo_precision": "exact",
|
|
71
|
+
"geo_method": "source_point",
|
|
72
|
+
"source": "anac",
|
|
73
|
+
"refs": {
|
|
74
|
+
"icao": "DAAJ"
|
|
75
|
+
},
|
|
44
76
|
"icao": "DAAJ",
|
|
45
77
|
"iata": null,
|
|
46
78
|
"address": "Aéroport de DJANET / Tiska BP 29. ‐DJANET",
|
|
47
79
|
"phone": "+213 29481502",
|
|
48
|
-
"website": "https://aeroports-egsa-alger.dz/fr/13.html"
|
|
49
|
-
"wilaya_code": "56",
|
|
50
|
-
"lat": 24.28966075585949,
|
|
51
|
-
"lng": 9.46571858129957,
|
|
52
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
80
|
+
"website": "https://aeroports-egsa-alger.dz/fr/13.html"
|
|
53
81
|
},
|
|
54
82
|
{
|
|
55
83
|
"id": "daap",
|
|
56
84
|
"name": "Aéroport de ILLIZI/TAKHAMALT",
|
|
85
|
+
"wilaya_code": "33",
|
|
86
|
+
"commune_code": null,
|
|
87
|
+
"commune": null,
|
|
88
|
+
"lat": 26.71924934185029,
|
|
89
|
+
"lng": 8.618196725541447,
|
|
90
|
+
"geo_precision": "exact",
|
|
91
|
+
"geo_method": "source_point",
|
|
92
|
+
"source": "anac",
|
|
93
|
+
"refs": {
|
|
94
|
+
"icao": "DAAP"
|
|
95
|
+
},
|
|
57
96
|
"icao": "DAAP",
|
|
58
97
|
"iata": null,
|
|
59
98
|
"address": "Aéroport de ILLIZI/TAKHAMALT BP 39 ‐ILLIZI",
|
|
60
99
|
"phone": "+213 29413013",
|
|
61
|
-
"website": "https://aeroports-egsa-alger.dz/fr/5.html"
|
|
62
|
-
"wilaya_code": "33",
|
|
63
|
-
"lat": 26.71924934185029,
|
|
64
|
-
"lng": 8.618196725541447,
|
|
65
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
100
|
+
"website": "https://aeroports-egsa-alger.dz/fr/5.html"
|
|
66
101
|
},
|
|
67
102
|
{
|
|
68
103
|
"id": "daas",
|
|
69
104
|
"name": "Aéroport de SETIF /8 Mai 45",
|
|
105
|
+
"wilaya_code": "19",
|
|
106
|
+
"commune_code": null,
|
|
107
|
+
"commune": null,
|
|
108
|
+
"lat": 36.17553448867715,
|
|
109
|
+
"lng": 5.330306679093995,
|
|
110
|
+
"geo_precision": "exact",
|
|
111
|
+
"geo_method": "source_point",
|
|
112
|
+
"source": "anac",
|
|
113
|
+
"refs": {
|
|
114
|
+
"icao": "DAAS"
|
|
115
|
+
},
|
|
70
116
|
"icao": "DAAS",
|
|
71
117
|
"iata": null,
|
|
72
118
|
"address": "Aéroport de SETIF /8 Mai 45 ‐ BP 219 /Sétif",
|
|
73
119
|
"phone": "+213 36 543135",
|
|
74
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-setif-08-mai-1945"
|
|
75
|
-
"wilaya_code": "19",
|
|
76
|
-
"lat": 36.17553448867715,
|
|
77
|
-
"lng": 5.330306679093995,
|
|
78
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
120
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-setif-08-mai-1945"
|
|
79
121
|
},
|
|
80
122
|
{
|
|
81
123
|
"id": "daat",
|
|
82
124
|
"name": "Aéroport de Tamanrasset – Aguenar – Hadj Bey Akhamok",
|
|
125
|
+
"wilaya_code": "11",
|
|
126
|
+
"commune_code": null,
|
|
127
|
+
"commune": null,
|
|
128
|
+
"lat": 22.81520178682999,
|
|
129
|
+
"lng": 5.448914008186444,
|
|
130
|
+
"geo_precision": "exact",
|
|
131
|
+
"geo_method": "source_point",
|
|
132
|
+
"source": "anac",
|
|
133
|
+
"refs": {
|
|
134
|
+
"icao": "DAAT"
|
|
135
|
+
},
|
|
83
136
|
"icao": "DAAT",
|
|
84
137
|
"iata": null,
|
|
85
138
|
"address": "Aéroport de TAMENGHASSET/Aguenar-Hadj Bey Akhamok- BP 38/TAMENGHASSET",
|
|
86
139
|
"phone": "+21329330031",
|
|
87
|
-
"website": "https://aeroports-egsa-alger.dz/fr/16.html"
|
|
88
|
-
"wilaya_code": "11",
|
|
89
|
-
"lat": 22.81520178682999,
|
|
90
|
-
"lng": 5.448914008186444,
|
|
91
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
140
|
+
"website": "https://aeroports-egsa-alger.dz/fr/16.html"
|
|
92
141
|
},
|
|
93
142
|
{
|
|
94
143
|
"id": "daav",
|
|
95
144
|
"name": "Aéroport de JIJEL/FERHAT ABBAS",
|
|
145
|
+
"wilaya_code": "18",
|
|
146
|
+
"commune_code": null,
|
|
147
|
+
"commune": null,
|
|
148
|
+
"lat": 36.79340595973765,
|
|
149
|
+
"lng": 5.877778649666695,
|
|
150
|
+
"geo_precision": "exact",
|
|
151
|
+
"geo_method": "source_point",
|
|
152
|
+
"source": "anac",
|
|
153
|
+
"refs": {
|
|
154
|
+
"icao": "DAAV"
|
|
155
|
+
},
|
|
96
156
|
"icao": "DAAV",
|
|
97
157
|
"iata": null,
|
|
98
158
|
"address": "Aéroport de JIJEL/FERHAT ABBAS BP :37- TAHER / JIJEL",
|
|
99
159
|
"phone": "+213 34 544408",
|
|
100
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-jijel-ferhat-abbas"
|
|
101
|
-
"wilaya_code": "18",
|
|
102
|
-
"lat": 36.79340595973765,
|
|
103
|
-
"lng": 5.877778649666695,
|
|
104
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
160
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-jijel-ferhat-abbas"
|
|
105
161
|
},
|
|
106
162
|
{
|
|
107
163
|
"id": "dabb",
|
|
108
164
|
"name": "Aéroport Annaba – Rabah Bitat",
|
|
165
|
+
"wilaya_code": "36",
|
|
166
|
+
"commune_code": null,
|
|
167
|
+
"commune": null,
|
|
168
|
+
"lat": 36.82441556514175,
|
|
169
|
+
"lng": 7.821324125869026,
|
|
170
|
+
"geo_precision": "exact",
|
|
171
|
+
"geo_method": "source_point",
|
|
172
|
+
"source": "anac",
|
|
173
|
+
"refs": {
|
|
174
|
+
"icao": "DABB"
|
|
175
|
+
},
|
|
109
176
|
"icao": "DABB",
|
|
110
177
|
"iata": null,
|
|
111
178
|
"address": "Rabah Bitat BP 296‐ Annaba",
|
|
112
179
|
"phone": "+21338529071",
|
|
113
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-d-annaba-rabah-bitat"
|
|
114
|
-
"wilaya_code": "36",
|
|
115
|
-
"lat": 36.82441556514175,
|
|
116
|
-
"lng": 7.821324125869026,
|
|
117
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
180
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-d-annaba-rabah-bitat"
|
|
118
181
|
},
|
|
119
182
|
{
|
|
120
183
|
"id": "dabc",
|
|
121
184
|
"name": "Aéroport de Constantine – Mohamed Boudiaf",
|
|
185
|
+
"wilaya_code": "25",
|
|
186
|
+
"commune_code": null,
|
|
187
|
+
"commune": null,
|
|
188
|
+
"lat": 36.28378418745162,
|
|
189
|
+
"lng": 6.621478825849163,
|
|
190
|
+
"geo_precision": "exact",
|
|
191
|
+
"geo_method": "source_point",
|
|
192
|
+
"source": "anac",
|
|
193
|
+
"refs": {
|
|
194
|
+
"icao": "DABC"
|
|
195
|
+
},
|
|
122
196
|
"icao": "DABC",
|
|
123
197
|
"iata": null,
|
|
124
198
|
"address": "AVA, Aéroport de CONSTANTINE",
|
|
125
199
|
"phone": "+21331810125",
|
|
126
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-constantine-mohamed-boudiaf"
|
|
127
|
-
"wilaya_code": "25",
|
|
128
|
-
"lat": 36.28378418745162,
|
|
129
|
-
"lng": 6.621478825849163,
|
|
130
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
200
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-constantine-mohamed-boudiaf"
|
|
131
201
|
},
|
|
132
202
|
{
|
|
133
203
|
"id": "dabs",
|
|
134
204
|
"name": "Aéroport de Tébessa – Cheikh Larbi Tébessi",
|
|
205
|
+
"wilaya_code": "12",
|
|
206
|
+
"commune_code": null,
|
|
207
|
+
"commune": null,
|
|
208
|
+
"lat": 35.42775621347607,
|
|
209
|
+
"lng": 8.118502895134583,
|
|
210
|
+
"geo_precision": "exact",
|
|
211
|
+
"geo_method": "source_point",
|
|
212
|
+
"source": "anac",
|
|
213
|
+
"refs": {
|
|
214
|
+
"icao": "DABS"
|
|
215
|
+
},
|
|
135
216
|
"icao": "DABS",
|
|
136
217
|
"iata": null,
|
|
137
218
|
"address": "Aéroport de TEBESSA/Cheikh Larbi Tébessi BP 78‐Tebessa",
|
|
138
219
|
"phone": null,
|
|
139
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-tebessa-cheikh-larbi-tebessi"
|
|
140
|
-
"wilaya_code": "12",
|
|
141
|
-
"lat": 35.42775621347607,
|
|
142
|
-
"lng": 8.118502895134583,
|
|
143
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
220
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-tebessa-cheikh-larbi-tebessi"
|
|
144
221
|
},
|
|
145
222
|
{
|
|
146
223
|
"id": "dabt",
|
|
147
224
|
"name": "Aéroport BATNA/ Mostepha Ben BOULAID",
|
|
225
|
+
"wilaya_code": "05",
|
|
226
|
+
"commune_code": null,
|
|
227
|
+
"commune": null,
|
|
228
|
+
"lat": 35.75767824581629,
|
|
229
|
+
"lng": 6.308248427678342,
|
|
230
|
+
"geo_precision": "exact",
|
|
231
|
+
"geo_method": "source_point",
|
|
232
|
+
"source": "anac",
|
|
233
|
+
"refs": {
|
|
234
|
+
"icao": "DABT"
|
|
235
|
+
},
|
|
148
236
|
"icao": "DABT",
|
|
149
237
|
"iata": null,
|
|
150
238
|
"address": "Batna-Mostepha Ben BOULAID aeroport",
|
|
151
239
|
"phone": "+213 33 870152",
|
|
152
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-batna-mostefa-ben-boulaid"
|
|
153
|
-
"wilaya_code": "05",
|
|
154
|
-
"lat": 35.75767824581629,
|
|
155
|
-
"lng": 6.308248427678342,
|
|
156
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
240
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-batna-mostefa-ben-boulaid"
|
|
157
241
|
},
|
|
158
242
|
{
|
|
159
243
|
"id": "daob",
|
|
160
244
|
"name": "Aéroport TIARET - Abdelhafid Boussouf Bou Chekif",
|
|
245
|
+
"wilaya_code": "14",
|
|
246
|
+
"commune_code": null,
|
|
247
|
+
"commune": null,
|
|
248
|
+
"lat": 35.34579589348178,
|
|
249
|
+
"lng": 1.4698592674102533,
|
|
250
|
+
"geo_precision": "exact",
|
|
251
|
+
"geo_method": "source_point",
|
|
252
|
+
"source": "anac",
|
|
253
|
+
"refs": {
|
|
254
|
+
"icao": "DAOB"
|
|
255
|
+
},
|
|
161
256
|
"icao": "DAOB",
|
|
162
257
|
"iata": null,
|
|
163
258
|
"address": "Aéroport TIARET / Abdelhafid Boussouf Bou Chekif ‐BP 12/Tiaret",
|
|
164
259
|
"phone": "+213 46240005",
|
|
165
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-tiaret/"
|
|
166
|
-
"wilaya_code": "14",
|
|
167
|
-
"lat": 35.34579589348178,
|
|
168
|
-
"lng": 1.4698592674102533,
|
|
169
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
260
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-tiaret/"
|
|
170
261
|
},
|
|
171
262
|
{
|
|
172
263
|
"id": "daof",
|
|
173
264
|
"name": "Aéroport de TINDOUF",
|
|
265
|
+
"wilaya_code": "37",
|
|
266
|
+
"commune_code": null,
|
|
267
|
+
"commune": null,
|
|
268
|
+
"lat": 27.705212653326345,
|
|
269
|
+
"lng": -8.16543384744355,
|
|
270
|
+
"geo_precision": "exact",
|
|
271
|
+
"geo_method": "source_point",
|
|
272
|
+
"source": "anac",
|
|
273
|
+
"refs": {
|
|
274
|
+
"icao": "DAOF"
|
|
275
|
+
},
|
|
174
276
|
"icao": "DAOF",
|
|
175
277
|
"iata": null,
|
|
176
278
|
"address": "AVA, Direction de la Sécurité Aéronautique BP 72 /TINDOUF",
|
|
177
279
|
"phone": "+213 49370017",
|
|
178
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-tindouf/"
|
|
179
|
-
"wilaya_code": "37",
|
|
180
|
-
"lat": 27.705212653326345,
|
|
181
|
-
"lng": -8.16543384744355,
|
|
182
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
280
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-tindouf/"
|
|
183
281
|
},
|
|
184
282
|
{
|
|
185
283
|
"id": "daoi",
|
|
186
284
|
"name": "Aéroport de CHLEF",
|
|
285
|
+
"wilaya_code": "02",
|
|
286
|
+
"commune_code": null,
|
|
287
|
+
"commune": null,
|
|
288
|
+
"lat": 36.21763410012118,
|
|
289
|
+
"lng": 1.3246854393403855,
|
|
290
|
+
"geo_precision": "exact",
|
|
291
|
+
"geo_method": "source_point",
|
|
292
|
+
"source": "anac",
|
|
293
|
+
"refs": {
|
|
294
|
+
"icao": "DAOI"
|
|
295
|
+
},
|
|
187
296
|
"icao": "DAOI",
|
|
188
297
|
"iata": null,
|
|
189
298
|
"address": "Aboubakr Belkaid Airport, Chlef",
|
|
190
299
|
"phone": "+213 27728032",
|
|
191
|
-
"website": "https://aeroports-egsa-alger.dz/fr/15.html"
|
|
192
|
-
"wilaya_code": "02",
|
|
193
|
-
"lat": 36.21763410012118,
|
|
194
|
-
"lng": 1.3246854393403855,
|
|
195
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
300
|
+
"website": "https://aeroports-egsa-alger.dz/fr/15.html"
|
|
196
301
|
},
|
|
197
302
|
{
|
|
198
303
|
"id": "daon",
|
|
199
304
|
"name": "Aéroport de Tlemcen – Zenata – Messali El Hadj",
|
|
305
|
+
"wilaya_code": "13",
|
|
306
|
+
"commune_code": null,
|
|
307
|
+
"commune": null,
|
|
308
|
+
"lat": 35.012480117143284,
|
|
309
|
+
"lng": -1.4480446913865919,
|
|
310
|
+
"geo_precision": "exact",
|
|
311
|
+
"geo_method": "source_point",
|
|
312
|
+
"source": "anac",
|
|
313
|
+
"refs": {
|
|
314
|
+
"icao": "DAON"
|
|
315
|
+
},
|
|
200
316
|
"icao": "DAON",
|
|
201
317
|
"iata": null,
|
|
202
318
|
"address": "Aéroport de TLEMCEN/Zenata-Messali El Hadj/BP50- ZENATA/TLEMCEN",
|
|
203
319
|
"phone": "+21343403149",
|
|
204
|
-
"website": "https://egsa-oran.dz/index.php/nos-aeroports/"
|
|
205
|
-
"wilaya_code": "13",
|
|
206
|
-
"lat": 35.012480117143284,
|
|
207
|
-
"lng": -1.4480446913865919,
|
|
208
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
320
|
+
"website": "https://egsa-oran.dz/index.php/nos-aeroports/"
|
|
209
321
|
},
|
|
210
322
|
{
|
|
211
323
|
"id": "daoo",
|
|
212
324
|
"name": "Aéroport d’Oran – Ahmed Benbella",
|
|
325
|
+
"wilaya_code": "31",
|
|
326
|
+
"commune_code": null,
|
|
327
|
+
"commune": null,
|
|
328
|
+
"lat": 35.61833150995104,
|
|
329
|
+
"lng": -0.6109085969987015,
|
|
330
|
+
"geo_precision": "exact",
|
|
331
|
+
"geo_method": "source_point",
|
|
332
|
+
"source": "anac",
|
|
333
|
+
"refs": {
|
|
334
|
+
"icao": "DAOO"
|
|
335
|
+
},
|
|
213
336
|
"icao": "DAOO",
|
|
214
337
|
"iata": null,
|
|
215
338
|
"address": "Aéroportd’ORAN/Ahmed BenbellaBP13 -Oran",
|
|
216
339
|
"phone": "+21341591067",
|
|
217
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-doran/"
|
|
218
|
-
"wilaya_code": "31",
|
|
219
|
-
"lat": 35.61833150995104,
|
|
220
|
-
"lng": -0.6109085969987015,
|
|
221
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
340
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-doran/"
|
|
222
341
|
},
|
|
223
342
|
{
|
|
224
343
|
"id": "daor",
|
|
225
344
|
"name": "Aéroport de BECHAR/Boudghene Ben Ali Lotf",
|
|
345
|
+
"wilaya_code": "08",
|
|
346
|
+
"commune_code": null,
|
|
347
|
+
"commune": null,
|
|
348
|
+
"lat": 31.651481919578377,
|
|
349
|
+
"lng": -2.2525513149111935,
|
|
350
|
+
"geo_precision": "exact",
|
|
351
|
+
"geo_method": "source_point",
|
|
352
|
+
"source": "anac",
|
|
353
|
+
"refs": {
|
|
354
|
+
"icao": "DAOR"
|
|
355
|
+
},
|
|
226
356
|
"icao": "DAOR",
|
|
227
357
|
"iata": null,
|
|
228
358
|
"address": "Boudghene Ben Ali Lotfi‐ BP: 69/Bechar",
|
|
229
359
|
"phone": "+213 49221909",
|
|
230
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-bechar/"
|
|
231
|
-
"wilaya_code": "08",
|
|
232
|
-
"lat": 31.651481919578377,
|
|
233
|
-
"lng": -2.2525513149111935,
|
|
234
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
360
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-bechar/"
|
|
235
361
|
},
|
|
236
362
|
{
|
|
237
363
|
"id": "daov",
|
|
238
364
|
"name": "Aéroport de GHRISS",
|
|
365
|
+
"wilaya_code": "29",
|
|
366
|
+
"commune_code": null,
|
|
367
|
+
"commune": null,
|
|
368
|
+
"lat": 35.204242738046425,
|
|
369
|
+
"lng": 0.15366508348121125,
|
|
370
|
+
"geo_precision": "exact",
|
|
371
|
+
"geo_method": "source_point",
|
|
372
|
+
"source": "anac",
|
|
373
|
+
"refs": {
|
|
374
|
+
"icao": "DAOV"
|
|
375
|
+
},
|
|
239
376
|
"icao": "DAOV",
|
|
240
377
|
"iata": null,
|
|
241
378
|
"address": "Aéroport de GHRISS BP 12 - GHRISS",
|
|
242
379
|
"phone": "+213 45715911",
|
|
243
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-mascara/"
|
|
244
|
-
"wilaya_code": "29",
|
|
245
|
-
"lat": 35.204242738046425,
|
|
246
|
-
"lng": 0.15366508348121125,
|
|
247
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
380
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-mascara/"
|
|
248
381
|
},
|
|
249
382
|
{
|
|
250
383
|
"id": "daoy",
|
|
251
384
|
"name": "Aéroport d'EL BAYADH",
|
|
385
|
+
"wilaya_code": "32",
|
|
386
|
+
"commune_code": null,
|
|
387
|
+
"commune": null,
|
|
388
|
+
"lat": 33.718310325446744,
|
|
389
|
+
"lng": 1.093221137403827,
|
|
390
|
+
"geo_precision": "exact",
|
|
391
|
+
"geo_method": "source_point",
|
|
392
|
+
"source": "anac",
|
|
393
|
+
"refs": {
|
|
394
|
+
"icao": "DAOY"
|
|
395
|
+
},
|
|
252
396
|
"icao": "DAOY",
|
|
253
397
|
"iata": null,
|
|
254
398
|
"address": "Aéroport d’El Bayadh BP 209 RP/ El Bayadh",
|
|
255
399
|
"phone": "+213 49667806",
|
|
256
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-el-bayadh/"
|
|
257
|
-
"wilaya_code": "32",
|
|
258
|
-
"lat": 33.718310325446744,
|
|
259
|
-
"lng": 1.093221137403827,
|
|
260
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
400
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-el-bayadh/"
|
|
261
401
|
},
|
|
262
402
|
{
|
|
263
403
|
"id": "datg",
|
|
264
404
|
"name": "Aéroport d’IN GUEZZAM",
|
|
405
|
+
"wilaya_code": "54",
|
|
406
|
+
"commune_code": null,
|
|
407
|
+
"commune": null,
|
|
408
|
+
"lat": 19.563939499098094,
|
|
409
|
+
"lng": 5.751815823519952,
|
|
410
|
+
"geo_precision": "exact",
|
|
411
|
+
"geo_method": "source_point",
|
|
412
|
+
"source": "anac",
|
|
413
|
+
"refs": {
|
|
414
|
+
"icao": "DATG"
|
|
415
|
+
},
|
|
265
416
|
"icao": "DATG",
|
|
266
417
|
"iata": null,
|
|
267
418
|
"address": "Aéroport d’IN GUEZZAM / IN GUEZZAM",
|
|
268
419
|
"phone": "+213 29 351123",
|
|
269
|
-
"website": "https://aeroports-egsa-alger.dz/fr/7.html"
|
|
270
|
-
"wilaya_code": "54",
|
|
271
|
-
"lat": 19.563939499098094,
|
|
272
|
-
"lng": 5.751815823519952,
|
|
273
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
420
|
+
"website": "https://aeroports-egsa-alger.dz/fr/7.html"
|
|
274
421
|
},
|
|
275
422
|
{
|
|
276
423
|
"id": "datm",
|
|
277
424
|
"name": "Aéroport de BORDJ MOKHTAR –BORDJ MOKHTAR",
|
|
425
|
+
"wilaya_code": "50",
|
|
426
|
+
"commune_code": null,
|
|
427
|
+
"commune": null,
|
|
428
|
+
"lat": 21.371800375167478,
|
|
429
|
+
"lng": 0.9238537082170545,
|
|
430
|
+
"geo_precision": "exact",
|
|
431
|
+
"geo_method": "source_point",
|
|
432
|
+
"source": "anac",
|
|
433
|
+
"refs": {
|
|
434
|
+
"icao": "DATM"
|
|
435
|
+
},
|
|
278
436
|
"icao": "DATM",
|
|
279
437
|
"iata": null,
|
|
280
438
|
"address": "BORDJ MOKHTAR",
|
|
281
439
|
"phone": "+213 49329304",
|
|
282
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-bordj-badji-mokhtar/"
|
|
283
|
-
"wilaya_code": "50",
|
|
284
|
-
"lat": 21.371800375167478,
|
|
285
|
-
"lng": 0.9238537082170545,
|
|
286
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
440
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-bordj-badji-mokhtar/"
|
|
287
441
|
},
|
|
288
442
|
{
|
|
289
443
|
"id": "daua",
|
|
290
444
|
"name": "Aéroport d’Adrar – Touat – Cheikh Sidi Mohamed Belkebir",
|
|
445
|
+
"wilaya_code": "01",
|
|
446
|
+
"commune_code": null,
|
|
447
|
+
"commune": null,
|
|
448
|
+
"lat": 27.842093213179865,
|
|
449
|
+
"lng": -0.1894002032622811,
|
|
450
|
+
"geo_precision": "exact",
|
|
451
|
+
"geo_method": "source_point",
|
|
452
|
+
"source": "anac",
|
|
453
|
+
"refs": {
|
|
454
|
+
"icao": "DAUA"
|
|
455
|
+
},
|
|
291
456
|
"icao": "DAUA",
|
|
292
457
|
"iata": null,
|
|
293
458
|
"address": "Touat‐Cheikh Sidi Mohamed Belkebir BP15‐Adrar",
|
|
294
459
|
"phone": "+21349358003",
|
|
295
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-adrar/"
|
|
296
|
-
"wilaya_code": "01",
|
|
297
|
-
"lat": 27.842093213179865,
|
|
298
|
-
"lng": -0.1894002032622811,
|
|
299
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
460
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-adrar/"
|
|
300
461
|
},
|
|
301
462
|
{
|
|
302
463
|
"id": "daub",
|
|
303
464
|
"name": "Aéroport de BISKRA/ Mohamed KHIDER",
|
|
465
|
+
"wilaya_code": "07",
|
|
466
|
+
"commune_code": null,
|
|
467
|
+
"commune": null,
|
|
468
|
+
"lat": 34.79160974695419,
|
|
469
|
+
"lng": 5.733631154631189,
|
|
470
|
+
"geo_precision": "exact",
|
|
471
|
+
"geo_method": "source_point",
|
|
472
|
+
"source": "anac",
|
|
473
|
+
"refs": {
|
|
474
|
+
"icao": "DAUB"
|
|
475
|
+
},
|
|
304
476
|
"icao": "DAUB",
|
|
305
477
|
"iata": null,
|
|
306
478
|
"address": "ENNA – Direction de la Sécurité Aéronautique BP 27 star Melouk BISKRA, Biskra",
|
|
307
479
|
"phone": "+213 33543005",
|
|
308
|
-
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-biskra-mohamed-kheider"
|
|
309
|
-
"wilaya_code": "07",
|
|
310
|
-
"lat": 34.79160974695419,
|
|
311
|
-
"lng": 5.733631154631189,
|
|
312
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
480
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-biskra-mohamed-kheider"
|
|
313
481
|
},
|
|
314
482
|
{
|
|
315
483
|
"id": "daue",
|
|
316
484
|
"name": "Aéroport d’El GOLEA",
|
|
485
|
+
"wilaya_code": "58",
|
|
486
|
+
"commune_code": null,
|
|
487
|
+
"commune": null,
|
|
488
|
+
"lat": 30.571557198848183,
|
|
489
|
+
"lng": 2.8688732967150132,
|
|
490
|
+
"geo_precision": "exact",
|
|
491
|
+
"geo_method": "source_point",
|
|
492
|
+
"source": "anac",
|
|
493
|
+
"refs": {
|
|
494
|
+
"icao": "DAUE"
|
|
495
|
+
},
|
|
317
496
|
"icao": "DAUE",
|
|
318
497
|
"iata": null,
|
|
319
498
|
"address": "Aéroport d’El GOLEA BP 30- El GOLEA",
|
|
320
499
|
"phone": "+213 29210735",
|
|
321
|
-
"website": "https://aeroports-egsa-alger.dz/fr/6.html"
|
|
322
|
-
"wilaya_code": "58",
|
|
323
|
-
"lat": 30.571557198848183,
|
|
324
|
-
"lng": 2.8688732967150132,
|
|
325
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
500
|
+
"website": "https://aeroports-egsa-alger.dz/fr/6.html"
|
|
326
501
|
},
|
|
327
502
|
{
|
|
328
503
|
"id": "daug",
|
|
329
504
|
"name": "Aéroport de Ghardaïa – Noumérat Moufdi Zakaria",
|
|
505
|
+
"wilaya_code": "47",
|
|
506
|
+
"commune_code": null,
|
|
507
|
+
"commune": null,
|
|
508
|
+
"lat": 32.378608164328305,
|
|
509
|
+
"lng": 3.8015461545489084,
|
|
510
|
+
"geo_precision": "exact",
|
|
511
|
+
"geo_method": "source_point",
|
|
512
|
+
"source": "anac",
|
|
513
|
+
"refs": {
|
|
514
|
+
"icao": "DAUG"
|
|
515
|
+
},
|
|
330
516
|
"icao": "DAUG",
|
|
331
517
|
"iata": null,
|
|
332
518
|
"address": "Aéroport de GHARDAIA/Noumérat‐Moufdi Zakaria BP 123/Ghardaia",
|
|
333
519
|
"phone": "+21329295555",
|
|
334
|
-
"website": "https://aeroports-egsa-alger.dz/fr/14.html"
|
|
335
|
-
"wilaya_code": "47",
|
|
336
|
-
"lat": 32.378608164328305,
|
|
337
|
-
"lng": 3.8015461545489084,
|
|
338
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
520
|
+
"website": "https://aeroports-egsa-alger.dz/fr/14.html"
|
|
339
521
|
},
|
|
340
522
|
{
|
|
341
523
|
"id": "dauh",
|
|
342
524
|
"name": "Aéroport de Hassi Messaoud – Oued Irara – Krim Belkacem",
|
|
525
|
+
"wilaya_code": "30",
|
|
526
|
+
"commune_code": null,
|
|
527
|
+
"commune": null,
|
|
528
|
+
"lat": 31.675453603011896,
|
|
529
|
+
"lng": 6.144544541032298,
|
|
530
|
+
"geo_precision": "exact",
|
|
531
|
+
"geo_method": "source_point",
|
|
532
|
+
"source": "anac",
|
|
533
|
+
"refs": {
|
|
534
|
+
"icao": "DAUH"
|
|
535
|
+
},
|
|
343
536
|
"icao": "DAUH",
|
|
344
537
|
"iata": null,
|
|
345
538
|
"address": "Aéroport de Hassi Messaoud/Oued Irara‐Krim Belkacem BP 130",
|
|
346
539
|
"phone": "+21329741885",
|
|
347
|
-
"website": "https://aeroports-egsa-alger.dz/fr/10.html"
|
|
348
|
-
"wilaya_code": "30",
|
|
349
|
-
"lat": 31.675453603011896,
|
|
350
|
-
"lng": 6.144544541032298,
|
|
351
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
540
|
+
"website": "https://aeroports-egsa-alger.dz/fr/10.html"
|
|
352
541
|
},
|
|
353
542
|
{
|
|
354
543
|
"id": "daui",
|
|
355
544
|
"name": "Aéroport de In Salah BP 23 - IN SALAH",
|
|
545
|
+
"wilaya_code": "53",
|
|
546
|
+
"commune_code": null,
|
|
547
|
+
"commune": null,
|
|
548
|
+
"lat": 27.252139159419297,
|
|
549
|
+
"lng": 2.508766383227296,
|
|
550
|
+
"geo_precision": "exact",
|
|
551
|
+
"geo_method": "source_point",
|
|
552
|
+
"source": "anac",
|
|
553
|
+
"refs": {
|
|
554
|
+
"icao": "DAUI"
|
|
555
|
+
},
|
|
356
556
|
"icao": "DAUI",
|
|
357
557
|
"iata": null,
|
|
358
558
|
"address": "Aéroport de In Salah BP 23 - IN SALAH",
|
|
359
559
|
"phone": "+213 29366103",
|
|
360
|
-
"website": "https://aeroports-egsa-alger.dz/fr/4.html"
|
|
361
|
-
"wilaya_code": "53",
|
|
362
|
-
"lat": 27.252139159419297,
|
|
363
|
-
"lng": 2.508766383227296,
|
|
364
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
560
|
+
"website": "https://aeroports-egsa-alger.dz/fr/4.html"
|
|
365
561
|
},
|
|
366
562
|
{
|
|
367
563
|
"id": "dauk",
|
|
368
564
|
"name": "Aéroport de TOUGGOURT /Sidi Mahdi",
|
|
565
|
+
"wilaya_code": "55",
|
|
566
|
+
"commune_code": null,
|
|
567
|
+
"commune": null,
|
|
568
|
+
"lat": 33.06679067003136,
|
|
569
|
+
"lng": 6.091777108546213,
|
|
570
|
+
"geo_precision": "exact",
|
|
571
|
+
"geo_method": "source_point",
|
|
572
|
+
"source": "anac",
|
|
573
|
+
"refs": {
|
|
574
|
+
"icao": "DAUK"
|
|
575
|
+
},
|
|
369
576
|
"icao": "DAUK",
|
|
370
577
|
"iata": null,
|
|
371
578
|
"address": "Aéroport de TOUGGOURT /Sidi Mahdi ‐BP 47 / TOUGGOURT",
|
|
372
579
|
"phone": "+213 29 69 31 45",
|
|
373
|
-
"website": "https://aeroports-egsa-alger.dz/fr/8.html"
|
|
374
|
-
"wilaya_code": "55",
|
|
375
|
-
"lat": 33.06679067003136,
|
|
376
|
-
"lng": 6.091777108546213,
|
|
377
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
580
|
+
"website": "https://aeroports-egsa-alger.dz/fr/8.html"
|
|
378
581
|
},
|
|
379
582
|
{
|
|
380
583
|
"id": "dauo",
|
|
381
584
|
"name": "Aéroport d’El Oued/Guemar",
|
|
585
|
+
"wilaya_code": "39",
|
|
586
|
+
"commune_code": null,
|
|
587
|
+
"commune": null,
|
|
588
|
+
"lat": 33.507414582460555,
|
|
589
|
+
"lng": 6.784868996915831,
|
|
590
|
+
"geo_precision": "exact",
|
|
591
|
+
"geo_method": "source_point",
|
|
592
|
+
"source": "anac",
|
|
593
|
+
"refs": {
|
|
594
|
+
"icao": "DAUO"
|
|
595
|
+
},
|
|
382
596
|
"icao": "DAUO",
|
|
383
597
|
"iata": null,
|
|
384
598
|
"address": "Aéroport d’El Oued/Guemar BP 110 / El Oued",
|
|
385
599
|
"phone": "+213 32101015",
|
|
386
|
-
"website": "https://aeroports-egsa-alger.dz/fr/17.html"
|
|
387
|
-
"wilaya_code": "39",
|
|
388
|
-
"lat": 33.507414582460555,
|
|
389
|
-
"lng": 6.784868996915831,
|
|
390
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
600
|
+
"website": "https://aeroports-egsa-alger.dz/fr/17.html"
|
|
391
601
|
},
|
|
392
602
|
{
|
|
393
603
|
"id": "daut",
|
|
394
604
|
"name": "Aéroport de TIMIMOUN",
|
|
605
|
+
"wilaya_code": "49",
|
|
606
|
+
"commune_code": null,
|
|
607
|
+
"commune": null,
|
|
608
|
+
"lat": 29.244465048530696,
|
|
609
|
+
"lng": 0.2812601237662405,
|
|
610
|
+
"geo_precision": "exact",
|
|
611
|
+
"geo_method": "source_point",
|
|
612
|
+
"source": "anac",
|
|
613
|
+
"refs": {
|
|
614
|
+
"icao": "DAUT"
|
|
615
|
+
},
|
|
395
616
|
"icao": "DAUT",
|
|
396
617
|
"iata": null,
|
|
397
618
|
"address": "Aéroport de TIMIMOUN ‐ BP 440/ TIMIMOUN",
|
|
398
619
|
"phone": "+213 49305706",
|
|
399
|
-
"website": "https://egsa-oran.dz/index.php/aeroport-de-timimoun/"
|
|
400
|
-
"wilaya_code": "49",
|
|
401
|
-
"lat": 29.244465048530696,
|
|
402
|
-
"lng": 0.2812601237662405,
|
|
403
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
620
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-timimoun/"
|
|
404
621
|
},
|
|
405
622
|
{
|
|
406
623
|
"id": "dauu",
|
|
407
624
|
"name": "Aéroport de Ouargla/Ain Beida",
|
|
625
|
+
"wilaya_code": "30",
|
|
626
|
+
"commune_code": null,
|
|
627
|
+
"commune": null,
|
|
628
|
+
"lat": 31.936205024205428,
|
|
629
|
+
"lng": 5.408429008410361,
|
|
630
|
+
"geo_precision": "exact",
|
|
631
|
+
"geo_method": "source_point",
|
|
632
|
+
"source": "anac",
|
|
633
|
+
"refs": {
|
|
634
|
+
"icao": "DAUU"
|
|
635
|
+
},
|
|
408
636
|
"icao": "DAUU",
|
|
409
637
|
"iata": null,
|
|
410
638
|
"address": "Aéroport de Ouargla‐ BP 11 /OUARGLA",
|
|
411
639
|
"phone": "+213 29774906",
|
|
412
|
-
"website": "https://aeroports-egsa-alger.dz/fr/2.html"
|
|
413
|
-
"wilaya_code": "30",
|
|
414
|
-
"lat": 31.936205024205428,
|
|
415
|
-
"lng": 5.408429008410361,
|
|
416
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
640
|
+
"website": "https://aeroports-egsa-alger.dz/fr/2.html"
|
|
417
641
|
},
|
|
418
642
|
{
|
|
419
643
|
"id": "dauz",
|
|
420
644
|
"name": "Aéroport de Zarzaitine – In Aménas",
|
|
645
|
+
"wilaya_code": "33",
|
|
646
|
+
"commune_code": null,
|
|
647
|
+
"commune": null,
|
|
648
|
+
"lat": 28.051765839675433,
|
|
649
|
+
"lng": 9.63789046606008,
|
|
650
|
+
"geo_precision": "exact",
|
|
651
|
+
"geo_method": "source_point",
|
|
652
|
+
"source": "anac",
|
|
653
|
+
"refs": {
|
|
654
|
+
"icao": "DAUZ"
|
|
655
|
+
},
|
|
421
656
|
"icao": "DAUZ",
|
|
422
657
|
"iata": null,
|
|
423
658
|
"address": "Aéroport de In Amenas B.P 51 /IN AMENAS",
|
|
424
659
|
"phone": "+213 29 45 13",
|
|
425
|
-
"website": "https://aeroports-egsa-alger.dz/fr/12.html"
|
|
426
|
-
"wilaya_code": "33",
|
|
427
|
-
"lat": 28.051765839675433,
|
|
428
|
-
"lng": 9.63789046606008,
|
|
429
|
-
"source": "https://www.anac.dz/en/carte-des-aeroports-3/"
|
|
660
|
+
"website": "https://aeroports-egsa-alger.dz/fr/12.html"
|
|
430
661
|
}
|
|
431
662
|
]
|