@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
|
@@ -0,0 +1,995 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "FeatureCollection",
|
|
3
|
+
"features": [
|
|
4
|
+
{
|
|
5
|
+
"type": "Feature",
|
|
6
|
+
"geometry": {
|
|
7
|
+
"type": "Point",
|
|
8
|
+
"coordinates": [
|
|
9
|
+
4.200126110472756,
|
|
10
|
+
35.32449005474226
|
|
11
|
+
]
|
|
12
|
+
},
|
|
13
|
+
"properties": {
|
|
14
|
+
"id": "daad",
|
|
15
|
+
"name": "Aéroport de BOU SAADA/Ain Eddis",
|
|
16
|
+
"wilaya_code": "68",
|
|
17
|
+
"commune_code": null,
|
|
18
|
+
"commune": null,
|
|
19
|
+
"lat": 35.32449005474226,
|
|
20
|
+
"lng": 4.200126110472756,
|
|
21
|
+
"geo_precision": "exact",
|
|
22
|
+
"geo_method": "source_point",
|
|
23
|
+
"source": "anac",
|
|
24
|
+
"refs": {
|
|
25
|
+
"icao": "DAAD"
|
|
26
|
+
},
|
|
27
|
+
"icao": "DAAD",
|
|
28
|
+
"iata": null,
|
|
29
|
+
"address": "BP 278/ BOU SAADA",
|
|
30
|
+
"phone": "+213 35 43 47 78",
|
|
31
|
+
"website": "https://aeroports-egsa-alger.dz/fr/1.html"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"type": "Feature",
|
|
36
|
+
"geometry": {
|
|
37
|
+
"type": "Point",
|
|
38
|
+
"coordinates": [
|
|
39
|
+
5.071032952852189,
|
|
40
|
+
36.7158254808996
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
"properties": {
|
|
44
|
+
"id": "daae",
|
|
45
|
+
"name": "Aéroport de BEJAIA/Soummam ‐Abane Ramdane",
|
|
46
|
+
"wilaya_code": "06",
|
|
47
|
+
"commune_code": null,
|
|
48
|
+
"commune": null,
|
|
49
|
+
"lat": 36.7158254808996,
|
|
50
|
+
"lng": 5.071032952852189,
|
|
51
|
+
"geo_precision": "exact",
|
|
52
|
+
"geo_method": "source_point",
|
|
53
|
+
"source": "anac",
|
|
54
|
+
"refs": {
|
|
55
|
+
"icao": "DAAE"
|
|
56
|
+
},
|
|
57
|
+
"icao": "DAAE",
|
|
58
|
+
"iata": null,
|
|
59
|
+
"address": "Soummam‐Abane Ramdane‐ Bejaia",
|
|
60
|
+
"phone": "+213 34183036",
|
|
61
|
+
"website": "https://aeroports-egsa-alger.dz/fr/11.html"
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "Feature",
|
|
66
|
+
"geometry": {
|
|
67
|
+
"type": "Point",
|
|
68
|
+
"coordinates": [
|
|
69
|
+
3.210846808533331,
|
|
70
|
+
36.69951171485545
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
"properties": {
|
|
74
|
+
"id": "daag",
|
|
75
|
+
"name": "Aéroport d’Alger – Houari Boumediene",
|
|
76
|
+
"wilaya_code": "16",
|
|
77
|
+
"commune_code": null,
|
|
78
|
+
"commune": null,
|
|
79
|
+
"lat": 36.69951171485545,
|
|
80
|
+
"lng": 3.210846808533331,
|
|
81
|
+
"geo_precision": "exact",
|
|
82
|
+
"geo_method": "source_point",
|
|
83
|
+
"source": "anac",
|
|
84
|
+
"refs": {
|
|
85
|
+
"icao": "DAAG"
|
|
86
|
+
},
|
|
87
|
+
"icao": "DAAG",
|
|
88
|
+
"iata": null,
|
|
89
|
+
"address": "Alger BP 164 DAR EL BEIDA",
|
|
90
|
+
"phone": "+21323199230",
|
|
91
|
+
"website": "https://www.aeroportalger.dz/"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"type": "Feature",
|
|
96
|
+
"geometry": {
|
|
97
|
+
"type": "Point",
|
|
98
|
+
"coordinates": [
|
|
99
|
+
9.46571858129957,
|
|
100
|
+
24.28966075585949
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
"properties": {
|
|
104
|
+
"id": "daaj",
|
|
105
|
+
"name": "Aéroport de DJANET / Tiska-DJANET",
|
|
106
|
+
"wilaya_code": "56",
|
|
107
|
+
"commune_code": null,
|
|
108
|
+
"commune": null,
|
|
109
|
+
"lat": 24.28966075585949,
|
|
110
|
+
"lng": 9.46571858129957,
|
|
111
|
+
"geo_precision": "exact",
|
|
112
|
+
"geo_method": "source_point",
|
|
113
|
+
"source": "anac",
|
|
114
|
+
"refs": {
|
|
115
|
+
"icao": "DAAJ"
|
|
116
|
+
},
|
|
117
|
+
"icao": "DAAJ",
|
|
118
|
+
"iata": null,
|
|
119
|
+
"address": "Aéroport de DJANET / Tiska BP 29. ‐DJANET",
|
|
120
|
+
"phone": "+213 29481502",
|
|
121
|
+
"website": "https://aeroports-egsa-alger.dz/fr/13.html"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "Feature",
|
|
126
|
+
"geometry": {
|
|
127
|
+
"type": "Point",
|
|
128
|
+
"coordinates": [
|
|
129
|
+
8.618196725541447,
|
|
130
|
+
26.71924934185029
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
"properties": {
|
|
134
|
+
"id": "daap",
|
|
135
|
+
"name": "Aéroport de ILLIZI/TAKHAMALT",
|
|
136
|
+
"wilaya_code": "33",
|
|
137
|
+
"commune_code": null,
|
|
138
|
+
"commune": null,
|
|
139
|
+
"lat": 26.71924934185029,
|
|
140
|
+
"lng": 8.618196725541447,
|
|
141
|
+
"geo_precision": "exact",
|
|
142
|
+
"geo_method": "source_point",
|
|
143
|
+
"source": "anac",
|
|
144
|
+
"refs": {
|
|
145
|
+
"icao": "DAAP"
|
|
146
|
+
},
|
|
147
|
+
"icao": "DAAP",
|
|
148
|
+
"iata": null,
|
|
149
|
+
"address": "Aéroport de ILLIZI/TAKHAMALT BP 39 ‐ILLIZI",
|
|
150
|
+
"phone": "+213 29413013",
|
|
151
|
+
"website": "https://aeroports-egsa-alger.dz/fr/5.html"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"type": "Feature",
|
|
156
|
+
"geometry": {
|
|
157
|
+
"type": "Point",
|
|
158
|
+
"coordinates": [
|
|
159
|
+
5.330306679093995,
|
|
160
|
+
36.17553448867715
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
"properties": {
|
|
164
|
+
"id": "daas",
|
|
165
|
+
"name": "Aéroport de SETIF /8 Mai 45",
|
|
166
|
+
"wilaya_code": "19",
|
|
167
|
+
"commune_code": null,
|
|
168
|
+
"commune": null,
|
|
169
|
+
"lat": 36.17553448867715,
|
|
170
|
+
"lng": 5.330306679093995,
|
|
171
|
+
"geo_precision": "exact",
|
|
172
|
+
"geo_method": "source_point",
|
|
173
|
+
"source": "anac",
|
|
174
|
+
"refs": {
|
|
175
|
+
"icao": "DAAS"
|
|
176
|
+
},
|
|
177
|
+
"icao": "DAAS",
|
|
178
|
+
"iata": null,
|
|
179
|
+
"address": "Aéroport de SETIF /8 Mai 45 ‐ BP 219 /Sétif",
|
|
180
|
+
"phone": "+213 36 543135",
|
|
181
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-setif-08-mai-1945"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"type": "Feature",
|
|
186
|
+
"geometry": {
|
|
187
|
+
"type": "Point",
|
|
188
|
+
"coordinates": [
|
|
189
|
+
5.448914008186444,
|
|
190
|
+
22.81520178682999
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"properties": {
|
|
194
|
+
"id": "daat",
|
|
195
|
+
"name": "Aéroport de Tamanrasset – Aguenar – Hadj Bey Akhamok",
|
|
196
|
+
"wilaya_code": "11",
|
|
197
|
+
"commune_code": null,
|
|
198
|
+
"commune": null,
|
|
199
|
+
"lat": 22.81520178682999,
|
|
200
|
+
"lng": 5.448914008186444,
|
|
201
|
+
"geo_precision": "exact",
|
|
202
|
+
"geo_method": "source_point",
|
|
203
|
+
"source": "anac",
|
|
204
|
+
"refs": {
|
|
205
|
+
"icao": "DAAT"
|
|
206
|
+
},
|
|
207
|
+
"icao": "DAAT",
|
|
208
|
+
"iata": null,
|
|
209
|
+
"address": "Aéroport de TAMENGHASSET/Aguenar-Hadj Bey Akhamok- BP 38/TAMENGHASSET",
|
|
210
|
+
"phone": "+21329330031",
|
|
211
|
+
"website": "https://aeroports-egsa-alger.dz/fr/16.html"
|
|
212
|
+
}
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"type": "Feature",
|
|
216
|
+
"geometry": {
|
|
217
|
+
"type": "Point",
|
|
218
|
+
"coordinates": [
|
|
219
|
+
5.877778649666695,
|
|
220
|
+
36.79340595973765
|
|
221
|
+
]
|
|
222
|
+
},
|
|
223
|
+
"properties": {
|
|
224
|
+
"id": "daav",
|
|
225
|
+
"name": "Aéroport de JIJEL/FERHAT ABBAS",
|
|
226
|
+
"wilaya_code": "18",
|
|
227
|
+
"commune_code": null,
|
|
228
|
+
"commune": null,
|
|
229
|
+
"lat": 36.79340595973765,
|
|
230
|
+
"lng": 5.877778649666695,
|
|
231
|
+
"geo_precision": "exact",
|
|
232
|
+
"geo_method": "source_point",
|
|
233
|
+
"source": "anac",
|
|
234
|
+
"refs": {
|
|
235
|
+
"icao": "DAAV"
|
|
236
|
+
},
|
|
237
|
+
"icao": "DAAV",
|
|
238
|
+
"iata": null,
|
|
239
|
+
"address": "Aéroport de JIJEL/FERHAT ABBAS BP :37- TAHER / JIJEL",
|
|
240
|
+
"phone": "+213 34 544408",
|
|
241
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-jijel-ferhat-abbas"
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"type": "Feature",
|
|
246
|
+
"geometry": {
|
|
247
|
+
"type": "Point",
|
|
248
|
+
"coordinates": [
|
|
249
|
+
7.821324125869026,
|
|
250
|
+
36.82441556514175
|
|
251
|
+
]
|
|
252
|
+
},
|
|
253
|
+
"properties": {
|
|
254
|
+
"id": "dabb",
|
|
255
|
+
"name": "Aéroport Annaba – Rabah Bitat",
|
|
256
|
+
"wilaya_code": "36",
|
|
257
|
+
"commune_code": null,
|
|
258
|
+
"commune": null,
|
|
259
|
+
"lat": 36.82441556514175,
|
|
260
|
+
"lng": 7.821324125869026,
|
|
261
|
+
"geo_precision": "exact",
|
|
262
|
+
"geo_method": "source_point",
|
|
263
|
+
"source": "anac",
|
|
264
|
+
"refs": {
|
|
265
|
+
"icao": "DABB"
|
|
266
|
+
},
|
|
267
|
+
"icao": "DABB",
|
|
268
|
+
"iata": null,
|
|
269
|
+
"address": "Rabah Bitat BP 296‐ Annaba",
|
|
270
|
+
"phone": "+21338529071",
|
|
271
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-d-annaba-rabah-bitat"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"type": "Feature",
|
|
276
|
+
"geometry": {
|
|
277
|
+
"type": "Point",
|
|
278
|
+
"coordinates": [
|
|
279
|
+
6.621478825849163,
|
|
280
|
+
36.28378418745162
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
"properties": {
|
|
284
|
+
"id": "dabc",
|
|
285
|
+
"name": "Aéroport de Constantine – Mohamed Boudiaf",
|
|
286
|
+
"wilaya_code": "25",
|
|
287
|
+
"commune_code": null,
|
|
288
|
+
"commune": null,
|
|
289
|
+
"lat": 36.28378418745162,
|
|
290
|
+
"lng": 6.621478825849163,
|
|
291
|
+
"geo_precision": "exact",
|
|
292
|
+
"geo_method": "source_point",
|
|
293
|
+
"source": "anac",
|
|
294
|
+
"refs": {
|
|
295
|
+
"icao": "DABC"
|
|
296
|
+
},
|
|
297
|
+
"icao": "DABC",
|
|
298
|
+
"iata": null,
|
|
299
|
+
"address": "AVA, Aéroport de CONSTANTINE",
|
|
300
|
+
"phone": "+21331810125",
|
|
301
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-constantine-mohamed-boudiaf"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"type": "Feature",
|
|
306
|
+
"geometry": {
|
|
307
|
+
"type": "Point",
|
|
308
|
+
"coordinates": [
|
|
309
|
+
8.118502895134583,
|
|
310
|
+
35.42775621347607
|
|
311
|
+
]
|
|
312
|
+
},
|
|
313
|
+
"properties": {
|
|
314
|
+
"id": "dabs",
|
|
315
|
+
"name": "Aéroport de Tébessa – Cheikh Larbi Tébessi",
|
|
316
|
+
"wilaya_code": "12",
|
|
317
|
+
"commune_code": null,
|
|
318
|
+
"commune": null,
|
|
319
|
+
"lat": 35.42775621347607,
|
|
320
|
+
"lng": 8.118502895134583,
|
|
321
|
+
"geo_precision": "exact",
|
|
322
|
+
"geo_method": "source_point",
|
|
323
|
+
"source": "anac",
|
|
324
|
+
"refs": {
|
|
325
|
+
"icao": "DABS"
|
|
326
|
+
},
|
|
327
|
+
"icao": "DABS",
|
|
328
|
+
"iata": null,
|
|
329
|
+
"address": "Aéroport de TEBESSA/Cheikh Larbi Tébessi BP 78‐Tebessa",
|
|
330
|
+
"phone": null,
|
|
331
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-tebessa-cheikh-larbi-tebessi"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"type": "Feature",
|
|
336
|
+
"geometry": {
|
|
337
|
+
"type": "Point",
|
|
338
|
+
"coordinates": [
|
|
339
|
+
6.308248427678342,
|
|
340
|
+
35.75767824581629
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
"properties": {
|
|
344
|
+
"id": "dabt",
|
|
345
|
+
"name": "Aéroport BATNA/ Mostepha Ben BOULAID",
|
|
346
|
+
"wilaya_code": "05",
|
|
347
|
+
"commune_code": null,
|
|
348
|
+
"commune": null,
|
|
349
|
+
"lat": 35.75767824581629,
|
|
350
|
+
"lng": 6.308248427678342,
|
|
351
|
+
"geo_precision": "exact",
|
|
352
|
+
"geo_method": "source_point",
|
|
353
|
+
"source": "anac",
|
|
354
|
+
"refs": {
|
|
355
|
+
"icao": "DABT"
|
|
356
|
+
},
|
|
357
|
+
"icao": "DABT",
|
|
358
|
+
"iata": null,
|
|
359
|
+
"address": "Batna-Mostepha Ben BOULAID aeroport",
|
|
360
|
+
"phone": "+213 33 870152",
|
|
361
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-batna-mostefa-ben-boulaid"
|
|
362
|
+
}
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "Feature",
|
|
366
|
+
"geometry": {
|
|
367
|
+
"type": "Point",
|
|
368
|
+
"coordinates": [
|
|
369
|
+
1.4698592674102533,
|
|
370
|
+
35.34579589348178
|
|
371
|
+
]
|
|
372
|
+
},
|
|
373
|
+
"properties": {
|
|
374
|
+
"id": "daob",
|
|
375
|
+
"name": "Aéroport TIARET - Abdelhafid Boussouf Bou Chekif",
|
|
376
|
+
"wilaya_code": "14",
|
|
377
|
+
"commune_code": null,
|
|
378
|
+
"commune": null,
|
|
379
|
+
"lat": 35.34579589348178,
|
|
380
|
+
"lng": 1.4698592674102533,
|
|
381
|
+
"geo_precision": "exact",
|
|
382
|
+
"geo_method": "source_point",
|
|
383
|
+
"source": "anac",
|
|
384
|
+
"refs": {
|
|
385
|
+
"icao": "DAOB"
|
|
386
|
+
},
|
|
387
|
+
"icao": "DAOB",
|
|
388
|
+
"iata": null,
|
|
389
|
+
"address": "Aéroport TIARET / Abdelhafid Boussouf Bou Chekif ‐BP 12/Tiaret",
|
|
390
|
+
"phone": "+213 46240005",
|
|
391
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-tiaret/"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"type": "Feature",
|
|
396
|
+
"geometry": {
|
|
397
|
+
"type": "Point",
|
|
398
|
+
"coordinates": [
|
|
399
|
+
-8.16543384744355,
|
|
400
|
+
27.705212653326345
|
|
401
|
+
]
|
|
402
|
+
},
|
|
403
|
+
"properties": {
|
|
404
|
+
"id": "daof",
|
|
405
|
+
"name": "Aéroport de TINDOUF",
|
|
406
|
+
"wilaya_code": "37",
|
|
407
|
+
"commune_code": null,
|
|
408
|
+
"commune": null,
|
|
409
|
+
"lat": 27.705212653326345,
|
|
410
|
+
"lng": -8.16543384744355,
|
|
411
|
+
"geo_precision": "exact",
|
|
412
|
+
"geo_method": "source_point",
|
|
413
|
+
"source": "anac",
|
|
414
|
+
"refs": {
|
|
415
|
+
"icao": "DAOF"
|
|
416
|
+
},
|
|
417
|
+
"icao": "DAOF",
|
|
418
|
+
"iata": null,
|
|
419
|
+
"address": "AVA, Direction de la Sécurité Aéronautique BP 72 /TINDOUF",
|
|
420
|
+
"phone": "+213 49370017",
|
|
421
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-tindouf/"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"type": "Feature",
|
|
426
|
+
"geometry": {
|
|
427
|
+
"type": "Point",
|
|
428
|
+
"coordinates": [
|
|
429
|
+
1.3246854393403855,
|
|
430
|
+
36.21763410012118
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"properties": {
|
|
434
|
+
"id": "daoi",
|
|
435
|
+
"name": "Aéroport de CHLEF",
|
|
436
|
+
"wilaya_code": "02",
|
|
437
|
+
"commune_code": null,
|
|
438
|
+
"commune": null,
|
|
439
|
+
"lat": 36.21763410012118,
|
|
440
|
+
"lng": 1.3246854393403855,
|
|
441
|
+
"geo_precision": "exact",
|
|
442
|
+
"geo_method": "source_point",
|
|
443
|
+
"source": "anac",
|
|
444
|
+
"refs": {
|
|
445
|
+
"icao": "DAOI"
|
|
446
|
+
},
|
|
447
|
+
"icao": "DAOI",
|
|
448
|
+
"iata": null,
|
|
449
|
+
"address": "Aboubakr Belkaid Airport, Chlef",
|
|
450
|
+
"phone": "+213 27728032",
|
|
451
|
+
"website": "https://aeroports-egsa-alger.dz/fr/15.html"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"type": "Feature",
|
|
456
|
+
"geometry": {
|
|
457
|
+
"type": "Point",
|
|
458
|
+
"coordinates": [
|
|
459
|
+
-1.4480446913865919,
|
|
460
|
+
35.012480117143284
|
|
461
|
+
]
|
|
462
|
+
},
|
|
463
|
+
"properties": {
|
|
464
|
+
"id": "daon",
|
|
465
|
+
"name": "Aéroport de Tlemcen – Zenata – Messali El Hadj",
|
|
466
|
+
"wilaya_code": "13",
|
|
467
|
+
"commune_code": null,
|
|
468
|
+
"commune": null,
|
|
469
|
+
"lat": 35.012480117143284,
|
|
470
|
+
"lng": -1.4480446913865919,
|
|
471
|
+
"geo_precision": "exact",
|
|
472
|
+
"geo_method": "source_point",
|
|
473
|
+
"source": "anac",
|
|
474
|
+
"refs": {
|
|
475
|
+
"icao": "DAON"
|
|
476
|
+
},
|
|
477
|
+
"icao": "DAON",
|
|
478
|
+
"iata": null,
|
|
479
|
+
"address": "Aéroport de TLEMCEN/Zenata-Messali El Hadj/BP50- ZENATA/TLEMCEN",
|
|
480
|
+
"phone": "+21343403149",
|
|
481
|
+
"website": "https://egsa-oran.dz/index.php/nos-aeroports/"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"type": "Feature",
|
|
486
|
+
"geometry": {
|
|
487
|
+
"type": "Point",
|
|
488
|
+
"coordinates": [
|
|
489
|
+
-0.6109085969987015,
|
|
490
|
+
35.61833150995104
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
"properties": {
|
|
494
|
+
"id": "daoo",
|
|
495
|
+
"name": "Aéroport d’Oran – Ahmed Benbella",
|
|
496
|
+
"wilaya_code": "31",
|
|
497
|
+
"commune_code": null,
|
|
498
|
+
"commune": null,
|
|
499
|
+
"lat": 35.61833150995104,
|
|
500
|
+
"lng": -0.6109085969987015,
|
|
501
|
+
"geo_precision": "exact",
|
|
502
|
+
"geo_method": "source_point",
|
|
503
|
+
"source": "anac",
|
|
504
|
+
"refs": {
|
|
505
|
+
"icao": "DAOO"
|
|
506
|
+
},
|
|
507
|
+
"icao": "DAOO",
|
|
508
|
+
"iata": null,
|
|
509
|
+
"address": "Aéroportd’ORAN/Ahmed BenbellaBP13 -Oran",
|
|
510
|
+
"phone": "+21341591067",
|
|
511
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-doran/"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"type": "Feature",
|
|
516
|
+
"geometry": {
|
|
517
|
+
"type": "Point",
|
|
518
|
+
"coordinates": [
|
|
519
|
+
-2.2525513149111935,
|
|
520
|
+
31.651481919578377
|
|
521
|
+
]
|
|
522
|
+
},
|
|
523
|
+
"properties": {
|
|
524
|
+
"id": "daor",
|
|
525
|
+
"name": "Aéroport de BECHAR/Boudghene Ben Ali Lotf",
|
|
526
|
+
"wilaya_code": "08",
|
|
527
|
+
"commune_code": null,
|
|
528
|
+
"commune": null,
|
|
529
|
+
"lat": 31.651481919578377,
|
|
530
|
+
"lng": -2.2525513149111935,
|
|
531
|
+
"geo_precision": "exact",
|
|
532
|
+
"geo_method": "source_point",
|
|
533
|
+
"source": "anac",
|
|
534
|
+
"refs": {
|
|
535
|
+
"icao": "DAOR"
|
|
536
|
+
},
|
|
537
|
+
"icao": "DAOR",
|
|
538
|
+
"iata": null,
|
|
539
|
+
"address": "Boudghene Ben Ali Lotfi‐ BP: 69/Bechar",
|
|
540
|
+
"phone": "+213 49221909",
|
|
541
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-bechar/"
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"type": "Feature",
|
|
546
|
+
"geometry": {
|
|
547
|
+
"type": "Point",
|
|
548
|
+
"coordinates": [
|
|
549
|
+
0.15366508348121125,
|
|
550
|
+
35.204242738046425
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
"properties": {
|
|
554
|
+
"id": "daov",
|
|
555
|
+
"name": "Aéroport de GHRISS",
|
|
556
|
+
"wilaya_code": "29",
|
|
557
|
+
"commune_code": null,
|
|
558
|
+
"commune": null,
|
|
559
|
+
"lat": 35.204242738046425,
|
|
560
|
+
"lng": 0.15366508348121125,
|
|
561
|
+
"geo_precision": "exact",
|
|
562
|
+
"geo_method": "source_point",
|
|
563
|
+
"source": "anac",
|
|
564
|
+
"refs": {
|
|
565
|
+
"icao": "DAOV"
|
|
566
|
+
},
|
|
567
|
+
"icao": "DAOV",
|
|
568
|
+
"iata": null,
|
|
569
|
+
"address": "Aéroport de GHRISS BP 12 - GHRISS",
|
|
570
|
+
"phone": "+213 45715911",
|
|
571
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-mascara/"
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"type": "Feature",
|
|
576
|
+
"geometry": {
|
|
577
|
+
"type": "Point",
|
|
578
|
+
"coordinates": [
|
|
579
|
+
1.093221137403827,
|
|
580
|
+
33.718310325446744
|
|
581
|
+
]
|
|
582
|
+
},
|
|
583
|
+
"properties": {
|
|
584
|
+
"id": "daoy",
|
|
585
|
+
"name": "Aéroport d'EL BAYADH",
|
|
586
|
+
"wilaya_code": "32",
|
|
587
|
+
"commune_code": null,
|
|
588
|
+
"commune": null,
|
|
589
|
+
"lat": 33.718310325446744,
|
|
590
|
+
"lng": 1.093221137403827,
|
|
591
|
+
"geo_precision": "exact",
|
|
592
|
+
"geo_method": "source_point",
|
|
593
|
+
"source": "anac",
|
|
594
|
+
"refs": {
|
|
595
|
+
"icao": "DAOY"
|
|
596
|
+
},
|
|
597
|
+
"icao": "DAOY",
|
|
598
|
+
"iata": null,
|
|
599
|
+
"address": "Aéroport d’El Bayadh BP 209 RP/ El Bayadh",
|
|
600
|
+
"phone": "+213 49667806",
|
|
601
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-el-bayadh/"
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"type": "Feature",
|
|
606
|
+
"geometry": {
|
|
607
|
+
"type": "Point",
|
|
608
|
+
"coordinates": [
|
|
609
|
+
5.751815823519952,
|
|
610
|
+
19.563939499098094
|
|
611
|
+
]
|
|
612
|
+
},
|
|
613
|
+
"properties": {
|
|
614
|
+
"id": "datg",
|
|
615
|
+
"name": "Aéroport d’IN GUEZZAM",
|
|
616
|
+
"wilaya_code": "54",
|
|
617
|
+
"commune_code": null,
|
|
618
|
+
"commune": null,
|
|
619
|
+
"lat": 19.563939499098094,
|
|
620
|
+
"lng": 5.751815823519952,
|
|
621
|
+
"geo_precision": "exact",
|
|
622
|
+
"geo_method": "source_point",
|
|
623
|
+
"source": "anac",
|
|
624
|
+
"refs": {
|
|
625
|
+
"icao": "DATG"
|
|
626
|
+
},
|
|
627
|
+
"icao": "DATG",
|
|
628
|
+
"iata": null,
|
|
629
|
+
"address": "Aéroport d’IN GUEZZAM / IN GUEZZAM",
|
|
630
|
+
"phone": "+213 29 351123",
|
|
631
|
+
"website": "https://aeroports-egsa-alger.dz/fr/7.html"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"type": "Feature",
|
|
636
|
+
"geometry": {
|
|
637
|
+
"type": "Point",
|
|
638
|
+
"coordinates": [
|
|
639
|
+
0.9238537082170545,
|
|
640
|
+
21.371800375167478
|
|
641
|
+
]
|
|
642
|
+
},
|
|
643
|
+
"properties": {
|
|
644
|
+
"id": "datm",
|
|
645
|
+
"name": "Aéroport de BORDJ MOKHTAR –BORDJ MOKHTAR",
|
|
646
|
+
"wilaya_code": "50",
|
|
647
|
+
"commune_code": null,
|
|
648
|
+
"commune": null,
|
|
649
|
+
"lat": 21.371800375167478,
|
|
650
|
+
"lng": 0.9238537082170545,
|
|
651
|
+
"geo_precision": "exact",
|
|
652
|
+
"geo_method": "source_point",
|
|
653
|
+
"source": "anac",
|
|
654
|
+
"refs": {
|
|
655
|
+
"icao": "DATM"
|
|
656
|
+
},
|
|
657
|
+
"icao": "DATM",
|
|
658
|
+
"iata": null,
|
|
659
|
+
"address": "BORDJ MOKHTAR",
|
|
660
|
+
"phone": "+213 49329304",
|
|
661
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-bordj-badji-mokhtar/"
|
|
662
|
+
}
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"type": "Feature",
|
|
666
|
+
"geometry": {
|
|
667
|
+
"type": "Point",
|
|
668
|
+
"coordinates": [
|
|
669
|
+
-0.1894002032622811,
|
|
670
|
+
27.842093213179865
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
"properties": {
|
|
674
|
+
"id": "daua",
|
|
675
|
+
"name": "Aéroport d’Adrar – Touat – Cheikh Sidi Mohamed Belkebir",
|
|
676
|
+
"wilaya_code": "01",
|
|
677
|
+
"commune_code": null,
|
|
678
|
+
"commune": null,
|
|
679
|
+
"lat": 27.842093213179865,
|
|
680
|
+
"lng": -0.1894002032622811,
|
|
681
|
+
"geo_precision": "exact",
|
|
682
|
+
"geo_method": "source_point",
|
|
683
|
+
"source": "anac",
|
|
684
|
+
"refs": {
|
|
685
|
+
"icao": "DAUA"
|
|
686
|
+
},
|
|
687
|
+
"icao": "DAUA",
|
|
688
|
+
"iata": null,
|
|
689
|
+
"address": "Touat‐Cheikh Sidi Mohamed Belkebir BP15‐Adrar",
|
|
690
|
+
"phone": "+21349358003",
|
|
691
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-adrar/"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"type": "Feature",
|
|
696
|
+
"geometry": {
|
|
697
|
+
"type": "Point",
|
|
698
|
+
"coordinates": [
|
|
699
|
+
5.733631154631189,
|
|
700
|
+
34.79160974695419
|
|
701
|
+
]
|
|
702
|
+
},
|
|
703
|
+
"properties": {
|
|
704
|
+
"id": "daub",
|
|
705
|
+
"name": "Aéroport de BISKRA/ Mohamed KHIDER",
|
|
706
|
+
"wilaya_code": "07",
|
|
707
|
+
"commune_code": null,
|
|
708
|
+
"commune": null,
|
|
709
|
+
"lat": 34.79160974695419,
|
|
710
|
+
"lng": 5.733631154631189,
|
|
711
|
+
"geo_precision": "exact",
|
|
712
|
+
"geo_method": "source_point",
|
|
713
|
+
"source": "anac",
|
|
714
|
+
"refs": {
|
|
715
|
+
"icao": "DAUB"
|
|
716
|
+
},
|
|
717
|
+
"icao": "DAUB",
|
|
718
|
+
"iata": null,
|
|
719
|
+
"address": "ENNA – Direction de la Sécurité Aéronautique BP 27 star Melouk BISKRA, Biskra",
|
|
720
|
+
"phone": "+213 33543005",
|
|
721
|
+
"website": "https://www.egsa-constantine.dz/index.php/aeroports/aeroport-de-biskra-mohamed-kheider"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"type": "Feature",
|
|
726
|
+
"geometry": {
|
|
727
|
+
"type": "Point",
|
|
728
|
+
"coordinates": [
|
|
729
|
+
2.8688732967150132,
|
|
730
|
+
30.571557198848183
|
|
731
|
+
]
|
|
732
|
+
},
|
|
733
|
+
"properties": {
|
|
734
|
+
"id": "daue",
|
|
735
|
+
"name": "Aéroport d’El GOLEA",
|
|
736
|
+
"wilaya_code": "58",
|
|
737
|
+
"commune_code": null,
|
|
738
|
+
"commune": null,
|
|
739
|
+
"lat": 30.571557198848183,
|
|
740
|
+
"lng": 2.8688732967150132,
|
|
741
|
+
"geo_precision": "exact",
|
|
742
|
+
"geo_method": "source_point",
|
|
743
|
+
"source": "anac",
|
|
744
|
+
"refs": {
|
|
745
|
+
"icao": "DAUE"
|
|
746
|
+
},
|
|
747
|
+
"icao": "DAUE",
|
|
748
|
+
"iata": null,
|
|
749
|
+
"address": "Aéroport d’El GOLEA BP 30- El GOLEA",
|
|
750
|
+
"phone": "+213 29210735",
|
|
751
|
+
"website": "https://aeroports-egsa-alger.dz/fr/6.html"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"type": "Feature",
|
|
756
|
+
"geometry": {
|
|
757
|
+
"type": "Point",
|
|
758
|
+
"coordinates": [
|
|
759
|
+
3.8015461545489084,
|
|
760
|
+
32.378608164328305
|
|
761
|
+
]
|
|
762
|
+
},
|
|
763
|
+
"properties": {
|
|
764
|
+
"id": "daug",
|
|
765
|
+
"name": "Aéroport de Ghardaïa – Noumérat Moufdi Zakaria",
|
|
766
|
+
"wilaya_code": "47",
|
|
767
|
+
"commune_code": null,
|
|
768
|
+
"commune": null,
|
|
769
|
+
"lat": 32.378608164328305,
|
|
770
|
+
"lng": 3.8015461545489084,
|
|
771
|
+
"geo_precision": "exact",
|
|
772
|
+
"geo_method": "source_point",
|
|
773
|
+
"source": "anac",
|
|
774
|
+
"refs": {
|
|
775
|
+
"icao": "DAUG"
|
|
776
|
+
},
|
|
777
|
+
"icao": "DAUG",
|
|
778
|
+
"iata": null,
|
|
779
|
+
"address": "Aéroport de GHARDAIA/Noumérat‐Moufdi Zakaria BP 123/Ghardaia",
|
|
780
|
+
"phone": "+21329295555",
|
|
781
|
+
"website": "https://aeroports-egsa-alger.dz/fr/14.html"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"type": "Feature",
|
|
786
|
+
"geometry": {
|
|
787
|
+
"type": "Point",
|
|
788
|
+
"coordinates": [
|
|
789
|
+
6.144544541032298,
|
|
790
|
+
31.675453603011896
|
|
791
|
+
]
|
|
792
|
+
},
|
|
793
|
+
"properties": {
|
|
794
|
+
"id": "dauh",
|
|
795
|
+
"name": "Aéroport de Hassi Messaoud – Oued Irara – Krim Belkacem",
|
|
796
|
+
"wilaya_code": "30",
|
|
797
|
+
"commune_code": null,
|
|
798
|
+
"commune": null,
|
|
799
|
+
"lat": 31.675453603011896,
|
|
800
|
+
"lng": 6.144544541032298,
|
|
801
|
+
"geo_precision": "exact",
|
|
802
|
+
"geo_method": "source_point",
|
|
803
|
+
"source": "anac",
|
|
804
|
+
"refs": {
|
|
805
|
+
"icao": "DAUH"
|
|
806
|
+
},
|
|
807
|
+
"icao": "DAUH",
|
|
808
|
+
"iata": null,
|
|
809
|
+
"address": "Aéroport de Hassi Messaoud/Oued Irara‐Krim Belkacem BP 130",
|
|
810
|
+
"phone": "+21329741885",
|
|
811
|
+
"website": "https://aeroports-egsa-alger.dz/fr/10.html"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"type": "Feature",
|
|
816
|
+
"geometry": {
|
|
817
|
+
"type": "Point",
|
|
818
|
+
"coordinates": [
|
|
819
|
+
2.508766383227296,
|
|
820
|
+
27.252139159419297
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
"properties": {
|
|
824
|
+
"id": "daui",
|
|
825
|
+
"name": "Aéroport de In Salah BP 23 - IN SALAH",
|
|
826
|
+
"wilaya_code": "53",
|
|
827
|
+
"commune_code": null,
|
|
828
|
+
"commune": null,
|
|
829
|
+
"lat": 27.252139159419297,
|
|
830
|
+
"lng": 2.508766383227296,
|
|
831
|
+
"geo_precision": "exact",
|
|
832
|
+
"geo_method": "source_point",
|
|
833
|
+
"source": "anac",
|
|
834
|
+
"refs": {
|
|
835
|
+
"icao": "DAUI"
|
|
836
|
+
},
|
|
837
|
+
"icao": "DAUI",
|
|
838
|
+
"iata": null,
|
|
839
|
+
"address": "Aéroport de In Salah BP 23 - IN SALAH",
|
|
840
|
+
"phone": "+213 29366103",
|
|
841
|
+
"website": "https://aeroports-egsa-alger.dz/fr/4.html"
|
|
842
|
+
}
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"type": "Feature",
|
|
846
|
+
"geometry": {
|
|
847
|
+
"type": "Point",
|
|
848
|
+
"coordinates": [
|
|
849
|
+
6.091777108546213,
|
|
850
|
+
33.06679067003136
|
|
851
|
+
]
|
|
852
|
+
},
|
|
853
|
+
"properties": {
|
|
854
|
+
"id": "dauk",
|
|
855
|
+
"name": "Aéroport de TOUGGOURT /Sidi Mahdi",
|
|
856
|
+
"wilaya_code": "55",
|
|
857
|
+
"commune_code": null,
|
|
858
|
+
"commune": null,
|
|
859
|
+
"lat": 33.06679067003136,
|
|
860
|
+
"lng": 6.091777108546213,
|
|
861
|
+
"geo_precision": "exact",
|
|
862
|
+
"geo_method": "source_point",
|
|
863
|
+
"source": "anac",
|
|
864
|
+
"refs": {
|
|
865
|
+
"icao": "DAUK"
|
|
866
|
+
},
|
|
867
|
+
"icao": "DAUK",
|
|
868
|
+
"iata": null,
|
|
869
|
+
"address": "Aéroport de TOUGGOURT /Sidi Mahdi ‐BP 47 / TOUGGOURT",
|
|
870
|
+
"phone": "+213 29 69 31 45",
|
|
871
|
+
"website": "https://aeroports-egsa-alger.dz/fr/8.html"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"type": "Feature",
|
|
876
|
+
"geometry": {
|
|
877
|
+
"type": "Point",
|
|
878
|
+
"coordinates": [
|
|
879
|
+
6.784868996915831,
|
|
880
|
+
33.507414582460555
|
|
881
|
+
]
|
|
882
|
+
},
|
|
883
|
+
"properties": {
|
|
884
|
+
"id": "dauo",
|
|
885
|
+
"name": "Aéroport d’El Oued/Guemar",
|
|
886
|
+
"wilaya_code": "39",
|
|
887
|
+
"commune_code": null,
|
|
888
|
+
"commune": null,
|
|
889
|
+
"lat": 33.507414582460555,
|
|
890
|
+
"lng": 6.784868996915831,
|
|
891
|
+
"geo_precision": "exact",
|
|
892
|
+
"geo_method": "source_point",
|
|
893
|
+
"source": "anac",
|
|
894
|
+
"refs": {
|
|
895
|
+
"icao": "DAUO"
|
|
896
|
+
},
|
|
897
|
+
"icao": "DAUO",
|
|
898
|
+
"iata": null,
|
|
899
|
+
"address": "Aéroport d’El Oued/Guemar BP 110 / El Oued",
|
|
900
|
+
"phone": "+213 32101015",
|
|
901
|
+
"website": "https://aeroports-egsa-alger.dz/fr/17.html"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"type": "Feature",
|
|
906
|
+
"geometry": {
|
|
907
|
+
"type": "Point",
|
|
908
|
+
"coordinates": [
|
|
909
|
+
0.2812601237662405,
|
|
910
|
+
29.244465048530696
|
|
911
|
+
]
|
|
912
|
+
},
|
|
913
|
+
"properties": {
|
|
914
|
+
"id": "daut",
|
|
915
|
+
"name": "Aéroport de TIMIMOUN",
|
|
916
|
+
"wilaya_code": "49",
|
|
917
|
+
"commune_code": null,
|
|
918
|
+
"commune": null,
|
|
919
|
+
"lat": 29.244465048530696,
|
|
920
|
+
"lng": 0.2812601237662405,
|
|
921
|
+
"geo_precision": "exact",
|
|
922
|
+
"geo_method": "source_point",
|
|
923
|
+
"source": "anac",
|
|
924
|
+
"refs": {
|
|
925
|
+
"icao": "DAUT"
|
|
926
|
+
},
|
|
927
|
+
"icao": "DAUT",
|
|
928
|
+
"iata": null,
|
|
929
|
+
"address": "Aéroport de TIMIMOUN ‐ BP 440/ TIMIMOUN",
|
|
930
|
+
"phone": "+213 49305706",
|
|
931
|
+
"website": "https://egsa-oran.dz/index.php/aeroport-de-timimoun/"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"type": "Feature",
|
|
936
|
+
"geometry": {
|
|
937
|
+
"type": "Point",
|
|
938
|
+
"coordinates": [
|
|
939
|
+
5.408429008410361,
|
|
940
|
+
31.936205024205428
|
|
941
|
+
]
|
|
942
|
+
},
|
|
943
|
+
"properties": {
|
|
944
|
+
"id": "dauu",
|
|
945
|
+
"name": "Aéroport de Ouargla/Ain Beida",
|
|
946
|
+
"wilaya_code": "30",
|
|
947
|
+
"commune_code": null,
|
|
948
|
+
"commune": null,
|
|
949
|
+
"lat": 31.936205024205428,
|
|
950
|
+
"lng": 5.408429008410361,
|
|
951
|
+
"geo_precision": "exact",
|
|
952
|
+
"geo_method": "source_point",
|
|
953
|
+
"source": "anac",
|
|
954
|
+
"refs": {
|
|
955
|
+
"icao": "DAUU"
|
|
956
|
+
},
|
|
957
|
+
"icao": "DAUU",
|
|
958
|
+
"iata": null,
|
|
959
|
+
"address": "Aéroport de Ouargla‐ BP 11 /OUARGLA",
|
|
960
|
+
"phone": "+213 29774906",
|
|
961
|
+
"website": "https://aeroports-egsa-alger.dz/fr/2.html"
|
|
962
|
+
}
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"type": "Feature",
|
|
966
|
+
"geometry": {
|
|
967
|
+
"type": "Point",
|
|
968
|
+
"coordinates": [
|
|
969
|
+
9.63789046606008,
|
|
970
|
+
28.051765839675433
|
|
971
|
+
]
|
|
972
|
+
},
|
|
973
|
+
"properties": {
|
|
974
|
+
"id": "dauz",
|
|
975
|
+
"name": "Aéroport de Zarzaitine – In Aménas",
|
|
976
|
+
"wilaya_code": "33",
|
|
977
|
+
"commune_code": null,
|
|
978
|
+
"commune": null,
|
|
979
|
+
"lat": 28.051765839675433,
|
|
980
|
+
"lng": 9.63789046606008,
|
|
981
|
+
"geo_precision": "exact",
|
|
982
|
+
"geo_method": "source_point",
|
|
983
|
+
"source": "anac",
|
|
984
|
+
"refs": {
|
|
985
|
+
"icao": "DAUZ"
|
|
986
|
+
},
|
|
987
|
+
"icao": "DAUZ",
|
|
988
|
+
"iata": null,
|
|
989
|
+
"address": "Aéroport de In Amenas B.P 51 /IN AMENAS",
|
|
990
|
+
"phone": "+213 29 45 13",
|
|
991
|
+
"website": "https://aeroports-egsa-alger.dz/fr/12.html"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
]
|
|
995
|
+
}
|