Skip to content

Instantly share code, notes, and snippets.

@rodighiero
Created June 11, 2019 18:53
Show Gist options
  • Select an option

  • Save rodighiero/63bcc4fd071a703757fbdf941c80be8d to your computer and use it in GitHub Desktop.

Select an option

Save rodighiero/63bcc4fd071a703757fbdf941c80be8d to your computer and use it in GitHub Desktop.
{
"nodes": [{
"group": "Asia",
"id": "BKK",
"name": "Bangkok"
}, {
"group": "India",
"id": "BOM",
"name": "Mumbai"
}, {
"group": "Africa",
"id": "CAI",
"name": "Cairo"
}, {
"group": "Asia",
"id": "CAN",
"name": "Guangzhou"
}, {
"group": "India",
"id": "CCU",
"name": "Kolkata"
}, {
"group": "Europe",
"id": "CDG",
"name": "Paris"
}, {
"group": "Asia",
"id": "CGK",
"name": "Jakarta"
}, {
"group": "Asia",
"id": "CTU",
"name": "Chengdu"
}, {
"group": "Asia",
"id": "DAC",
"name": "Dhaka"
}, {
"group": "India",
"id": "DEL",
"name": "Delhi"
}, {
"group": "Europe",
"id": "DME",
"name": "Moscow"
}, {
"group": "America",
"id": "EZE",
"name": "Buenos Aires"
}, {
"group": "Africa",
"id": "FIH",
"name": "Kinshasa"
}, {
"group": "America",
"id": "GIG",
"name": "Rio De Janeiro"
}, {
"group": "America",
"id": "GRU",
"name": "Sao Paulo"
}, {
"group": "Asia",
"id": "ICN",
"name": "Seoul"
}, {
"group": "Asia",
"id": "IKA",
"name": "Tehran"
}, {
"group": "Asia",
"id": "IST",
"name": "Istanbul"
}, {
"group": "America",
"id": "JFK",
"name": "New York"
}, {
"group": "Asia",
"id": "KHI",
"name": "Karachi"
}, {
"group": "Asia",
"id": "KIX",
"name": "Osaka"
}, {
"group": "America",
"id": "LAX",
"name": "Los Angeles"
}, {
"group": "Asia",
"id": "LHE",
"name": "Lahore"
}, {
"group": "Europe",
"id": "LHR",
"name": "London"
}, {
"group": "America",
"id": "LIM",
"name": "Lima"
}, {
"group": "Africa",
"id": "LOS",
"name": "Lagos"
}, {
"group": "America",
"id": "MEX",
"name": "Mexico City"
}, {
"group": "Asia",
"id": "MNL",
"name": "Manila"
}, {
"group": "Asia",
"id": "NGO",
"name": "Nagoya"
}, {
"group": "Asia",
"id": "NRT",
"name": "Tokyo"
}, {
"group": "Asia",
"id": "PEK",
"name": "Beijing"
}, {
"group": "Asia",
"id": "PVG",
"name": "Shanghai"
}, {
"group": "Asia",
"id": "SZX",
"name": "Shenzhen"
}, {
"group": "Asia",
"id": "TSN",
"name": "Tianjin"
}],
"links": [{
"source": "BKK",
"target": "BOM",
"value": 258
}, {
"source": "BKK",
"target": "CAI",
"value": 545
}, {
"source": "BKK",
"target": "CAN",
"value": 168
}, {
"source": "BKK",
"target": "CCU",
"value": 150
}, {
"source": "BKK",
"target": "CDG",
"value": 710
}, {
"source": "BKK",
"target": "CGK",
"value": 203
}, {
"source": "BKK",
"target": "CTU",
"value": 185
}, {
"source": "BKK",
"target": "DAC",
"value": 140
}, {
"source": "BKK",
"target": "DEL",
"value": 255
}, {
"source": "BKK",
"target": "DME",
"value": 548
}, {
"source": "BKK",
"target": "EZE",
"value": 1623
}, {
"source": "BKK",
"target": "FIH",
"value": 1013
}, {
"source": "BKK",
"target": "GIG",
"value": 1400
}, {
"source": "BKK",
"target": "GRU",
"value": 1363
}, {
"source": "BKK",
"target": "ICN",
"value": 415
}, {
"source": "BKK",
"target": "IKA",
"value": 600
}, {
"source": "BKK",
"target": "IST",
"value": 578
}, {
"source": "BKK",
"target": "JFK",
"value": 1200
}, {
"source": "BKK",
"target": "KHI",
"value": 305
}, {
"source": "BKK",
"target": "KIX",
"value": 338
}, {
"source": "BKK",
"target": "LAX",
"value": 1065
}, {
"source": "BKK",
"target": "LHE",
"value": 290
}, {
"source": "BKK",
"target": "LHR",
"value": 730
}, {
"source": "BKK",
"target": "LIM",
"value": 1618
}, {
"source": "BKK",
"target": "LOS",
"value": 903
}, {
"source": "BKK",
"target": "MEX",
"value": 1418
}, {
"source": "BKK",
"target": "MNL",
"value": 193
}, {
"source": "BKK",
"target": "NGO",
"value": 353
}, {
"source": "BKK",
"target": "NRT",
"value": 378
}, {
"source": "BKK",
"target": "PEK",
"value": 300
}, {
"source": "BKK",
"target": "PVG",
"value": 245
}, {
"source": "BKK",
"target": "SZX",
"value": 160
}, {
"source": "BKK",
"target": "TSN",
"value": 445
}, {
"source": "BOM",
"target": "CAI",
"value": 365
}, {
"source": "BOM",
"target": "CAN",
"value": 523
}, {
"source": "BOM",
"target": "CCU",
"value": 163
}, {
"source": "BOM",
"target": "CDG",
"value": 558
}, {
"source": "BOM",
"target": "CGK",
"value": 505
}, {
"source": "BOM",
"target": "CTU",
"value": 443
}, {
"source": "BOM",
"target": "DAC",
"value": 208
}, {
"source": "BOM",
"target": "DEL",
"value": 123
}, {
"source": "BOM",
"target": "DME",
"value": 603
}, {
"source": "BOM",
"target": "EZE",
"value": 1353
}, {
"source": "BOM",
"target": "FIH",
"value": 660
}, {
"source": "BOM",
"target": "GIG",
"value": 1266
}, {
"source": "BOM",
"target": "GRU",
"value": 1090
}, {
"source": "BOM",
"target": "ICN",
"value": 628
}, {
"source": "BOM",
"target": "IKA",
"value": 408
}, {
"source": "BOM",
"target": "IST",
"value": 408
}, {
"source": "BOM",
"target": "JFK",
"value": 928
}, {
"source": "BOM",
"target": "KHI",
"value": 388
}, {
"source": "BOM",
"target": "KIX",
"value": 723
}, {
"source": "BOM",
"target": "LAX",
"value": 1273
}, {
"source": "BOM",
"target": "LHE",
"value": 553
}, {
"source": "BOM",
"target": "LHR",
"value": 535
}, {
"source": "BOM",
"target": "LIM",
"value": 1463
}, {
"source": "BOM",
"target": "LOS",
"value": 663
}, {
"source": "BOM",
"target": "MEX",
"value": 1355
}, {
"source": "BOM",
"target": "MNL",
"value": 563
}, {
"source": "BOM",
"target": "NGO",
"value": 740
}, {
"source": "BOM",
"target": "NRT",
"value": 578
}, {
"source": "BOM",
"target": "PEK",
"value": 658
}, {
"source": "BOM",
"target": "PVG",
"value": 600
}, {
"source": "BOM",
"target": "SZX",
"value": 728
}, {
"source": "BOM",
"target": "TSN",
"value": 640
}, {
"source": "CAI",
"target": "CAN",
"value": 743
}, {
"source": "CAI",
"target": "CCU",
"value": 615
}, {
"source": "CAI",
"target": "CDG",
"value": 278
}, {
"source": "CAI",
"target": "CGK",
"value": 808
}, {
"source": "CAI",
"target": "CTU",
"value": 863
}, {
"source": "CAI",
"target": "DAC",
"value": 605
}, {
"source": "CAI",
"target": "DEL",
"value": 575
}, {
"source": "CAI",
"target": "DME",
"value": 410
}, {
"source": "CAI",
"target": "EZE",
"value": 1163
}, {
"source": "CAI",
"target": "FIH",
"value": 653
}, {
"source": "CAI",
"target": "GIG",
"value": 1050
}, {
"source": "CAI",
"target": "GRU",
"value": 1053
}, {
"source": "CAI",
"target": "ICN",
"value": 903
}, {
"source": "CAI",
"target": "IKA",
"value": 395
}, {
"source": "CAI",
"target": "IST",
"value": 133
}, {
"source": "CAI",
"target": "JFK",
"value": 813
}, {
"source": "CAI",
"target": "KHI",
"value": 435
}, {
"source": "CAI",
"target": "KIX",
"value": 983
}, {
"source": "CAI",
"target": "LAX",
"value": 1048
}, {
"source": "CAI",
"target": "LHE",
"value": 510
}, {
"source": "CAI",
"target": "LHR",
"value": 300
}, {
"source": "CAI",
"target": "LIM",
"value": 1218
}, {
"source": "CAI",
"target": "LOS",
"value": 660
}, {
"source": "CAI",
"target": "MEX",
"value": 1173
}, {
"source": "CAI",
"target": "MNL",
"value": 835
}, {
"source": "CAI",
"target": "NGO",
"value": 1100
}, {
"source": "CAI",
"target": "NRT",
"value": 933
}, {
"source": "CAI",
"target": "PEK",
"value": 808
}, {
"source": "CAI",
"target": "PVG",
"value": 883
}, {
"source": "CAI",
"target": "SZX",
"value": 1000
}, {
"source": "CAI",
"target": "TSN",
"value": 1115
}, {
"source": "CAN",
"target": "CCU",
"value": 420
}, {
"source": "CAN",
"target": "CDG",
"value": 758
}, {
"source": "CAN",
"target": "CGK",
"value": 300
}, {
"source": "CAN",
"target": "CTU",
"value": 128
}, {
"source": "CAN",
"target": "DAC",
"value": 235
}, {
"source": "CAN",
"target": "DEL",
"value": 325
}, {
"source": "CAN",
"target": "DME",
"value": 645
}, {
"source": "CAN",
"target": "EZE",
"value": 1723
}, {
"source": "CAN",
"target": "FIH",
"value": 1115
}, {
"source": "CAN",
"target": "GIG",
"value": 1477
}, {
"source": "CAN",
"target": "GRU",
"value": 1475
}, {
"source": "CAN",
"target": "ICN",
"value": 200
}, {
"source": "CAN",
"target": "IKA",
"value": 733
}, {
"source": "CAN",
"target": "IST",
"value": 658
}, {
"source": "CAN",
"target": "JFK",
"value": 948
}, {
"source": "CAN",
"target": "KHI",
"value": 605
}, {
"source": "CAN",
"target": "KIX",
"value": 238
}, {
"source": "CAN",
"target": "LAX",
"value": 835
}, {
"source": "CAN",
"target": "LHE",
"value": 618
}, {
"source": "CAN",
"target": "LHR",
"value": 730
}, {
"source": "CAN",
"target": "LIM",
"value": 1580
}, {
"source": "CAN",
"target": "LOS",
"value": 1028
}, {
"source": "CAN",
"target": "MEX",
"value": 1278
}, {
"source": "CAN",
"target": "MNL",
"value": 143
}, {
"source": "CAN",
"target": "NGO",
"value": 368
}, {
"source": "CAN",
"target": "NRT",
"value": 278
}, {
"source": "CAN",
"target": "PEK",
"value": 175
}, {
"source": "CAN",
"target": "PVG",
"value": 128
}, {
"source": "CAN",
"target": "SZX",
"value": 193
}, {
"source": "CAN",
"target": "TSN",
"value": 178
}, {
"source": "CCU",
"target": "CDG",
"value": 780
}, {
"source": "CCU",
"target": "CGK",
"value": 430
}, {
"source": "CCU",
"target": "CTU",
"value": 428
}, {
"source": "CCU",
"target": "DAC",
"value": 53
}, {
"source": "CCU",
"target": "DEL",
"value": 128
}, {
"source": "CCU",
"target": "DME",
"value": 690
}, {
"source": "CCU",
"target": "EZE",
"value": 1560
}, {
"source": "CCU",
"target": "FIH",
"value": 1030
}, {
"source": "CCU",
"target": "GIG",
"value": 1381
}, {
"source": "CCU",
"target": "GRU",
"value": 1388
}, {
"source": "CCU",
"target": "ICN",
"value": 620
}, {
"source": "CCU",
"target": "IKA",
"value": 520
}, {
"source": "CCU",
"target": "IST",
"value": 658
}, {
"source": "CCU",
"target": "JFK",
"value": 1163
}, {
"source": "CCU",
"target": "KHI",
"value": 625
}, {
"source": "CCU",
"target": "KIX",
"value": 673
}, {
"source": "CCU",
"target": "LAX",
"value": 1330
}, {
"source": "CCU",
"target": "LHE",
"value": 718
}, {
"source": "CCU",
"target": "LHR",
"value": 775
}, {
"source": "CCU",
"target": "LIM",
"value": 1865
}, {
"source": "CCU",
"target": "LOS",
"value": 958
}, {
"source": "CCU",
"target": "MEX",
"value": 1599
}, {
"source": "CCU",
"target": "MNL",
"value": 528
}, {
"source": "CCU",
"target": "NGO",
"value": 650
}, {
"source": "CCU",
"target": "NRT",
"value": 608
}, {
"source": "CCU",
"target": "PEK",
"value": 478
}, {
"source": "CCU",
"target": "PVG",
"value": 470
}, {
"source": "CCU",
"target": "SZX",
"value": 458
}, {
"source": "CCU",
"target": "TSN",
"value": 838
}, {
"source": "CDG",
"target": "CGK",
"value": 968
}, {
"source": "CDG",
"target": "CTU",
"value": 798
}, {
"source": "CDG",
"target": "DAC",
"value": 800
}, {
"source": "CDG",
"target": "DEL",
"value": 490
}, {
"source": "CDG",
"target": "DME",
"value": 230
}, {
"source": "CDG",
"target": "EZE",
"value": 805
}, {
"source": "CDG",
"target": "FIH",
"value": 615
}, {
"source": "CDG",
"target": "GIG",
"value": 760
}, {
"source": "CDG",
"target": "GRU",
"value": 690
}, {
"source": "CDG",
"target": "ICN",
"value": 688
}, {
"source": "CDG",
"target": "IKA",
"value": 450
}, {
"source": "CDG",
"target": "IST",
"value": 210
}, {
"source": "CDG",
"target": "JFK",
"value": 455
}, {
"source": "CDG",
"target": "KHI",
"value": 633
}, {
"source": "CDG",
"target": "KIX",
"value": 735
}, {
"source": "CDG",
"target": "LAX",
"value": 673
}, {
"source": "CDG",
"target": "LHE",
"value": 703
}, {
"source": "CDG",
"target": "LHR",
"value": 70
}, {
"source": "CDG",
"target": "LIM",
"value": 743
}, {
"source": "CDG",
"target": "LOS",
"value": 383
}, {
"source": "CDG",
"target": "MEX",
"value": 673
}, {
"source": "CDG",
"target": "MNL",
"value": 955
}, {
"source": "CDG",
"target": "NGO",
"value": 868
}, {
"source": "CDG",
"target": "NRT",
"value": 733
}, {
"source": "CDG",
"target": "PEK",
"value": 628
}, {
"source": "CDG",
"target": "PVG",
"value": 710
}, {
"source": "CDG",
"target": "SZX",
"value": 940
}, {
"source": "CDG",
"target": "TSN",
"value": 920
}, {
"source": "CGK",
"target": "CTU",
"value": 478
}, {
"source": "CGK",
"target": "DAC",
"value": 423
}, {
"source": "CGK",
"target": "DEL",
"value": 515
}, {
"source": "CGK",
"target": "DME",
"value": 885
}, {
"source": "CGK",
"target": "EZE",
"value": 1783
}, {
"source": "CGK",
"target": "FIH",
"value": 1415
}, {
"source": "CGK",
"target": "GIG",
"value": 1560
}, {
"source": "CGK",
"target": "GRU",
"value": 1545
}, {
"source": "CGK",
"target": "ICN",
"value": 415
}, {
"source": "CGK",
"target": "IKA",
"value": 733
}, {
"source": "CGK",
"target": "IST",
"value": 733
}, {
"source": "CGK",
"target": "JFK",
"value": 1295
}, {
"source": "CGK",
"target": "KHI",
"value": 645
}, {
"source": "CGK",
"target": "KIX",
"value": 483
}, {
"source": "CGK",
"target": "LAX",
"value": 1183
}, {
"source": "CGK",
"target": "LHE",
"value": 635
}, {
"source": "CGK",
"target": "LHR",
"value": 973
}, {
"source": "CGK",
"target": "LIM",
"value": 1830
}, {
"source": "CGK",
"target": "LOS",
"value": 1110
}, {
"source": "CGK",
"target": "MEX",
"value": 1573
}, {
"source": "CGK",
"target": "MNL",
"value": 245
}, {
"source": "CGK",
"target": "NGO",
"value": 600
}, {
"source": "CGK",
"target": "NRT",
"value": 435
}, {
"source": "CGK",
"target": "PEK",
"value": 483
}, {
"source": "CGK",
"target": "PVG",
"value": 383
}, {
"source": "CGK",
"target": "SZX",
"value": 520
}, {
"source": "CGK",
"target": "TSN",
"value": 605
}, {
"source": "CTU",
"target": "DAC",
"value": 340
}, {
"source": "CTU",
"target": "DEL",
"value": 585
}, {
"source": "CTU",
"target": "DME",
"value": 718
}, {
"source": "CTU",
"target": "EZE",
"value": 1920
}, {
"source": "CTU",
"target": "FIH",
"value": 1305
}, {
"source": "CTU",
"target": "GIG",
"value": 1626
}, {
"source": "CTU",
"target": "GRU",
"value": 1498
}, {
"source": "CTU",
"target": "ICN",
"value": 230
}, {
"source": "CTU",
"target": "IKA",
"value": 613
}, {
"source": "CTU",
"target": "IST",
"value": 738
}, {
"source": "CTU",
"target": "JFK",
"value": 1068
}, {
"source": "CTU",
"target": "KHI",
"value": 638
}, {
"source": "CTU",
"target": "KIX",
"value": 310
}, {
"source": "CTU",
"target": "LAX",
"value": 990
}, {
"source": "CTU",
"target": "LHE",
"value": 655
}, {
"source": "CTU",
"target": "LHR",
"value": 698
}, {
"source": "CTU",
"target": "LIM",
"value": 1738
}, {
"source": "CTU",
"target": "LOS",
"value": 1053
}, {
"source": "CTU",
"target": "MEX",
"value": 1357
}, {
"source": "CTU",
"target": "MNL",
"value": 338
}, {
"source": "CTU",
"target": "NGO",
"value": 435
}, {
"source": "CTU",
"target": "NRT",
"value": 460
}, {
"source": "CTU",
"target": "PEK",
"value": 153
}, {
"source": "CTU",
"target": "PVG",
"value": 163
}, {
"source": "CTU",
"target": "SZX",
"value": 133
}, {
"source": "CTU",
"target": "TSN",
"value": 158
}, {
"source": "DAC",
"target": "DEL",
"value": 148
}, {
"source": "DAC",
"target": "DME",
"value": 735
}, {
"source": "DAC",
"target": "EZE",
"value": 1575
}, {
"source": "DAC",
"target": "FIH",
"value": 1020
}, {
"source": "DAC",
"target": "GIG",
"value": 1411
}, {
"source": "DAC",
"target": "GRU",
"value": 1418
}, {
"source": "DAC",
"target": "ICN",
"value": 725
}, {
"source": "DAC",
"target": "IKA",
"value": 550
}, {
"source": "DAC",
"target": "IST",
"value": 475
}, {
"source": "DAC",
"target": "JFK",
"value": 1218
}, {
"source": "DAC",
"target": "KHI",
"value": 560
}, {
"source": "DAC",
"target": "KIX",
"value": 758
}, {
"source": "DAC",
"target": "LAX",
"value": 1230
}, {
"source": "DAC",
"target": "LHE",
"value": 653
}, {
"source": "DAC",
"target": "LHR",
"value": 690
}, {
"source": "DAC",
"target": "LIM",
"value": 1895
}, {
"source": "DAC",
"target": "LOS",
"value": 918
}, {
"source": "DAC",
"target": "MEX",
"value": 1577
}, {
"source": "DAC",
"target": "MNL",
"value": 495
}, {
"source": "DAC",
"target": "NGO",
"value": 765
}, {
"source": "DAC",
"target": "NRT",
"value": 723
}, {
"source": "DAC",
"target": "PEK",
"value": 413
}, {
"source": "DAC",
"target": "PVG",
"value": 473
}, {
"source": "DAC",
"target": "SZX",
"value": 413
}, {
"source": "DAC",
"target": "TSN",
"value": 630
}, {
"source": "DEL",
"target": "DME",
"value": 358
}, {
"source": "DEL",
"target": "EZE",
"value": 1438
}, {
"source": "DEL",
"target": "FIH",
"value": 855
}, {
"source": "DEL",
"target": "GIG",
"value": 1349
}, {
"source": "DEL",
"target": "GRU",
"value": 1173
}, {
"source": "DEL",
"target": "ICN",
"value": 513
}, {
"source": "DEL",
"target": "IKA",
"value": 430
}, {
"source": "DEL",
"target": "IST",
"value": 393
}, {
"source": "DEL",
"target": "JFK",
"value": 868
}, {
"source": "DEL",
"target": "KHI",
"value": 430
}, {
"source": "DEL",
"target": "KIX",
"value": 655
}, {
"source": "DEL",
"target": "LAX",
"value": 1160
}, {
"source": "DEL",
"target": "LHE",
"value": 593
}, {
"source": "DEL",
"target": "LHR",
"value": 493
}, {
"source": "DEL",
"target": "LIM",
"value": 1540
}, {
"source": "DEL",
"target": "LOS",
"value": 760
}, {
"source": "DEL",
"target": "MEX",
"value": 1305
}, {
"source": "DEL",
"target": "MNL",
"value": 580
}, {
"source": "DEL",
"target": "NGO",
"value": 695
}, {
"source": "DEL",
"target": "NRT",
"value": 485
}, {
"source": "DEL",
"target": "PEK",
"value": 618
}, {
"source": "DEL",
"target": "PVG",
"value": 470
}, {
"source": "DEL",
"target": "SZX",
"value": 678
}, {
"source": "DEL",
"target": "TSN",
"value": 623
}, {
"source": "DME",
"target": "EZE",
"value": 1105
}, {
"source": "DME",
"target": "FIH",
"value": 860
}, {
"source": "DME",
"target": "GIG",
"value": 1003
}, {
"source": "DME",
"target": "GRU",
"value": 1000
}, {
"source": "DME",
"target": "ICN",
"value": 555
}, {
"source": "DME",
"target": "IKA",
"value": 360
}, {
"source": "DME",
"target": "IST",
"value": 175
}, {
"source": "DME",
"target": "JFK",
"value": 570
}, {
"source": "DME",
"target": "KHI",
"value": 545
}, {
"source": "DME",
"target": "KIX",
"value": 708
}, {
"source": "DME",
"target": "LAX",
"value": 755
}, {
"source": "DME",
"target": "LHE",
"value": 590
}, {
"source": "DME",
"target": "LHR",
"value": 220
}, {
"source": "DME",
"target": "LIM",
"value": 1075
}, {
"source": "DME",
"target": "LOS",
"value": 710
}, {
"source": "DME",
"target": "MEX",
"value": 1003
}, {
"source": "DME",
"target": "MNL",
"value": 875
}, {
"source": "DME",
"target": "NGO",
"value": 748
}, {
"source": "DME",
"target": "NRT",
"value": 595
}, {
"source": "DME",
"target": "PEK",
"value": 445
}, {
"source": "DME",
"target": "PVG",
"value": 543
}, {
"source": "DME",
"target": "SZX",
"value": 770
}, {
"source": "DME",
"target": "TSN",
"value": 818
}, {
"source": "EZE",
"target": "FIH",
"value": 1535
}, {
"source": "EZE",
"target": "GIG",
"value": 186
}, {
"source": "EZE",
"target": "GRU",
"value": 145
}, {
"source": "EZE",
"target": "ICN",
"value": 1653
}, {
"source": "EZE",
"target": "IKA",
"value": 1365
}, {
"source": "EZE",
"target": "IST",
"value": 1028
}, {
"source": "EZE",
"target": "JFK",
"value": 646
}, {
"source": "EZE",
"target": "KHI",
"value": 1395
}, {
"source": "EZE",
"target": "KIX",
"value": 1758
}, {
"source": "EZE",
"target": "LAX",
"value": 906
}, {
"source": "EZE",
"target": "LHE",
"value": 1440
}, {
"source": "EZE",
"target": "LHR",
"value": 815
}, {
"source": "EZE",
"target": "LIM",
"value": 264
}, {
"source": "EZE",
"target": "LOS",
"value": 1330
}, {
"source": "EZE",
"target": "MEX",
"value": 580
}, {
"source": "EZE",
"target": "MNL",
"value": 1778
}, {
"source": "EZE",
"target": "NGO",
"value": 1888
}, {
"source": "EZE",
"target": "NRT",
"value": 1625
}, {
"source": "EZE",
"target": "PEK",
"value": 1641
}, {
"source": "EZE",
"target": "PVG",
"value": 1623
}, {
"source": "EZE",
"target": "SZX",
"value": 1931
}, {
"source": "EZE",
"target": "TSN",
"value": 1855
}, {
"source": "FIH",
"target": "GIG",
"value": 1288
}, {
"source": "FIH",
"target": "GRU",
"value": 1353
}, {
"source": "FIH",
"target": "ICN",
"value": 1370
}, {
"source": "FIH",
"target": "IKA",
"value": 893
}, {
"source": "FIH",
"target": "IST",
"value": 530
}, {
"source": "FIH",
"target": "JFK",
"value": 1255
}, {
"source": "FIH",
"target": "KHI",
"value": 1005
}, {
"source": "FIH",
"target": "KIX",
"value": 1360
}, {
"source": "FIH",
"target": "LAX",
"value": 1468
}, {
"source": "FIH",
"target": "LHE",
"value": 1213
}, {
"source": "FIH",
"target": "LHR",
"value": 723
}, {
"source": "FIH",
"target": "LIM",
"value": 1693
}, {
"source": "FIH",
"target": "LOS",
"value": 488
}, {
"source": "FIH",
"target": "MEX",
"value": 1545
}, {
"source": "FIH",
"target": "MNL",
"value": 1275
}, {
"source": "FIH",
"target": "NGO",
"value": 1508
}, {
"source": "FIH",
"target": "NRT",
"value": 1370
}, {
"source": "FIH",
"target": "PEK",
"value": 1210
}, {
"source": "FIH",
"target": "PVG",
"value": 1130
}, {
"source": "FIH",
"target": "SZX",
"value": 1505
}, {
"source": "FIH",
"target": "TSN",
"value": 1465
}, {
"source": "GIG",
"target": "GRU",
"value": 50
}, {
"source": "GIG",
"target": "ICN",
"value": 1520
}, {
"source": "GIG",
"target": "IKA",
"value": 1186
}, {
"source": "GIG",
"target": "IST",
"value": 970
}, {
"source": "GIG",
"target": "JFK",
"value": 621
}, {
"source": "GIG",
"target": "KHI",
"value": 1117
}, {
"source": "GIG",
"target": "KIX",
"value": 1562
}, {
"source": "GIG",
"target": "LAX",
"value": 878
}, {
"source": "GIG",
"target": "LHE",
"value": 1268
}, {
"source": "GIG",
"target": "LHR",
"value": 688
}, {
"source": "GIG",
"target": "LIM",
"value": 323
}, {
"source": "GIG",
"target": "LOS",
"value": 1285
}, {
"source": "GIG",
"target": "MEX",
"value": 734
}, {
"source": "GIG",
"target": "MNL",
"value": 1570
}, {
"source": "GIG",
"target": "NGO",
"value": 1829
}, {
"source": "GIG",
"target": "NRT",
"value": 1490
}, {
"source": "GIG",
"target": "PEK",
"value": 1507
}, {
"source": "GIG",
"target": "PVG",
"value": 1505
}, {
"source": "GIG",
"target": "SZX",
"value": 1895
}, {
"source": "GIG",
"target": "TSN",
"value": 1863
}, {
"source": "GRU",
"target": "ICN",
"value": 1503
}, {
"source": "GRU",
"target": "IKA",
"value": 1080
}, {
"source": "GRU",
"target": "IST",
"value": 780
}, {
"source": "GRU",
"target": "JFK",
"value": 593
}, {
"source": "GRU",
"target": "KHI",
"value": 1158
}, {
"source": "GRU",
"target": "KIX",
"value": 1610
}, {
"source": "GRU",
"target": "LAX",
"value": 735
}, {
"source": "GRU",
"target": "LHE",
"value": 1193
}, {
"source": "GRU",
"target": "LHR",
"value": 688
}, {
"source": "GRU",
"target": "LIM",
"value": 298
}, {
"source": "GRU",
"target": "LOS",
"value": 1103
}, {
"source": "GRU",
"target": "MEX",
"value": 580
}, {
"source": "GRU",
"target": "MNL",
"value": 1555
}, {
"source": "GRU",
"target": "NGO",
"value": 1745
}, {
"source": "GRU",
"target": "NRT",
"value": 1500
}, {
"source": "GRU",
"target": "PEK",
"value": 1435
}, {
"source": "GRU",
"target": "PVG",
"value": 1475
}, {
"source": "GRU",
"target": "SZX",
"value": 1790
}, {
"source": "GRU",
"target": "TSN",
"value": 1883
}, {
"source": "ICN",
"target": "IKA",
"value": 795
}, {
"source": "ICN",
"target": "IST",
"value": 655
}, {
"source": "ICN",
"target": "JFK",
"value": 850
}, {
"source": "ICN",
"target": "KHI",
"value": 823
}, {
"source": "ICN",
"target": "KIX",
"value": 103
}, {
"source": "ICN",
"target": "LAX",
"value": 720
}, {
"source": "ICN",
"target": "LHE",
"value": 850
}, {
"source": "ICN",
"target": "LHR",
"value": 695
}, {
"source": "ICN",
"target": "LIM",
"value": 1443
}, {
"source": "ICN",
"target": "LOS",
"value": 1150
}, {
"source": "ICN",
"target": "MEX",
"value": 1057
}, {
"source": "ICN",
"target": "MNL",
"value": 220
}, {
"source": "ICN",
"target": "NGO",
"value": 113
}, {
"source": "ICN",
"target": "NRT",
"value": 130
}, {
"source": "ICN",
"target": "PEK",
"value": 118
}, {
"source": "ICN",
"target": "PVG",
"value": 103
}, {
"source": "ICN",
"target": "SZX",
"value": 198
}, {
"source": "ICN",
"target": "TSN",
"value": 105
}, {
"source": "IKA",
"target": "IST",
"value": 188
}, {
"source": "IKA",
"target": "JFK",
"value": 945
}, {
"source": "IKA",
"target": "KHI",
"value": 363
}, {
"source": "IKA",
"target": "KIX",
"value": 860
}, {
"source": "IKA",
"target": "LAX",
"value": 1160
}, {
"source": "IKA",
"target": "LHE",
"value": 450
}, {
"source": "IKA",
"target": "LHR",
"value": 490
}, {
"source": "IKA",
"target": "LIM",
"value": 1360
}, {
"source": "IKA",
"target": "LOS",
"value": 645
}, {
"source": "IKA",
"target": "MEX",
"value": 1188
}, {
"source": "IKA",
"target": "MNL",
"value": 763
}, {
"source": "IKA",
"target": "NGO",
"value": 1030
}, {
"source": "IKA",
"target": "NRT",
"value": 843
}, {
"source": "IKA",
"target": "PEK",
"value": 550
}, {
"source": "IKA",
"target": "PVG",
"value": 718
}, {
"source": "IKA",
"target": "SZX",
"value": 868
}, {
"source": "IKA",
"target": "TSN",
"value": 1025
}, {
"source": "IST",
"target": "JFK",
"value": 618
}, {
"source": "IST",
"target": "KHI",
"value": 348
}, {
"source": "IST",
"target": "KIX",
"value": 855
}, {
"source": "IST",
"target": "LAX",
"value": 800
}, {
"source": "IST",
"target": "LHE",
"value": 363
}, {
"source": "IST",
"target": "LHR",
"value": 228
}, {
"source": "IST",
"target": "LIM",
"value": 1078
}, {
"source": "IST",
"target": "LOS",
"value": 408
}, {
"source": "IST",
"target": "MEX",
"value": 980
}, {
"source": "IST",
"target": "MNL",
"value": 760
}, {
"source": "IST",
"target": "NGO",
"value": 850
}, {
"source": "IST",
"target": "NRT",
"value": 735
}, {
"source": "IST",
"target": "PEK",
"value": 583
}, {
"source": "IST",
"target": "PVG",
"value": 663
}, {
"source": "IST",
"target": "SZX",
"value": 995
}, {
"source": "IST",
"target": "TSN",
"value": 933
}, {
"source": "JFK",
"target": "KHI",
"value": 1025
}, {
"source": "JFK",
"target": "KIX",
"value": 963
}, {
"source": "JFK",
"target": "LAX",
"value": 329
}, {
"source": "JFK",
"target": "LHE",
"value": 1078
}, {
"source": "JFK",
"target": "LHR",
"value": 425
}, {
"source": "JFK",
"target": "LIM",
"value": 478
}, {
"source": "JFK",
"target": "LOS",
"value": 938
}, {
"source": "JFK",
"target": "MEX",
"value": 290
}, {
"source": "JFK",
"target": "MNL",
"value": 1133
}, {
"source": "JFK",
"target": "NGO",
"value": 943
}, {
"source": "JFK",
"target": "NRT",
"value": 800
}, {
"source": "JFK",
"target": "PEK",
"value": 810
}, {
"source": "JFK",
"target": "PVG",
"value": 878
}, {
"source": "JFK",
"target": "SZX",
"value": 1153
}, {
"source": "JFK",
"target": "TSN",
"value": 1073
}, {
"source": "KHI",
"target": "KIX",
"value": 875
}, {
"source": "KHI",
"target": "LAX",
"value": 1228
}, {
"source": "KHI",
"target": "LHR",
"value": 638
}, {
"source": "KHI",
"target": "LIM",
"value": 1540
}, {
"source": "KHI",
"target": "LOS",
"value": 720
}, {
"source": "KHI",
"target": "MEX",
"value": 1495
}, {
"source": "KHI",
"target": "MNL",
"value": 600
}, {
"source": "KHI",
"target": "NGO",
"value": 905
}, {
"source": "KHI",
"target": "NRT",
"value": 820
}, {
"source": "KHI",
"target": "PEK",
"value": 790
}, {
"source": "KHI",
"target": "PVG",
"value": 688
}, {
"source": "KHI",
"target": "SZX",
"value": 873
}, {
"source": "KHI",
"target": "TSN",
"value": 1105
}, {
"source": "KIX",
"target": "LAX",
"value": 690
}, {
"source": "KIX",
"target": "LHE",
"value": 903
}, {
"source": "KIX",
"target": "LHR",
"value": 855
}, {
"source": "KIX",
"target": "LIM",
"value": 1435
}, {
"source": "KIX",
"target": "LOS",
"value": 1178
}, {
"source": "KIX",
"target": "MEX",
"value": 1034
}, {
"source": "KIX",
"target": "MNL",
"value": 243
}, {
"source": "KIX",
"target": "NGO",
"value": 145
}, {
"source": "KIX",
"target": "NRT",
"value": 63
}, {
"source": "KIX",
"target": "PEK",
"value": 183
}, {
"source": "KIX",
"target": "PVG",
"value": 118
}, {
"source": "KIX",
"target": "SZX",
"value": 328
}, {
"source": "KIX",
"target": "TSN",
"value": 273
}, {
"source": "LAX",
"target": "LHE",
"value": 1293
}, {
"source": "LAX",
"target": "LHR",
"value": 640
}, {
"source": "LAX",
"target": "LIM",
"value": 500
}, {
"source": "LAX",
"target": "LOS",
"value": 1140
}, {
"source": "LAX",
"target": "MEX",
"value": 223
}, {
"source": "LAX",
"target": "MNL",
"value": 780
}, {
"source": "LAX",
"target": "NGO",
"value": 798
}, {
"source": "LAX",
"target": "NRT",
"value": 645
}, {
"source": "LAX",
"target": "PEK",
"value": 775
}, {
"source": "LAX",
"target": "PVG",
"value": 768
}, {
"source": "LAX",
"target": "SZX",
"value": 1035
}, {
"source": "LAX",
"target": "TSN",
"value": 1025
}, {
"source": "LHE",
"target": "LHR",
"value": 705
}, {
"source": "LHE",
"target": "LIM",
"value": 1615
}, {
"source": "LHE",
"target": "LOS",
"value": 768
}, {
"source": "LHE",
"target": "MEX",
"value": 1545
}, {
"source": "LHE",
"target": "MNL",
"value": 613
}, {
"source": "LHE",
"target": "NGO",
"value": 918
}, {
"source": "LHE",
"target": "NRT",
"value": 833
}, {
"source": "LHE",
"target": "PEK",
"value": 753
}, {
"source": "LHE",
"target": "PVG",
"value": 700
}, {
"source": "LHE",
"target": "SZX",
"value": 785
}, {
"source": "LHE",
"target": "TSN",
"value": 913
}, {
"source": "LHR",
"target": "LIM",
"value": 890
}, {
"source": "LHR",
"target": "LOS",
"value": 388
}, {
"source": "LHR",
"target": "MEX",
"value": 650
}, {
"source": "LHR",
"target": "MNL",
"value": 925
}, {
"source": "LHR",
"target": "NGO",
"value": 855
}, {
"source": "LHR",
"target": "NRT",
"value": 725
}, {
"source": "LHR",
"target": "PEK",
"value": 638
}, {
"source": "LHR",
"target": "PVG",
"value": 708
}, {
"source": "LHR",
"target": "SZX",
"value": 953
}, {
"source": "LHR",
"target": "TSN",
"value": 930
}, {
"source": "LIM",
"target": "LOS",
"value": 1313
}, {
"source": "LIM",
"target": "MEX",
"value": 353
}, {
"source": "LIM",
"target": "MNL",
"value": 1553
}, {
"source": "LIM",
"target": "NGO",
"value": 1495
}, {
"source": "LIM",
"target": "NRT",
"value": 1325
}, {
"source": "LIM",
"target": "PEK",
"value": 1423
}, {
"source": "LIM",
"target": "PVG",
"value": 1460
}, {
"source": "LIM",
"target": "SZX",
"value": 1738
}, {
"source": "LIM",
"target": "TSN",
"value": 1700
}, {
"source": "LOS",
"target": "MEX",
"value": 1082
}, {
"source": "LOS",
"target": "MNL",
"value": 1105
}, {
"source": "LOS",
"target": "NGO",
"value": 1353
}, {
"source": "LOS",
"target": "NRT",
"value": 1175
}, {
"source": "LOS",
"target": "PEK",
"value": 1053
}, {
"source": "LOS",
"target": "PVG",
"value": 1050
}, {
"source": "LOS",
"target": "SZX",
"value": 1325
}, {
"source": "LOS",
"target": "TSN",
"value": 1388
}, {
"source": "MEX",
"target": "MNL",
"value": 1222
}, {
"source": "MEX",
"target": "NGO",
"value": 1160
}, {
"source": "MEX",
"target": "NRT",
"value": 898
}, {
"source": "MEX",
"target": "PEK",
"value": 1090
}, {
"source": "MEX",
"target": "PVG",
"value": 1110
}, {
"source": "MEX",
"target": "SZX",
"value": 1415
}, {
"source": "MEX",
"target": "TSN",
"value": 1267
}, {
"source": "MNL",
"target": "NGO",
"value": 248
}, {
"source": "MNL",
"target": "NRT",
"value": 248
}, {
"source": "MNL",
"target": "PEK",
"value": 288
}, {
"source": "MNL",
"target": "PVG",
"value": 215
}, {
"source": "MNL",
"target": "SZX",
"value": 495
}, {
"source": "MNL",
"target": "TSN",
"value": 468
}, {
"source": "NGO",
"target": "NRT",
"value": 60
}, {
"source": "NGO",
"target": "PEK",
"value": 198
}, {
"source": "NGO",
"target": "PVG",
"value": 123
}, {
"source": "NGO",
"target": "SZX",
"value": 373
}, {
"source": "NGO",
"target": "TSN",
"value": 185
}, {
"source": "NRT",
"target": "PEK",
"value": 213
}, {
"source": "NRT",
"target": "PVG",
"value": 165
}, {
"source": "NRT",
"target": "SZX",
"value": 418
}, {
"source": "NRT",
"target": "TSN",
"value": 348
}, {
"source": "PEK",
"target": "PVG",
"value": 123
}, {
"source": "PEK",
"target": "SZX",
"value": 185
}, {
"source": "PEK",
"target": "TSN",
"value": 263
}, {
"source": "PVG",
"target": "SZX",
"value": 128
}, {
"source": "PVG",
"target": "TSN",
"value": 110
}, {
"source": "SZX",
"target": "TSN",
"value": 180
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment