turkish_cities 0.3.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +4 -4
  2. data/.github/dependabot.yml +20 -0
  3. data/.hound.yml +1 -1
  4. data/.rubocop.yml +2 -1
  5. data/CHANGELOG.md +22 -0
  6. data/Gemfile.lock +21 -21
  7. data/README.md +143 -13
  8. data/config/locales/en.yml +19 -0
  9. data/config/locales/tr.yml +19 -0
  10. data/lib/turkish_cities/city.rb +1 -3
  11. data/lib/turkish_cities/data/cities.yaml +267 -0
  12. data/lib/turkish_cities/data/districts/adana.yaml +1 -1
  13. data/lib/turkish_cities/data/districts/adiyaman.yaml +184 -176
  14. data/lib/turkish_cities/data/districts/afyon.yaml +295 -189
  15. data/lib/turkish_cities/data/districts/agri.yaml +28 -28
  16. data/lib/turkish_cities/data/districts/aksaray.yaml +90 -61
  17. data/lib/turkish_cities/data/districts/amasya.yaml +17 -6
  18. data/lib/turkish_cities/data/districts/ankara.yaml +22 -22
  19. data/lib/turkish_cities/data/districts/antalya.yaml +3 -3
  20. data/lib/turkish_cities/data/districts/ardahan.yaml +10 -7
  21. data/lib/turkish_cities/data/districts/artvin.yaml +0 -60
  22. data/lib/turkish_cities/data/districts/bartin.yaml +23 -19
  23. data/lib/turkish_cities/data/districts/batman.yaml +45 -28
  24. data/lib/turkish_cities/data/districts/bayburt.yaml +12 -6
  25. data/lib/turkish_cities/data/districts/bilecik.yaml +18 -14
  26. data/lib/turkish_cities/data/districts/bingol.yaml +29 -35
  27. data/lib/turkish_cities/data/districts/bitlis.yaml +56 -43
  28. data/lib/turkish_cities/data/districts/bolu.yaml +34 -58
  29. data/lib/turkish_cities/data/districts/burdur.yaml +22 -16
  30. data/lib/turkish_cities/data/districts/bursa.yaml +3 -2
  31. data/lib/turkish_cities/data/districts/canakkale.yaml +46 -47
  32. data/lib/turkish_cities/data/districts/cankiri.yaml +23 -18
  33. data/lib/turkish_cities/data/districts/corum.yaml +25 -15
  34. data/lib/turkish_cities/data/districts/denizli.yaml +1 -1
  35. data/lib/turkish_cities/data/districts/diyarbakir.yaml +6 -6
  36. data/lib/turkish_cities/data/districts/duzce.yaml +83 -74
  37. data/lib/turkish_cities/data/districts/edirne.yaml +37 -23
  38. data/lib/turkish_cities/data/districts/elazig.yaml +74 -54
  39. data/lib/turkish_cities/data/districts/erzincan.yaml +47 -38
  40. data/lib/turkish_cities/data/districts/erzurum.yaml +1 -1
  41. data/lib/turkish_cities/data/districts/giresun.yaml +125 -57
  42. data/lib/turkish_cities/data/districts/gumushane.yaml +61 -81
  43. data/lib/turkish_cities/data/districts/hakkari.yaml +22 -15
  44. data/lib/turkish_cities/data/districts/hatay.yaml +1 -1
  45. data/lib/turkish_cities/data/districts/igdir.yaml +20 -11
  46. data/lib/turkish_cities/data/districts/isparta.yaml +67 -40
  47. data/lib/turkish_cities/data/districts/istanbul.yaml +12 -12
  48. data/lib/turkish_cities/data/districts/izmir.yaml +12 -12
  49. data/lib/turkish_cities/data/districts/kahramanmaras.yaml +3 -2
  50. data/lib/turkish_cities/data/districts/karabuk.yaml +15 -28
  51. data/lib/turkish_cities/data/districts/karaman.yaml +36 -31
  52. data/lib/turkish_cities/data/districts/kars.yaml +5 -4
  53. data/lib/turkish_cities/data/districts/kastamonu.yaml +3 -29
  54. data/lib/turkish_cities/data/districts/kayseri.yaml +8 -8
  55. data/lib/turkish_cities/data/districts/kilis.yaml +3 -2
  56. data/lib/turkish_cities/data/districts/kirikkale.yaml +17 -13
  57. data/lib/turkish_cities/data/districts/kirklareli.yaml +63 -45
  58. data/lib/turkish_cities/data/districts/kirsehir.yaml +25 -16
  59. data/lib/turkish_cities/data/districts/kocaeli.yaml +1 -1
  60. data/lib/turkish_cities/data/districts/konya.yaml +7 -8
  61. data/lib/turkish_cities/data/districts/kutahya.yaml +104 -72
  62. data/lib/turkish_cities/data/districts/malatya.yaml +1 -1
  63. data/lib/turkish_cities/data/districts/manisa.yaml +2 -2
  64. data/lib/turkish_cities/data/districts/mersin.yaml +4 -4
  65. data/lib/turkish_cities/data/districts/mus.yaml +118 -74
  66. data/lib/turkish_cities/data/districts/nevsehir.yaml +51 -43
  67. data/lib/turkish_cities/data/districts/nigde.yaml +135 -76
  68. data/lib/turkish_cities/data/districts/ordu.yaml +3 -3
  69. data/lib/turkish_cities/data/districts/osmaniye.yaml +53 -32
  70. data/lib/turkish_cities/data/districts/rize.yaml +68 -46
  71. data/lib/turkish_cities/data/districts/sakarya.yaml +2 -2
  72. data/lib/turkish_cities/data/districts/samsun.yaml +3 -3
  73. data/lib/turkish_cities/data/districts/sanliurfa.yaml +7 -7
  74. data/lib/turkish_cities/data/districts/siirt.yaml +27 -13
  75. data/lib/turkish_cities/data/districts/sinop.yaml +1 -5
  76. data/lib/turkish_cities/data/districts/sirnak.yaml +78 -40
  77. data/lib/turkish_cities/data/districts/sivas.yaml +49 -52
  78. data/lib/turkish_cities/data/districts/tekirdag.yaml +7 -2
  79. data/lib/turkish_cities/data/districts/tokat.yaml +201 -138
  80. data/lib/turkish_cities/data/districts/trabzon.yaml +1 -0
  81. data/lib/turkish_cities/data/districts/tunceli.yaml +13 -9
  82. data/lib/turkish_cities/data/districts/usak.yaml +40 -24
  83. data/lib/turkish_cities/data/districts/van.yaml +6 -4
  84. data/lib/turkish_cities/data/districts/yalova.yaml +45 -21
  85. data/lib/turkish_cities/data/districts/yozgat.yaml +147 -80
  86. data/lib/turkish_cities/data/districts/zonguldak.yaml +127 -90
  87. data/lib/turkish_cities/data/neighborhoods_parser.rb +4 -4
  88. data/lib/turkish_cities/distance.rb +33 -3
  89. data/lib/turkish_cities/helpers/decomposer_helper.rb +21 -7
  90. data/lib/turkish_cities/population.rb +66 -0
  91. data/lib/turkish_cities/version.rb +1 -1
  92. data/lib/turkish_cities.rb +22 -2
  93. data/turkish_cities.gemspec +2 -3
  94. metadata +11 -8
  95. data/.travis.yml +0 -21
@@ -7,8 +7,13 @@
7
7
  metropolitan_municipality_since: 1986
8
8
  region: 'Akdeniz'
9
9
  has_sea_access: true
10
+ population: 2263373
10
11
  districts: ['Aladağ', 'Ceyhan', 'Çukurova', 'Feke', 'İmamoğlu', 'Karaisalı', 'Karataş', 'Kozan', 'Pozantı',
11
12
  'Saimbeyli', 'Sarıçam', 'Seyhan', 'Tufanbeyli', 'Yumurtalık', 'Yüreğir']
13
+ land_distance: [335, 575, 966, 603, 492, 535, 1035, 874, 903, 773, 636, 732, 690, 657, 842, 1101, 577, 581, 755,
14
+ 525, 1178, 494, 670, 809, 690, 212, 720, 778, 898, 191, 617, 69, 948, 901, 1012, 683, 335, 1159, 377, 837, 358,
15
+ 675, 396, 885, 192, 537, 846, 743, 289, 207, 707, 919, 800, 720, 707, 847, 422, 1079, 491, 844, 628, 349, 690,
16
+ 893, 489, 765, 267, 800, 292, 477, 621, 709, 782, 1042, 1069, 899, 714, 246, 87, 735]
12
17
  -
13
18
  plate_number: 2
14
19
  name: 'Adıyaman'
@@ -18,7 +23,12 @@
18
23
  metropolitan_municipality_since: null
19
24
  region: 'Güneydoğu Anadolu'
20
25
  has_sea_access: false
26
+ population: 632148
21
27
  districts: ['Besni', 'Çelikhan', 'Gerger', 'Gölbaşı', 'Kahta', 'Merkez', 'Samsat', 'Sincik', 'Tut']
28
+ land_distance: [910, 648, 632, 742, 870, 751, 1209, 1238, 1045, 348, 414, 936, 992, 1114, 1385, 771, 696, 1090, 207,
29
+ 1428, 285, 550, 525, 962, 150, 710, 683, 660, 316, 952, 404, 1198, 1236, 728, 877, 424, 1409, 558, 1087, 693,
30
+ 1010, 187, 1220, 163, 299, 1181, 459, 505, 542, 726, 784, 1050, 749, 389, 890, 412, 1329, 520, 783, 419, 112,
31
+ 1025, 575, 621, 1011, 580, 650, 627, 671, 303, 471, 1028, 758, 751, 1152, 960, 210, 248, 981]
22
32
  -
23
33
  plate_number: 3
24
34
  name: 'Afyon'
@@ -28,8 +38,13 @@
28
38
  metropolitan_municipality_since: null
29
39
  region: 'Ege'
30
40
  has_sea_access: false
41
+ population: 744179
31
42
  districts: ['Başmakçı', 'Bayat', 'Bolvadin', 'Çay', 'Çobanlar', 'Dazkırı', 'Dinar', 'Emirdağ', 'Evciler', 'Hocalar',
32
43
  'İhsaniye', 'İscehisar', 'Kızılören', 'Merkez', 'Sandıklı', 'Sinanpaşa', 'Sultandağı', 'Şuhut']
44
+ land_distance: [1318, 597, 256, 291, 1243, 345, 328, 212, 1095, 1285, 420, 169, 277, 526, 397, 505, 222, 1100, 684,
45
+ 953, 948, 1138, 144, 787, 871, 1015, 1473, 766, 168, 565, 454, 326, 1338, 503, 521, 665, 426, 343, 223, 100, 855,
46
+ 310, 767, 1112, 367, 1202, 440, 459, 827, 1082, 306, 677, 1282, 675, 703, 585, 643, 1007, 1079, 924, 115, 1418,
47
+ 479, 488, 365, 1037, 336, 339, 1196, 1284, 515, 1351, 1429, 338, 447, 821, 662, 375]
33
48
  -
34
49
  plate_number: 4
35
50
  name: 'Ağrı'
@@ -39,7 +54,12 @@
39
54
  metropolitan_municipality_since: null
40
55
  region: 'Doğu Anadolu'
41
56
  has_sea_access: false
57
+ population: 524644
42
58
  districts: ['Diyadin', 'Doğubayazıt', 'Eleşkirt', 'Hamur', 'Merkez', 'Patnos', 'Taşlıçay', 'Tutak']
59
+ land_distance: [736, 1054, 1428, 396, 1640, 1567, 1358, 356, 234, 1145, 1423, 1416, 1687, 984, 828, 1517, 441, 1637,
60
+ 496, 370, 183, 1295, 754, 545, 383, 425, 947, 1373, 1035, 1407, 1640, 214, 990, 812, 1618, 942, 1296, 1114, 1373,
61
+ 592, 1624, 811, 519, 1662, 245, 891, 938, 589, 439, 1259, 739, 330, 894, 618, 1538, 675, 476, 423, 617, 1429, 228,
62
+ 842, 1204, 966, 305, 1114, 979, 369, 430, 1173, 308, 143, 1361, 1104, 814, 879, 1190]
43
63
  -
44
64
  plate_number: 5
45
65
  name: 'Amasya'
@@ -49,7 +69,12 @@
49
69
  metropolitan_municipality_since: null
50
70
  region: 'Karadeniz'
51
71
  has_sea_access: false
72
+ population: 335331
52
73
  districts: ['Göynücek', 'Gümüşhacıköy', 'Hamamözü', 'Merkez', 'Merzifon', 'Suluova', 'Taşova']
74
+ land_distance: [333, 825, 693, 938, 831, 622, 641, 831, 409, 762, 680, 951, 248, 92, 815, 696, 901, 543, 366, 556,
75
+ 574, 584, 321, 433, 1131, 681, 719, 639, 671, 919, 756, 254, 346, 882, 312, 560, 511, 652, 463, 903, 508, 792, 960,
76
+ 748, 361, 439, 277, 532, 523, 131, 882, 258, 220, 802, 114, 457, 497, 716, 708, 964, 200, 468, 422, 455, 615, 258,
77
+ 796, 982, 437, 781, 847, 625, 368, 644, 613, 454]
53
78
  -
54
79
  plate_number: 6
55
80
  name: 'Ankara'
@@ -59,9 +84,14 @@
59
84
  metropolitan_municipality_since: 1984
60
85
  region: 'İç Anadolu'
61
86
  has_sea_access: false
87
+ population: 5747325
62
88
  districts: ['Akyurt', 'Altındağ', 'Ayaş', 'Bala', 'Beypazarı', 'Çamlıdere', 'Çankaya', 'Çubuk', 'Elmadağ',
63
89
  'Etimesgut', 'Evren', 'Gölbaşı', 'Güdül', 'Haymana', 'Kahramankazan', 'Kalecik', 'Keçiören', 'Kızılcahamam',
64
90
  'Mamak', 'Nallıhan', 'Polatlı', 'Pursaklar', 'Sincan', 'Şereflikoçhisar', 'Yenimahalle']
91
+ land_distance: [543, 979, 597, 536, 316, 892, 1082, 191, 421, 385, 656, 130, 241, 474, 901, 683, 750, 684, 874, 233,
92
+ 655, 607, 751, 1341, 683, 420, 485, 453, 578, 1074, 236, 318, 664, 184, 342, 258, 311, 652, 562, 579, 980, 619,
93
+ 999, 275, 347, 563, 818, 305, 413, 1087, 408, 439, 584, 379, 743, 815, 792, 367, 1215, 215, 266, 225, 773, 369, 75,
94
+ 1001, 1152, 283, 1087, 1165, 407, 215, 715, 579, 236]
65
95
  -
66
96
  plate_number: 7
67
97
  name: 'Antalya'
@@ -71,8 +101,13 @@
71
101
  metropolitan_municipality_since: 1993
72
102
  region: 'Akdeniz'
73
103
  has_sea_access: true
104
+ population: 2619832
74
105
  districts: ['Akseki', 'Aksu', 'Alanya', 'Demre', 'Döşemealtı', 'Elmalı', 'Finike', 'Gazipaşa', 'Gündoğmuş', 'İbradı',
75
106
  'Kaş', 'Kemer', 'Kepez', 'Konyaaltı', 'Korkuteli', 'Kumluca', 'Manavgat', 'Muratpaşa', 'Serik']
107
+ land_distance: [1466, 339, 507, 475, 1171, 1267, 683, 122, 540, 702, 667, 733, 220, 1060, 910, 1029, 1058, 1248, 423,
108
+ 747, 1099, 1166, 1433, 726, 130, 466, 717, 444, 1448, 773, 618, 927, 572, 606, 322, 363, 931, 428, 727, 1072, 311,
109
+ 1278, 537, 544, 1055, 1307, 569, 905, 1242, 945, 810, 848, 871, 1232, 1163, 884, 294, 1428, 684, 751, 462, 1188,
110
+ 374, 567, 1156, 1244, 802, 1473, 1539, 601, 734, 781, 622, 638]
76
111
  -
77
112
  plate_number: 8
78
113
  name: 'Artvin'
@@ -82,7 +117,12 @@
82
117
  metropolitan_municipality_since: null
83
118
  region: 'Karadeniz'
84
119
  has_sea_access: true
120
+ population: 169543
85
121
  districts: ['Ardanuç', 'Arhavi', 'Borçka', 'Hopa', 'Kemalpaşa', 'Merkez', 'Murgul', 'Şavşat', 'Yusufeli']
122
+ land_distance: [1584, 1460, 1251, 403, 562, 1038, 1408, 1309, 1580, 894, 738, 1461, 544, 1530, 543, 408, 226, 1220,
123
+ 857, 372, 336, 761, 1016, 1365, 1104, 1300, 1565, 207, 856, 850, 1511, 949, 1189, 1152, 1298, 639, 1549, 863, 640,
124
+ 1606, 479, 929, 976, 416, 161, 1152, 566, 658, 721, 656, 1431, 632, 236, 461, 720, 1354, 564, 837, 1070, 1004, 343,
125
+ 1152, 904, 597, 758, 1039, 116, 341, 1254, 970, 917, 948, 1083]
86
126
  -
87
127
  plate_number: 9
88
128
  name: 'Aydın'
@@ -92,8 +132,13 @@
92
132
  metropolitan_municipality_since: 2012
93
133
  region: 'Ege'
94
134
  has_sea_access: true
135
+ population: 1134031
95
136
  districts: ['Bozdoğan', 'Buharkent', 'Çine', 'Didim', 'Efeler', 'Germencik', 'İncirliova', 'Karacasu', 'Karpuzlu',
96
137
  'Koçarlı', 'Köşk', 'Kuşadası', 'Kuyucak', 'Nazilli', 'Söke', 'Sultanhisar', 'Yenipazar']
138
+ land_distance: [296, 520, 1404, 1594, 716, 269, 445, 451, 738, 846, 126, 1399, 659, 1262, 1270, 1460, 477, 1086,
139
+ 1212, 1356, 1772, 1065, 288, 805, 684, 126, 1660, 844, 830, 676, 767, 573, 532, 408, 1164, 155, 1066, 1411, 99,
140
+ 1511, 749, 768, 1168, 1423, 602, 1018, 1581, 1016, 1022, 630, 984, 1348, 1396, 1223, 273, 1727, 820, 784, 674,
141
+ 1378, 641, 680, 1495, 1583, 856, 1685, 1751, 510, 788, 1120, 961, 671]
97
142
  -
98
143
  plate_number: 10
99
144
  name: 'Balıkesir'
@@ -103,9 +148,14 @@
103
148
  metropolitan_municipality_since: 2012
104
149
  region: 'Marmara'
105
150
  has_sea_access: true
151
+ population: 1250610
106
152
  districts: ['Altıeylül', 'Ayvalık', 'Balya', 'Bandırma', 'Bigadiç', 'Burhaniye', 'Dursunbey', 'Edremit', 'Erdek',
107
153
  'Gömeç', 'Gönen', 'Havran', 'İvrindi', 'Karesi', 'Kepsut', 'Manyas', 'Marmara', 'Savaştepe', 'Sındırgı',
108
154
  'Susurluk']
155
+ land_distance: [245, 1414, 1604, 422, 395, 151, 198, 655, 774, 287, 1423, 406, 1272, 1197, 1387, 303, 1115, 1088,
156
+ 1250, 1801, 1094, 394, 893, 390, 176, 1587, 667, 840, 423, 706, 279, 551, 228, 1174, 141, 1095, 1440, 394, 1521,
157
+ 768, 787, 1044, 1299, 308, 894, 1609, 839, 983, 377, 923, 1224, 1328, 1252, 223, 1737, 759, 490, 693, 1286, 664,
158
+ 619, 1523, 1612, 577, 1568, 1678, 216, 556, 1149, 990, 377]
109
159
  -
110
160
  plate_number: 11
111
161
  name: 'Bilecik'
@@ -115,7 +165,12 @@
115
165
  metropolitan_municipality_since: null
116
166
  region: 'Marmara'
117
167
  has_sea_access: false
168
+ population: 228334
118
169
  districts: ['Bozüyük', 'Gölpazarı', 'İnhisar', 'Merkez', 'Osmaneli', 'Pazaryeri', 'Söğüt', 'Yenipazar']
170
+ land_distance: [1194, 1384, 213, 353, 94, 365, 446, 565, 397, 1203, 477, 1052, 988, 1178, 83, 957, 879, 1041, 1643,
171
+ 964, 352, 763, 247, 419, 1378, 458, 620, 458, 486, 136, 421, 112, 954, 384, 881, 1282, 542, 1301, 577, 648, 835,
172
+ 1090, 99, 685, 1389, 630, 763, 378, 703, 1015, 1119, 1094, 251, 1517, 539, 281, 526, 1077, 534, 399, 1303, 1454,
173
+ 368, 1359, 1469, 126, 347, 1017, 860, 168]
119
174
  -
120
175
  plate_number: 12
121
176
  name: 'Bingöl'
@@ -125,7 +180,12 @@
125
180
  metropolitan_municipality_since: null
126
181
  region: 'Doğu Anadolu'
127
182
  has_sea_access: false
183
+ population: 283112
128
184
  districts: ['Adaklı', 'Genç', 'Karlıova', 'Kiğı', 'Merkez', 'Solhan', 'Yayladere', 'Yedisu']
185
+ land_distance: [194, 1050, 1187, 1264, 1535, 889, 733, 1281, 141, 1542, 144, 275, 177, 1112, 454, 542, 380, 494, 617,
186
+ 1137, 705, 1312, 1421, 380, 895, 574, 1523, 708, 1201, 878, 1190, 240, 1405, 464, 237, 1426, 111, 655, 702, 586,
187
+ 436, 1164, 721, 280, 866, 467, 1443, 575, 473, 144, 317, 1210, 327, 691, 1109, 730, 302, 878, 821, 194, 380, 1078,
188
+ 410, 471, 1266, 1009, 514, 549, 1095]
129
189
  -
130
190
  plate_number: 13
131
191
  name: 'Bitlis'
@@ -135,7 +195,12 @@
135
195
  metropolitan_municipality_since: null
136
196
  region: 'Doğu Anadolu'
137
197
  has_sea_access: false
198
+ population: 352277
138
199
  districts: ['Adilcevaz', 'Ahlat', 'Güroymak', 'Hizan', 'Merkez', 'Mutki', 'Tatvan']
200
+ land_distance: [1240, 1377, 1454, 1725, 1079, 923, 1471, 207, 1732, 334, 465, 349, 1302, 520, 711, 549, 328, 713,
201
+ 1327, 801, 1502, 1611, 432, 1085, 764, 1713, 898, 1391, 1068, 1380, 430, 1595, 577, 285, 1578, 83, 845, 892, 755,
202
+ 605, 1354, 905, 96, 1056, 657, 1633, 765, 642, 334, 383, 1400, 161, 881, 1299, 920, 471, 1024, 1011, 135, 196,
203
+ 1268, 494, 337, 1456, 1199, 580, 645, 1285]
139
204
  -
140
205
  plate_number: 14
141
206
  name: 'Bolu'
@@ -145,7 +210,12 @@
145
210
  metropolitan_municipality_since: null
146
211
  region: 'Karadeniz'
147
212
  has_sea_access: false
213
+ population: 320014
148
214
  districts: ['Dörtdivan', 'Gerede', 'Göynük', 'Kıbrıscık', 'Mengen', 'Merkez', 'Mudurnu', 'Seben', 'Yeniçağa']
215
+ land_distance: [561, 271, 542, 233, 352, 605, 1095, 492, 944, 775, 965, 291, 849, 666, 828, 1535, 881, 560, 683, 262,
216
+ 596, 1165, 245, 512, 473, 378, 151, 456, 320, 846, 561, 773, 1174, 750, 1157, 469, 545, 622, 877, 114, 472, 1281,
217
+ 417, 629, 393, 523, 802, 906, 986, 459, 1373, 409, 157, 423, 864, 567, 269, 1195, 1346, 174, 1146, 1256, 216, 134,
218
+ 909, 777, 45]
149
219
  -
150
220
  plate_number: 15
151
221
  name: 'Burdur'
@@ -155,8 +225,13 @@
155
225
  metropolitan_municipality_since: null
156
226
  region: 'Akdeniz'
157
227
  has_sea_access: false
228
+ population: 273716
158
229
  districts: ['Ağlasun', 'Altınyayla', 'Bucak', 'Çavdır', 'Çeltikçi', 'Gölhisar', 'Karamanlı', 'Kemer', 'Merkez',
159
230
  'Tefenni', 'Yeşilova']
231
+ land_distance: [418, 593, 562, 670, 150, 1182, 801, 1045, 1053, 1243, 301, 869, 1036, 1161, 1555, 848, 51, 588, 595,
232
+ 374, 1443, 668, 613, 806, 566, 484, 314, 241, 947, 358, 849, 1194, 241, 1294, 532, 551, 992, 1247, 447, 842, 1364,
233
+ 840, 805, 726, 808, 1172, 1179, 1006, 172, 1510, 644, 629, 457, 1183, 419, 504, 1278, 1366, 680, 1468, 1534, 479,
234
+ 612, 903, 744, 516]
160
235
  -
161
236
  plate_number: 16
162
237
  name: 'Bursa'
@@ -166,8 +241,13 @@
166
241
  metropolitan_municipality_since: 1987
167
242
  region: 'Marmara'
168
243
  has_sea_access: true
244
+ population: 3147818
169
245
  districts: ['Büyükorhan', 'Gemlik', 'Gürsu', 'Harmancık', 'İnegöl', 'İznik', 'Karacabey', 'Keles', 'Kestel',
170
246
  'Mudanya', 'Mustafakemalpaşa', 'Nilüfer', 'Orhaneli', 'Orhangazi', 'Osmangazi', 'Yenişehir', 'Yıldırım']
247
+ land_distance: [271, 504, 623, 436, 1272, 419, 1121, 1046, 1236, 152, 1026, 937, 1099, 1712, 1033, 417, 832, 243,
248
+ 325, 1436, 516, 689, 436, 555, 132, 490, 177, 1023, 290, 950, 1351, 543, 1370, 646, 717, 893, 1148, 157, 743, 1458,
249
+ 688, 832, 374, 772, 1073, 1177, 1163, 308, 1586, 608, 339, 595, 1135, 603, 468, 1372, 1523, 426, 1417, 1527, 69,
250
+ 405, 1086, 929, 226]
171
251
  -
172
252
  plate_number: 17
173
253
  name: 'Çanakkale'
@@ -177,8 +257,13 @@
177
257
  metropolitan_municipality_since: null
178
258
  region: 'Marmara'
179
259
  has_sea_access: true
260
+ population: 557276
180
261
  districts: ['Ayvacık', 'Bayramiç', 'Biga', 'Bozcaada', 'Çan', 'Eceabat', 'Ezine', 'Gelibolu', 'Gökçeada', 'Lapseki',
181
262
  'Merkez', 'Yenice']
263
+ land_distance: [775, 894, 482, 1543, 216, 1392, 1317, 1507, 423, 1297, 1208, 1370, 1983, 1292, 592, 1091, 318, 327,
264
+ 1707, 787, 960, 233, 826, 399, 749, 426, 1294, 330, 1221, 1622, 549, 1641, 917, 985, 1164, 1419, 428, 1014, 1729,
265
+ 959, 1103, 187, 1043, 1344, 1448, 1434, 421, 1857, 879, 610, 866, 1406, 862, 739, 1643, 1794, 697, 1688, 1798, 336,
266
+ 676, 1347, 1188, 497]
182
267
  -
183
268
  plate_number: 18
184
269
  name: 'Çankırı'
@@ -188,8 +273,12 @@
188
273
  metropolitan_municipality_since: null
189
274
  region: 'İç Anadolu'
190
275
  has_sea_access: false
276
+ population: 196515
191
277
  districts: ['Atkaracalar', 'Bayramören', 'Çerkeş', 'Eldivan', 'Ilgaz', 'Kızılırmak', 'Korgun', 'Kurşunlu', 'Merkez',
192
278
  'Orta', 'Şabanözü', 'Yapraklı']
279
+ land_distance: [156, 615, 916, 725, 763, 614, 804, 374, 684, 522, 681, 1370, 768, 561, 570, 495, 719, 1004, 106, 347,
280
+ 706, 213, 384, 353, 452, 681, 703, 608, 1009, 760, 996, 304, 386, 478, 733, 347, 328, 1102, 278, 440, 626, 334,
281
+ 658, 745, 821, 508, 1212, 244, 293, 310, 703, 464, 104, 1016, 1181, 282, 1002, 1095, 449, 193, 744, 664, 278]
193
282
  -
194
283
  plate_number: 19
195
284
  name: 'Çorum'
@@ -199,8 +288,12 @@
199
288
  metropolitan_municipality_since: null
200
289
  region: 'Karadeniz'
201
290
  has_sea_access: false
291
+ population: 526282
202
292
  districts: ['Alaca', 'Bayat', 'Boğazkale', 'Dodurga', 'İskilip', 'Kargı', 'Laçin', 'Mecitözü', 'Merkez', 'Oğuzlar',
203
293
  'Ortaköy', 'Osmancık', 'Sungurlu', 'Uğurludağ']
294
+ land_distance: [723, 760, 844, 607, 458, 648, 482, 618, 366, 525, 1223, 715, 627, 574, 614, 827, 848, 197, 281, 825,
295
+ 220, 503, 419, 560, 527, 811, 542, 856, 868, 840, 296, 374, 322, 577, 466, 172, 946, 266, 284, 745, 178, 502, 589,
296
+ 755, 616, 1056, 108, 411, 330, 547, 530, 166, 860, 1046, 380, 846, 939, 568, 311, 678, 647, 397]
204
297
  -
205
298
  plate_number: 20
206
299
  name: 'Denizli'
@@ -210,8 +303,12 @@
210
303
  metropolitan_municipality_since: 2012
211
304
  region: 'Ege'
212
305
  has_sea_access: false
306
+ population: 1051056
213
307
  districts: ['Acıpayam', 'Babadağ', 'Baklan', 'Bekilli', 'Beyağaç', 'Bozkurt', 'Buldan', 'Çal', 'Çameli', 'Çardak',
214
308
  'Çivril', 'Güney', 'Honaz', 'Kale', 'Merkezefendi', 'Pamukkale', 'Sarayköy', 'Serinhisar', 'Tavas']
309
+ land_distance: [1280, 690, 1139, 1147, 1337, 354, 967, 1089, 1233, 1653, 946, 165, 686, 639, 224, 1537, 721, 707,
310
+ 707, 644, 528, 409, 285, 1041, 208, 947, 1292, 145, 1388, 626, 645, 1045, 1300, 491, 895, 1462, 893, 899, 661, 861,
311
+ 1225, 1273, 1104, 150, 1604, 697, 673, 551, 1255, 518, 557, 1376, 1464, 733, 1562, 1628, 501, 665, 1001, 842, 560]
215
312
  -
216
313
  plate_number: 21
217
314
  name: 'Diyarbakır'
@@ -221,8 +318,12 @@
221
318
  metropolitan_municipality_since: 1993
222
319
  region: 'Güneydoğu Anadolu'
223
320
  has_sea_access: false
321
+ population: 1791373
224
322
  districts: ['Bağlar', 'Bismil', 'Çermik', 'Çınar', 'Çüngüş', 'Dicle', 'Eğil', 'Ergani', 'Hani', 'Hazro', 'Kayapınar',
225
323
  'Kocaköy', 'Kulp', 'Lice', 'Silvan', 'Sur', 'Yenişehir']
324
+ land_distance: [1587, 153, 408, 318, 1121, 313, 683, 521, 475, 506, 1142, 594, 1357, 1426, 521, 950, 583, 1568, 717,
325
+ 1246, 883, 1199, 249, 1410, 370, 96, 1371, 252, 664, 711, 727, 577, 1209, 813, 186, 954, 476, 1488, 584, 614, 277,
326
+ 176, 1215, 368, 700, 1164, 739, 443, 817, 830, 100, 286, 1133, 551, 544, 1311, 1064, 373, 438, 1140]
226
327
  -
227
328
  plate_number: 22
228
329
  name: 'Edirne'
@@ -232,7 +333,11 @@
232
333
  metropolitan_municipality_since: null
233
334
  region: 'Marmara'
234
335
  has_sea_access: true
336
+ population: 412115
235
337
  districts: ['Enez', 'Havsa', 'İpsala', 'Keşan', 'Lalapaşa', 'Meriç', 'Merkez', 'Süloğlu', 'Uzunköprü']
338
+ land_distance: [1436, 1267, 1457, 555, 1341, 1158, 1320, 2027, 1369, 800, 1171, 230, 535, 1657, 737, 1004, 62, 870,
339
+ 341, 893, 584, 1338, 538, 1265, 1666, 757, 1649, 961, 1033, 1114, 1369, 378, 964, 1773, 909, 1121, 140, 1015, 1294,
340
+ 1398, 1478, 629, 1865, 901, 560, 911, 1356, 1006, 761, 1687, 1838, 647, 1638, 1748, 406, 626, 1401, 1265, 447]
236
341
  -
237
342
  plate_number: 23
238
343
  name: 'Elazığ'
@@ -242,8 +347,12 @@
242
347
  metropolitan_municipality_since: null
243
348
  region: 'Doğu Anadolu'
244
349
  has_sea_access: false
350
+ population: 588088
245
351
  districts: ['Ağın', 'Alacakaya', 'Arıcak', 'Baskil', 'Karakoçan', 'Keban', 'Kovancılar', 'Maden', 'Merkez', 'Palu',
246
352
  'Sivrice']
353
+ land_distance: [267, 317, 970, 342, 562, 400, 628, 475, 995, 563, 1206, 1279, 520, 797, 432, 1417, 566, 1095, 736,
354
+ 1048, 98, 1263, 322, 249, 1284, 251, 513, 560, 592, 575, 1058, 660, 339, 801, 323, 1337, 431, 500, 136, 319, 1068,
355
+ 467, 547, 1011, 588, 396, 736, 679, 253, 439, 980, 550, 611, 1160, 911, 402, 407, 989]
247
356
  -
248
357
  plate_number: 24
249
358
  name: 'Erzincan'
@@ -253,7 +362,11 @@
253
362
  metropolitan_municipality_since: null
254
363
  region: 'Doğu Anadolu'
255
364
  has_sea_access: false
365
+ population: 237351
256
366
  districts: ['Çayırlı', 'İliç', 'Kemah', 'Kemaliye', 'Merkez', 'Otlukbeli', 'Refahiye', 'Tercan', 'Üzümlü']
367
+ land_distance: [190, 925, 607, 295, 133, 765, 740, 1003, 739, 1037, 1270, 390, 620, 442, 1248, 572, 926, 744, 1003,
368
+ 363, 1254, 575, 504, 1292, 382, 521, 568, 325, 308, 889, 446, 555, 591, 248, 1168, 305, 233, 131, 574, 1059, 598,
369
+ 472, 834, 596, 155, 744, 609, 469, 655, 803, 415, 481, 991, 734, 667, 672, 820]
257
370
  -
258
371
  plate_number: 25
259
372
  name: 'Erzurum'
@@ -263,8 +376,12 @@
263
376
  metropolitan_municipality_since: 1993
264
377
  region: 'Doğu Anadolu'
265
378
  has_sea_access: false
379
+ population: 756893
266
380
  districts: ['Aşkale', 'Aziziye', 'Çat', 'Hınıs', 'Horasan', 'İspir', 'Karaçoban', 'Karayazı', 'Köprüköy', 'Narman',
267
381
  'Oltu', 'Olur', 'Palandöken', 'Pasinler', 'Pazaryolu', 'Şenkaya', 'Tekman', 'Tortum', 'Uzundere', 'Yakutiye']
382
+ land_distance: [1115, 631, 365, 203, 608, 790, 1193, 878, 1227, 1460, 203, 810, 632, 1438, 762, 1116, 934, 1193, 413,
383
+ 1444, 637, 414, 1482, 266, 711, 758, 409, 259, 1079, 559, 445, 714, 438, 1358, 495, 296, 243, 494, 1249, 411, 662,
384
+ 1024, 786, 125, 934, 799, 371, 545, 993, 233, 294, 1181, 924, 691, 722, 1010]
268
385
  -
269
386
  plate_number: 26
270
387
  name: 'Eskişehir'
@@ -274,8 +391,12 @@
274
391
  metropolitan_municipality_since: 1993
275
392
  region: 'İç Anadolu'
276
393
  has_sea_access: false
394
+ population: 898369
277
395
  districts: ['Alpu', 'Beylikova', 'Çifteler', 'Günyüzü', 'Han', 'İnönü', 'Mahmudiye', 'Mihalgazi', 'Mihalıççık',
278
396
  'Odunpazarı', 'Sarıcakaya', 'Seyitgazi', 'Sivrihisar', 'Tepebaşı']
397
+ land_distance: [874, 848, 992, 1560, 881, 300, 680, 325, 410, 1315, 480, 537, 536, 403, 214, 338, 78, 871, 394, 798,
398
+ 1199, 499, 1218, 494, 565, 804, 1059, 177, 654, 1306, 652, 680, 456, 620, 984, 1056, 1011, 217, 1434, 456, 359,
399
+ 443, 1014, 451, 316, 1220, 1371, 446, 1328, 1406, 209, 424, 934, 777, 246]
279
400
  -
280
401
  plate_number: 27
281
402
  name: 'Gaziantep'
@@ -285,7 +406,11 @@
285
406
  metropolitan_municipality_since: 1987
286
407
  region: 'Güneydoğu Anadolu'
287
408
  has_sea_access: false
409
+ population: 2130432
288
410
  districts: ['Araban', 'İslahiye', 'Karkamış', 'Nizip', 'Nurdağı', 'Oğuzeli', 'Şahinbey', 'Şehitkamil', 'Yavuzeli']
411
+ land_distance: [701, 740, 686, 193, 829, 281, 1111, 1113, 834, 790, 337, 1322, 471, 1000, 570, 887, 244, 1097, 76,
412
+ 325, 1058, 565, 418, 419, 688, 890, 963, 701, 495, 842, 403, 1242, 472, 825, 476, 137, 902, 681, 534, 924, 479,
413
+ 736, 504, 584, 409, 497, 941, 864, 857, 1065, 873, 64, 125, 894]
289
414
  -
290
415
  plate_number: 28
291
416
  name: 'Giresun'
@@ -295,8 +420,12 @@
295
420
  metropolitan_municipality_since: null
296
421
  region: 'Karadeniz'
297
422
  has_sea_access: true
423
+ population: 450154
298
424
  districts: ['Alucra', 'Bulancak', 'Çamoluk', 'Çanakçı', 'Dereli', 'Doğankent', 'Espiye', 'Eynesil', 'Görele', 'Güce',
299
425
  'Keşap', 'Merkez', 'Piraziz', 'Şebinkarahisar', 'Tirebolu', 'Yağlıdere']
426
+ land_distance: [162, 970, 798, 993, 789, 928, 1193, 565, 484, 492, 1139, 577, 817, 785, 926, 541, 1177, 625, 779,
427
+ 1234, 628, 571, 618, 44, 211, 780, 194, 807, 349, 298, 1059, 260, 136, 426, 794, 982, 773, 465, 698, 646, 240, 794,
428
+ 532, 736, 907, 667, 480, 656, 882, 598, 761, 730, 711]
300
429
  -
301
430
  plate_number: 29
302
431
  name: 'Gümüşhane'
@@ -306,7 +435,11 @@
306
435
  metropolitan_municipality_since: null
307
436
  region: 'Karadeniz'
308
437
  has_sea_access: false
438
+ population: 150119
309
439
  districts: ['Kelkit', 'Köse', 'Kürtün', 'Merkez', 'Şiran', 'Torul']
440
+ land_distance: [808, 856, 1111, 847, 1090, 1337, 403, 646, 550, 1301, 680, 979, 852, 1070, 496, 1321, 683, 617, 1378,
441
+ 466, 629, 676, 206, 175, 942, 356, 645, 511, 356, 1221, 372, 100, 264, 697, 1126, 611, 577, 860, 704, 78, 852, 676,
442
+ 574, 745, 829, 428, 494, 1044, 760, 800, 788, 873]
310
443
  -
311
444
  plate_number: 30
312
445
  name: 'Hakkari'
@@ -316,7 +449,11 @@
316
449
  metropolitan_municipality_since: null
317
450
  region: 'Doğu Anadolu'
318
451
  has_sea_access: false
452
+ population: 278218
319
453
  districts: ['Çukurca', 'Derecik', 'Merkez', 'Şemdinli', 'Yüksekova']
454
+ land_distance: [879, 1515, 967, 1797, 1799, 560, 1385, 1023, 2008, 1157, 1686, 1256, 1573, 724, 1783, 762, 386, 1744,
455
+ 383, 1104, 1105, 1014, 864, 1649, 1164, 289, 1319, 951, 1928, 1059, 901, 634, 549, 1588, 197, 1175, 1599, 1165,
456
+ 730, 1190, 1270, 375, 189, 1568, 648, 420, 1751, 1499, 746, 811, 1580]
320
457
  -
321
458
  plate_number: 31
322
459
  name: 'Hatay'
@@ -326,8 +463,12 @@
326
463
  metropolitan_municipality_since: 2012
327
464
  region: 'Akdeniz'
328
465
  has_sea_access: true
466
+ population: 1670712
329
467
  districts: ['Altınözü', 'Antakya', 'Arsuz', 'Belen', 'Defne', 'Dörtyol', 'Erzin', 'Hassa', 'İskenderun', 'Kırıkhan',
330
468
  'Kumlu', 'Payas', 'Reyhanlı', 'Samandağ', 'Yayladağı']
469
+ land_distance: [808, 260, 1139, 1092, 993, 874, 434, 1350, 568, 1028, 549, 866, 377, 1076, 173, 518, 1037, 724, 480,
470
+ 398, 785, 997, 991, 798, 688, 939, 500, 1270, 569, 922, 609, 330, 881, 874, 631, 956, 458, 869, 483, 668, 602, 690,
471
+ 973, 1023, 1050, 1090, 905, 145, 129, 926]
331
472
  -
332
473
  plate_number: 32
333
474
  name: 'Isparta'
@@ -337,8 +478,12 @@
337
478
  metropolitan_municipality_since: null
338
479
  region: 'Akdeniz'
339
480
  has_sea_access: false
481
+ population: 445678
340
482
  districts: ['Aksu', 'Atabey', 'Eğirdir', 'Gelendost', 'Gönen', 'Keçiborlu', 'Merkez', 'Senirkent', 'Sütçüler',
341
483
  'Şarkikaraağaç', 'Uluborlu', 'Yalvaç', 'Yenişarbademli']
484
+ land_distance: [564, 594, 382, 1393, 667, 563, 805, 516, 483, 263, 240, 897, 366, 809, 1154, 292, 1244, 482, 501,
485
+ 949, 1204, 446, 799, 1324, 839, 755, 725, 765, 1129, 1129, 966, 171, 1460, 600, 628, 407, 1133, 368, 461, 1238,
486
+ 1326, 679, 1418, 1484, 478, 611, 863, 704, 515]
342
487
  -
343
488
  plate_number: 33
344
489
  name: 'Mersin'
@@ -348,8 +493,12 @@
348
493
  metropolitan_municipality_since: 1993
349
494
  region: 'Akdeniz'
350
495
  has_sea_access: true
496
+ population: 1891145
351
497
  districts: ['Akdeniz', 'Anamur', 'Aydıncık', 'Bozyazı', 'Çamlıyayla', 'Erdemli', 'Gülnar', 'Mezitli', 'Mut',
352
498
  'Silifke', 'Tarsus', 'Toroslar', 'Yenişehir']
499
+ land_distance: [941, 891, 1081, 676, 328, 1152, 370, 830, 348, 665, 465, 875, 261, 606, 777, 812, 282, 200, 776, 988,
500
+ 793, 746, 776, 840, 491, 1072, 560, 913, 697, 418, 680, 962, 482, 758, 260, 869, 235, 470, 690, 778, 775, 1111,
501
+ 1138, 889, 707, 315, 156, 728]
353
502
  -
354
503
  plate_number: 34
355
504
  name: 'İstanbul'
@@ -359,11 +508,15 @@
359
508
  metropolitan_municipality_since: 1984
360
509
  region: 'Marmara'
361
510
  has_sea_access: true
511
+ population: 15840900
362
512
  districts: ['Adalar', 'Arnavutköy', 'Ataşehir', 'Avcılar', 'Bağcılar', 'Bahçelievler', 'Bakırköy', 'Başakşehir',
363
513
  'Bayrampaşa', 'Beşiktaş', 'Beykoz', 'Beylikdüzü', 'Beyoğlu', 'Büyükçekmece', 'Çatalca', 'Çekmeköy', 'Esenler',
364
514
  'Esenyurt', 'Eyüpsultan', 'Fatih', 'Gaziosmanpaşa', 'Güngören', 'Kadıköy', 'Kağıthane', 'Kartal', 'Küçükçekmece',
365
515
  'Maltepe', 'Pendik', 'Sancaktepe', 'Sarıyer', 'Silivri', 'Sultanbeyli', 'Sultangazi', 'Şile', 'Şişli', 'Tuzla',
366
516
  'Ümraniye', 'Üsküdar', 'Zeytinburnu']
517
+ land_distance: [564, 1427, 507, 774, 211, 640, 111, 663, 354, 1108, 529, 1035, 1436, 782, 1419, 731, 803, 884, 1139,
518
+ 148, 734, 1543, 679, 891, 131, 785, 1064, 1168, 1248, 493, 1635, 671, 330, 681, 1126, 776, 531, 1457, 1608, 417,
519
+ 1408, 1518, 176, 396, 1171, 1035, 217]
367
520
  -
368
521
  plate_number: 35
369
522
  name: 'İzmir'
@@ -373,9 +526,13 @@
373
526
  metropolitan_municipality_since: 1984
374
527
  region: 'Ege'
375
528
  has_sea_access: true
529
+ population: 4425789
376
530
  districts: ['Aliağa', 'Balçova', 'Bayındır', 'Bayraklı', 'Bergama', 'Beydağ', 'Bornova', 'Buca', 'Çeşme', 'Çiğli',
377
531
  'Dikili', 'Foça', 'Gaziemir', 'Güzelbahçe', 'Karabağlar', 'Karaburun', 'Karşıyaka', 'Kemalpaşa', 'Kınık', 'Kiraz',
378
532
  'Konak', 'Menderes', 'Menemen', 'Narlıdere', 'Ödemiş', 'Seferihisar', 'Selçuk', 'Tire', 'Torbalı', 'Urla']
533
+ land_distance: [1660, 825, 847, 552, 748, 453, 549, 332, 1181, 35, 1093, 1438, 224, 1528, 766, 785, 1149, 1404, 482,
534
+ 999, 1608, 997, 1025, 506, 965, 1329, 1401, 1250, 211, 1744, 801, 664, 691, 1359, 662, 661, 1522, 1610, 751, 1673,
535
+ 1751, 390, 730, 1147, 988, 551]
379
536
  -
380
537
  plate_number: 36
381
538
  name: 'Kars'
@@ -385,7 +542,11 @@
385
542
  metropolitan_municipality_since: null
386
543
  region: 'Doğu Anadolu'
387
544
  has_sea_access: false
545
+ population: 281077
388
546
  districts: ['Akyaka', 'Arpaçay', 'Digor', 'Kağızman', 'Merkez', 'Sarıkamış', 'Selim', 'Susuz']
547
+ land_distance: [1010, 832, 1638, 962, 1316, 1134, 1393, 616, 1644, 840, 617, 1682, 349, 911, 958, 609, 360, 1279,
548
+ 759, 528, 914, 638, 1558, 695, 435, 443, 697, 1449, 363, 862, 1224, 986, 325, 1134, 999, 567, 628, 1193, 94, 140,
549
+ 1381, 1124, 894, 925, 1210]
389
550
  -
390
551
  plate_number: 37
391
552
  name: 'Kastamonu'
@@ -395,8 +556,12 @@
395
556
  metropolitan_municipality_since: null
396
557
  region: 'Karadeniz'
397
558
  has_sea_access: true
559
+ population: 375592
398
560
  districts: ['Abana', 'Ağlı', 'Araç', 'Azdavay', 'Bozkurt', 'Cide', 'Çatalzeytin', 'Daday', 'Devrekani', 'Doğanyurt',
399
561
  'Hanönü', 'İhsangazi', 'İnebolu', 'Küre', 'Merkez', 'Pınarbaşı', 'Seydiler', 'Şenpazar', 'Taşköprü', 'Tosya']
562
+ land_distance: [453, 718, 319, 396, 459, 558, 717, 806, 714, 1046, 866, 1002, 410, 492, 440, 695, 359, 290, 1136,
563
+ 183, 474, 638, 368, 620, 751, 927, 614, 1218, 301, 214, 416, 709, 570, 210, 1050, 1236, 183, 964, 1101, 461, 114,
564
+ 850, 770, 290]
400
565
  -
401
566
  plate_number: 38
402
567
  name: 'Kayseri'
@@ -406,8 +571,11 @@
406
571
  metropolitan_municipality_since: 1988
407
572
  region: 'İç Anadolu'
408
573
  has_sea_access: false
574
+ population: 1434357
409
575
  districts: ['Akkışla', 'Bünyan', 'Develi', 'Felahiye', 'Hacılar', 'İncesu', 'Kocasinan', 'Melikgazi', 'Özvatan',
410
576
  'Pınarbaşı', 'Sarıoğlan', 'Sarız', 'Talas', 'Tomarza', 'Yahyalı', 'Yeşilhisar']
577
+ land_distance: [985, 134, 663, 304, 616, 334, 831, 261, 662, 852, 681, 81, 128, 479, 691, 626, 453, 769, 547, 194,
578
+ 905, 263, 616, 566, 474, 636, 897, 197, 587, 156, 572, 304, 247, 683, 834, 604, 857, 923, 728, 536, 397, 366, 557]
411
579
  -
412
580
  plate_number: 39
413
581
  name: 'Kırklareli'
@@ -417,7 +585,11 @@
417
585
  metropolitan_municipality_since: null
418
586
  region: 'Marmara'
419
587
  has_sea_access: true
588
+ population: 366363
420
589
  districts: ['Babaeski', 'Demirköy', 'Kofçaz', 'Lüleburgaz', 'Merkez', 'Pehlivanköy', 'Pınarhisar', 'Vize']
590
+ land_distance: [851, 322, 874, 565, 1319, 555, 1246, 1647, 774, 1630, 942, 1014, 1095, 1350, 359, 945, 1754, 890,
591
+ 1102, 121, 996, 1275, 1379, 1459, 646, 1846, 882, 541, 892, 1337, 987, 742, 1668, 1819, 628, 1619, 1729, 387, 607,
592
+ 1382, 1246, 428]
421
593
  -
422
594
  plate_number: 40
423
595
  name: 'Kırşehir'
@@ -427,7 +599,10 @@
427
599
  metropolitan_municipality_since: null
428
600
  region: 'İç Anadolu'
429
601
  has_sea_access: false
602
+ population: 242944
430
603
  districts: ['Akçakent', 'Akpınar', 'Boztepe', 'Çiçekdağı', 'Kaman', 'Merkez', 'Mucur']
604
+ land_distance: [529, 258, 482, 468, 733, 395, 796, 790, 815, 91, 173, 533, 788, 492, 392, 903, 486, 324, 771, 317,
605
+ 713, 700, 608, 538, 1031, 112, 453, 110, 702, 321, 113, 817, 968, 470, 987, 1053, 594, 402, 531, 464, 423]
431
606
  -
432
607
  plate_number: 41
433
608
  name: 'Kocaeli'
@@ -437,8 +612,11 @@
437
612
  metropolitan_municipality_since: 1993
438
613
  region: 'Marmara'
439
614
  has_sea_access: false
615
+ population: 2033441
440
616
  districts: ['Başiskele', 'Çayırova', 'Darıca', 'Derince', 'Dilovası', 'Gebze', 'Gölcük', 'İzmit', 'Kandıra',
441
617
  'Karamürsel', 'Kartepe', 'Körfez']
618
+ land_distance: [552, 243, 997, 418, 924, 1325, 671, 1308, 620, 692, 773, 1028, 37, 623, 1432, 568, 780, 242, 674,
619
+ 953, 1057, 1137, 382, 1524, 560, 219, 570, 1015, 665, 420, 1346, 1497, 306, 1297, 1407, 65, 285, 1060, 924, 106]
442
620
  -
443
621
  plate_number: 42
444
622
  name: 'Konya'
@@ -448,10 +626,13 @@
448
626
  metropolitan_municipality_since: 1987
449
627
  region: 'İç Anadolu'
450
628
  has_sea_access: true
629
+ population: 2277017
451
630
  districts: ['Ahırlı', 'Akören', 'Akşehir', 'Altınekin', 'Beyşehir', 'Bozkır', 'Cihanbeyli', 'Çeltik', 'Çumra',
452
631
  'Derbent', 'Derebucak', 'Doğanhisar', 'Emirgazi', 'Ereğli', 'Güneysınır', 'Hadim', 'Halkapınar', 'Hüyük', 'Ilgın',
453
632
  'Kadınhanı', 'Karapınar', 'Karatay', 'Kulu', 'Meram', 'Sarayönü', 'Selçuklu', 'Seydişehir', 'Taşkent', 'Tuzlukçu',
454
633
  'Yalıhüyük', 'Yunak']
634
+ land_distance: [323, 638, 533, 550, 895, 554, 985, 223, 242, 741, 993, 515, 591, 1065, 631, 496, 794, 557, 918, 870,
635
+ 707, 338, 1201, 370, 531, 148, 874, 119, 253, 979, 1067, 548, 1159, 1225, 547, 480, 604, 445, 501]
455
636
  -
456
637
  plate_number: 43
457
638
  name: 'Kütahya'
@@ -461,8 +642,11 @@
461
642
  metropolitan_municipality_since: null
462
643
  region: 'Ege'
463
644
  has_sea_access: false
645
+ population: 578640
464
646
  districts: ['Altıntaş', 'Aslanapa', 'Çavdarhisar', 'Domaniç', 'Dumlupınar', 'Emet', 'Gediz', 'Hisarcık', 'Merkez',
465
647
  'Pazarlar', 'Simav', 'Şaphane', 'Tavşanlı']
648
+ land_distance: [949, 316, 867, 1212, 430, 1296, 540, 559, 882, 1137, 206, 732, 1382, 730, 758, 485, 698, 1062, 1134,
649
+ 1024, 139, 1512, 534, 388, 465, 1092, 436, 394, 1296, 1384, 475, 1406, 1484, 238, 454, 921, 762, 275]
466
650
  -
467
651
  plate_number: 44
468
652
  name: 'Malatya'
@@ -472,8 +656,11 @@
472
656
  metropolitan_municipality_since: 2012
473
657
  region: 'Doğu Anadolu'
474
658
  has_sea_access: false
659
+ population: 808692
475
660
  districts: ['Akçadağ', 'Arapgir', 'Arguvan', 'Battalgazi', 'Darende', 'Doğanşehir', 'Doğanyol', 'Hekimhan', 'Kale',
476
661
  'Kuluncak', 'Pütürge', 'Yazıhan', 'Yeşilyurt']
662
+ land_distance: [1165, 224, 345, 1186, 347, 415, 462, 557, 671, 960, 580, 435, 721, 243, 1239, 351, 596, 232, 271,
663
+ 970, 563, 467, 921, 490, 492, 638, 581, 349, 535, 900, 646, 707, 1062, 831, 304, 309, 891]
477
664
  -
478
665
  plate_number: 45
479
666
  name: 'Manisa'
@@ -483,8 +670,11 @@
483
670
  metropolitan_municipality_since: 2012
484
671
  region: 'Ege'
485
672
  has_sea_access: false
673
+ population: 1456626
486
674
  districts: ['Ahmetli', 'Akhisar', 'Alaşehir', 'Demirci', 'Gölmarmara', 'Gördes', 'Kırkağaç', 'Köprübaşı', 'Kula',
487
675
  'Salihli', 'Sarıgöl', 'Saruhanlı', 'Selendi', 'Soma', 'Şehzadeler', 'Turgutlu', 'Yunusemre']
676
+ land_distance: [1077, 1422, 253, 1512, 750, 769, 1133, 1388, 447, 983, 1592, 978, 1009, 509, 949, 1313, 1385, 1234,
677
+ 195, 1728, 785, 629, 675, 1343, 646, 645, 1506, 1594, 716, 1657, 1735, 355, 695, 1131, 972, 516]
488
678
  -
489
679
  plate_number: 46
490
680
  name: 'Kahramanmaraş'
@@ -494,8 +684,11 @@
494
684
  metropolitan_municipality_since: 2012
495
685
  region: 'Akdeniz'
496
686
  has_sea_access: false
687
+ population: 1171298
497
688
  districts: ['Afşin', 'Andırın', 'Çağlayancerit', 'Dulkadiroğlu', 'Ekinözü', 'Elbistan', 'Göksun', 'Nurhak',
498
689
  'Onikişubat', 'Pazarcık', 'Türkoğlu']
690
+ land_distance: [401, 1038, 571, 342, 389, 612, 824, 887, 625, 552, 766, 327, 1166, 396, 749, 456, 213, 882, 738, 458,
691
+ 848, 417, 705, 484, 508, 466, 573, 865, 870, 914, 989, 797, 136, 105, 818]
499
692
  -
500
693
  plate_number: 47
501
694
  name: 'Mardin'
@@ -505,8 +698,11 @@
505
698
  metropolitan_municipality_since: 2012
506
699
  region: 'Güneydoğu Anadolu'
507
700
  has_sea_access: false
701
+ population: 862757
508
702
  districts: ['Artuklu', 'Dargeçit', 'Derik', 'Kızıltepe', 'Mazıdağı', 'Midyat', 'Nusaybin', 'Ömerli', 'Savur',
509
703
  'Yeşilli']
704
+ land_distance: [1383, 348, 743, 744, 823, 673, 1288, 909, 227, 1050, 572, 1567, 680, 710, 373, 188, 1227, 446, 796,
705
+ 1249, 804, 539, 829, 909, 150, 197, 1229, 647, 622, 1390, 1160, 385, 450, 1219]
510
706
  -
511
707
  plate_number: 48
512
708
  name: 'Muğla'
@@ -516,8 +712,11 @@
516
712
  metropolitan_municipality_since: 2012
517
713
  region: 'Ege'
518
714
  has_sea_access: true
715
+ population: 1021141
519
716
  districts: ['Bodrum', 'Dalaman', 'Datça', 'Fethiye', 'Kavaklıdere', 'Köyceğiz', 'Marmaris', 'Menteşe', 'Milas',
520
717
  'Ortaca', 'Seydikemer', 'Ula', 'Yatağan']
718
+ land_distance: [1533, 771, 790, 1190, 1445, 636, 1040, 1553, 1038, 1044, 728, 1006, 1370, 1418, 1195, 295, 1739, 842,
719
+ 818, 696, 1400, 660, 702, 1467, 1555, 878, 1707, 1773, 608, 810, 1092, 933, 705]
521
720
  -
522
721
  plate_number: 49
523
722
  name: 'Muş'
@@ -527,7 +726,10 @@
527
726
  metropolitan_municipality_since: null
528
727
  region: 'Doğu Anadolu'
529
728
  has_sea_access: false
729
+ population: 405228
530
730
  districts: ['Bulanık', 'Hasköy', 'Korkut', 'Malazgirt', 'Merkez', 'Varto']
731
+ land_distance: [762, 809, 672, 522, 1271, 822, 179, 973, 574, 1550, 682, 559, 251, 428, 1317, 216, 798, 1216, 837,
732
+ 388, 985, 928, 218, 279, 1185, 411, 388, 1373, 1116, 625, 656, 1202]
531
733
  -
532
734
  plate_number: 50
533
735
  name: 'Nevşehir'
@@ -537,7 +739,10 @@
537
739
  metropolitan_municipality_since: null
538
740
  region: 'İç Anadolu'
539
741
  has_sea_access: false
742
+ population: 308003
540
743
  districts: ['Acıgöl', 'Avanos', 'Derinkuyu', 'Gülşehir', 'Hacıbektaş', 'Kozaklı', 'Merkez', 'Ürgüp']
744
+ land_distance: [82, 553, 770, 583, 468, 850, 562, 273, 862, 337, 695, 647, 555, 555, 978, 203, 544, 75, 651, 258,
745
+ 204, 764, 915, 561, 936, 1002, 685, 493, 478, 376, 514]
541
746
  -
542
747
  plate_number: 51
543
748
  name: 'Niğde'
@@ -547,7 +752,9 @@
547
752
  metropolitan_municipality_since: null
548
753
  region: 'İç Anadolu'
549
754
  has_sea_access: false
755
+ population: 363725
550
756
  districts: ['Altunhisar', 'Bor', 'Çamardı', 'Çiftlik', 'Merkez', 'Ulukışla']
757
+ land_distance: [605, 817, 655, 546, 897, 640, 320, 934, 389, 742, 694, 556, 574, 1025, 285, 620, 122, 698, 176, 286, 811, 916, 637, 983, 1049, 757, 569, 453, 294, 590]
551
758
  -
552
759
  plate_number: 52
553
760
  name: 'Ordu'
@@ -557,8 +764,10 @@
557
764
  metropolitan_municipality_since: 2012
558
765
  region: 'Karadeniz'
559
766
  has_sea_access: true
767
+ population: 760872
560
768
  districts: ['Akkuş', 'Altınordu', 'Aybastı', 'Çamaş', 'Çatalpınar', 'Çaybaşı', 'Fatsa', 'Gölköy', 'Gülyalı',
561
769
  'Gürgentepe', 'İkizce', 'Kabadüz', 'Kabataş', 'Korgan', 'Kumru', 'Mesudiye', 'Perşembe', 'Ulubey', 'Ünye']
770
+ land_distance: [255, 736, 150, 851, 305, 314, 1015, 216, 180, 456, 810, 938, 817, 421, 654, 628, 284, 781, 488, 780, 951, 623, 524, 700, 838, 554, 748, 717, 667]
562
771
  -
563
772
  plate_number: 53
564
773
  name: 'Rize'
@@ -568,8 +777,10 @@
568
777
  metropolitan_municipality_since: null
569
778
  region: 'Karadeniz'
570
779
  has_sea_access: true
780
+ population: 345662
571
781
  districts: ['Ardeşen', 'Çamlıhemşin', 'Çayeli', 'Derepazarı', 'Fındıklı', 'Güneysu', 'Hemşin', 'İkizdere', 'İyidere',
572
782
  'Kalkandere', 'Merkez', 'Pazar']
783
+ land_distance: [991, 405, 701, 560, 497, 1270, 471, 75, 439, 753, 1193, 667, 676, 909, 845, 253, 993, 743, 630, 801, 878, 269, 494, 1093, 809, 950, 929, 922]
573
784
  -
574
785
  plate_number: 54
575
786
  name: 'Sakarya'
@@ -579,8 +790,10 @@
579
790
  metropolitan_municipality_since: 2000
580
791
  region: 'Marmara'
581
792
  has_sea_access: true
793
+ population: 1060876
582
794
  districts: ['Adapazarı', 'Akyazı', 'Arifiye', 'Erenler', 'Ferizli', 'Geyve', 'Hendek', 'Karapürçek', 'Karasu',
583
795
  'Kaynarca', 'Kocaali', 'Pamukova', 'Sapanca', 'Serdivan', 'Söğütlü', 'Taraklı']
796
+ land_distance: [586, 1395, 531, 743, 279, 637, 916, 1020, 1100, 345, 1487, 523, 182, 533, 978, 628, 383, 1309, 1460, 269, 1260, 1370, 102, 248, 1023, 887, 69]
584
797
  -
585
798
  plate_number: 55
586
799
  name: 'Samsun'
@@ -590,8 +803,10 @@
590
803
  metropolitan_municipality_since: 1993
591
804
  region: 'Karadeniz'
592
805
  has_sea_access: true
806
+ population: 1371274
593
807
  districts: ['19 Mayıs', 'Alaçam', 'Asarcık', 'Atakum', 'Ayvacık', 'Bafra', 'Canik', 'Çarşamba', 'Havza', 'İlkadım', 'Kavak',
594
808
  'Ladik', 'Salıpazarı', 'Tekkeköy', 'Terme', 'Vezirköprü', 'Yakakent']
809
+ land_distance: [999, 155, 337, 865, 229, 330, 577, 833, 788, 967, 280, 504, 502, 434, 702, 338, 913, 1099, 473, 674, 850, 688, 404, 761, 730, 517]
595
810
  -
596
811
  plate_number: 56
597
812
  name: 'Siirt'
@@ -601,7 +816,9 @@
601
816
  metropolitan_municipality_since: null
602
817
  region: 'Güneydoğu Anadolu'
603
818
  has_sea_access: false
819
+ population: 331980
604
820
  districts: ['Baykan', 'Eruh', 'Kurtalan', 'Merkez', 'Pervari', 'Şirvan', 'Tillo']
821
+ land_distance: [1140, 662, 1674, 770, 738, 424, 358, 1397, 257, 886, 1350, 925, 567, 999, 1016, 86, 100, 1319, 590, 433, 1497, 1250, 555, 620, 1326]
605
822
  -
606
823
  plate_number: 57
607
824
  name: 'Sinop'
@@ -611,7 +828,9 @@
611
828
  metropolitan_municipality_since: null
612
829
  region: 'Karadeniz'
613
830
  has_sea_access: true
831
+ population: 218408
614
832
  districts: ['Ayancık', 'Boyabat', 'Dikmen', 'Durağan', 'Erfelek', 'Gerze', 'Merkez', 'Saraydüzü', 'Türkeli']
833
+ land_distance: [478, 810, 372, 485, 722, 974, 786, 1122, 374, 397, 588, 589, 742, 382, 1054, 1240, 366, 829, 1005, 633, 297, 902, 871, 462]
615
834
  -
616
835
  plate_number: 58
617
836
  name: 'Sivas'
@@ -621,8 +840,10 @@
621
840
  metropolitan_municipality_since: null
622
841
  region: 'İç Anadolu'
623
842
  has_sea_access: false
843
+ population: 636121
624
844
  districts: ['Akıncılar', 'Altınyayla', 'Divriği', 'Doğanşar', 'Gemerek', 'Gölova', 'Gürün', 'Hafik', 'İmranlı',
625
845
  'Kangal', 'Koyulhisar', 'Merkez', 'Suşehri', 'Şarkışla', 'Ulaş', 'Yıldızeli', 'Zara']
846
+ land_distance: [1022, 108, 422, 379, 496, 814, 790, 224, 688, 348, 378, 496, 364, 576, 762, 657, 663, 729, 845, 588, 463, 432, 674]
626
847
  -
627
848
  plate_number: 59
628
849
  name: 'Tekirdağ'
@@ -632,8 +853,10 @@
632
853
  metropolitan_municipality_since: 2012
633
854
  region: 'Marmara'
634
855
  has_sea_access: true
856
+ population: 1113400
635
857
  districts: ['Çerkezköy', 'Çorlu', 'Ergene', 'Hayrabolu', 'Kapaklı', 'Malkara', 'Marmaraereğlisi', 'Muratlı', 'Saray',
636
858
  'Süleymanpaşa', 'Şarköy']
859
+ land_distance: [916, 1195, 1299, 1379, 600, 1766, 802, 461, 812, 1257, 907, 662, 1588, 1739, 548, 1539, 1649, 307, 527, 1302, 1166, 348]
637
860
  -
638
861
  plate_number: 60
639
862
  name: 'Tokat'
@@ -643,8 +866,10 @@
643
866
  metropolitan_municipality_since: null
644
867
  region: 'Karadeniz'
645
868
  has_sea_access: false
869
+ population: 602567
646
870
  districts: ['Almus', 'Artova', 'Başçiftlik', 'Erbaa', 'Merkez', 'Niksar', 'Pazar', 'Reşadiye', 'Sulusaray', 'Turhal',
647
871
  'Yeşilyurt', 'Zile']
872
+ land_distance: [396, 436, 604, 754, 898, 205, 582, 412, 394, 565, 304, 684, 870, 551, 720, 786, 739, 482, 532, 501, 568]
648
873
  -
649
874
  plate_number: 61
650
875
  name: 'Trabzon'
@@ -654,8 +879,10 @@
654
879
  metropolitan_municipality_since: 2012
655
880
  region: 'Karadeniz'
656
881
  has_sea_access: true
882
+ population: 816684
657
883
  districts: ['Akçaabat', 'Araklı', 'Arsin', 'Beşikdüzü', 'Çarşıbaşı', 'Çaykara', 'Dernekpazarı', 'Düzköy', 'Hayrat',
658
884
  'Köprübaşı', 'Maçka', 'Of', 'Ortahisar', 'Sürmene', 'Şalpazarı', 'Tonya', 'Vakfıkebir', 'Yomra']
885
+ land_distance: [364, 790, 1118, 704, 601, 834, 770, 178, 918, 668, 667, 838, 803, 344, 569, 1018, 734, 885, 854, 847]
659
886
  -
660
887
  plate_number: 62
661
888
  name: 'Tunceli'
@@ -665,7 +892,9 @@
665
892
  metropolitan_municipality_since: null
666
893
  region: 'Doğu Anadolu'
667
894
  has_sea_access: false
895
+ population: 83645
668
896
  districts: ['Çemişgezek', 'Hozat', 'Mazgirt', 'Merkez', 'Nazımiye', 'Ovacık', 'Pertek', 'Pülümür']
897
+ land_distance: [443, 1190, 467, 603, 965, 722, 260, 870, 740, 338, 524, 934, 468, 534, 1122, 865, 536, 541, 951]
669
898
  -
670
899
  plate_number: 63
671
900
  name: 'Şanlıurfa'
@@ -675,8 +904,10 @@
675
904
  metropolitan_municipality_since: 2012
676
905
  region: 'Güneydoğu Anadolu'
677
906
  has_sea_access: false
907
+ population: 2143020
678
908
  districts: ['Akçakale', 'Birecik', 'Bozova', 'Ceylanpınar', 'Eyyübiye', 'Halfeti', 'Haliliye', 'Harran', 'Hilvan',
679
909
  'Karaköprü', 'Siverek', 'Suruç', 'Viranşehir']
910
+ land_distance: [1039, 544, 671, 1061, 616, 619, 641, 721, 272, 360, 1078, 727, 720, 1202, 1010, 197, 262, 1031]
680
911
  -
681
912
  plate_number: 64
682
913
  name: 'Uşak'
@@ -686,7 +917,9 @@
686
917
  metropolitan_municipality_since: null
687
918
  region: 'Ege'
688
919
  has_sea_access: false
920
+ population: 373183
689
921
  districts: ['Banaz', 'Eşme', 'Karahallı', 'Merkez', 'Sivaslı', 'Ulubey']
922
+ land_distance: [1533, 590, 527, 480, 1148, 451, 450, 1311, 1399, 614, 1462, 1540, 375, 558, 936, 777, 414]
690
923
  -
691
924
  plate_number: 65
692
925
  name: 'Van'
@@ -696,8 +929,10 @@
696
929
  metropolitan_municipality_since: 2012
697
930
  region: 'Doğu Anadolu'
698
931
  has_sea_access: false
932
+ population: 1141015
699
933
  districts: ['Bahçesaray', 'Başkale', 'Çaldıran', 'Çatak', 'Edremit', 'Erciş', 'Gevaş', 'Gürpınar', 'İpekyolu',
700
934
  'Muradiye', 'Özalp', 'Saray', 'Tuşba']
935
+ land_distance: [1014, 1432, 1053, 533, 1185, 1144, 296, 357, 1401, 451, 223, 1589, 1332, 741, 806, 1418]
701
936
  -
702
937
  plate_number: 66
703
938
  name: 'Yozgat'
@@ -707,8 +942,10 @@
707
942
  metropolitan_municipality_since: null
708
943
  region: 'İç Anadolu'
709
944
  has_sea_access: false
945
+ population: 418500
710
946
  districts: ['Akdağmadeni', 'Aydıncık', 'Boğazlıyan', 'Çandır', 'Çayıralan', 'Çekerek', 'Kadışehri', 'Merkez',
711
947
  'Saraykent', 'Sarıkaya', 'Sorgun', 'Şefaatli', 'Yenifakılı', 'Yerköy']
948
+ land_distance: [484, 222, 599, 433, 140, 800, 986, 484, 887, 953, 625, 415, 594, 563, 454]
712
949
  -
713
950
  plate_number: 67
714
951
  name: 'Zonguldak'
@@ -718,7 +955,9 @@
718
955
  metropolitan_municipality_since: null
719
956
  region: 'Karadeniz'
720
957
  has_sea_access: true
958
+ population: 589684
721
959
  districts: ['Alaplı', 'Çaycuma', 'Devrek', 'Ereğli', 'Gökçebey', 'Kilimli', 'Kozlu', 'Merkez']
960
+ land_distance: [498, 923, 642, 344, 1264, 1421, 87, 1178, 1315, 284, 100, 984, 852, 113]
722
961
  -
723
962
  plate_number: 68
724
963
  name: 'Aksaray'
@@ -728,7 +967,9 @@
728
967
  metropolitan_municipality_since: null
729
968
  region: 'İç Anadolu'
730
969
  has_sea_access: false
970
+ population: 429069
731
971
  districts: ['Ağaçören', 'Eskil', 'Gülağaç', 'Güzelyurt', 'Merkez', 'Ortaköy', 'Sarıyahşi', 'Sultanhanı']
972
+ land_distance: [726, 211, 210, 839, 976, 515, 1011, 1077, 635, 447, 513, 354, 468]
732
973
  -
733
974
  plate_number: 69
734
975
  name: 'Bayburt'
@@ -738,7 +979,9 @@
738
979
  metropolitan_municipality_since: null
739
980
  region: 'Karadeniz'
740
981
  has_sea_access: false
982
+ population: 85042
741
983
  districts: ['Aydıntepe', 'Demirözü', 'Merkez']
984
+ land_distance: [874, 698, 496, 667, 892, 350, 416, 1080, 823, 796, 801, 909]
742
985
  -
743
986
  plate_number: 70
744
987
  name: 'Karaman'
@@ -748,7 +991,9 @@
748
991
  metropolitan_municipality_since: null
749
992
  region: 'İç Anadolu'
750
993
  has_sea_access: false
994
+ population: 258838
751
995
  districts: ['Ayrancı', 'Başyayla', 'Ermenek', 'Kazımkarabekir', 'Merkez', 'Sarıveliler']
996
+ land_distance: [364, 913, 1001, 659, 1159, 1225, 660, 591, 538, 379, 612]
752
997
  -
753
998
  plate_number: 71
754
999
  name: 'Kırıkkale'
@@ -758,7 +1003,9 @@
758
1003
  metropolitan_municipality_since: null
759
1004
  region: 'İç Anadolu'
760
1005
  has_sea_access: false
1006
+ population: 275968
761
1007
  districts: ['Bahşılı', 'Balışeyh', 'Çelebi', 'Delice', 'Karakeçili', 'Keskin', 'Merkez', 'Sulakyurt', 'Yahşihan']
1008
+ land_distance: [930, 1081, 361, 1012, 1090, 485, 293, 644, 564, 314]
762
1009
  -
763
1010
  plate_number: 72
764
1011
  name: 'Batman'
@@ -768,7 +1015,9 @@
768
1015
  metropolitan_municipality_since: null
769
1016
  region: 'Güneydoğu Anadolu'
770
1017
  has_sea_access: false
1018
+ population: 626319
771
1019
  districts: ['Beşiri', 'Gercüş', 'Hasankeyf', 'Kozluk', 'Merkez', 'Sason']
1020
+ land_distance: [186, 1233, 604, 472, 1411, 1164, 469, 534, 1240]
772
1021
  -
773
1022
  plate_number: 73
774
1023
  name: 'Şırnak'
@@ -778,7 +1027,9 @@
778
1027
  metropolitan_municipality_since: null
779
1028
  region: 'Güneydoğu Anadolu'
780
1029
  has_sea_access: false
1030
+ population: 546589
781
1031
  districts: ['Beytüşşebap', 'Cizre', 'Güçlükonak', 'İdil', 'Merkez', 'Silopi', 'Uludere']
1032
+ land_distance: [1419, 690, 533, 1562, 1350, 557, 622, 1391]
782
1033
  -
783
1034
  plate_number: 74
784
1035
  name: 'Bartın'
@@ -788,7 +1039,9 @@
788
1039
  metropolitan_municipality_since: null
789
1040
  region: 'Karadeniz'
790
1041
  has_sea_access: true
1042
+ population: 201711
791
1043
  districts: ['Amasra', 'Kurucaşile', 'Merkez', 'Ulus']
1044
+ land_distance: [1147, 1284, 371, 89, 1001, 869, 200]
792
1045
  -
793
1046
  plate_number: 75
794
1047
  name: 'Ardahan'
@@ -798,7 +1051,9 @@
798
1051
  metropolitan_municipality_since: null
799
1052
  region: 'Doğu Anadolu'
800
1053
  has_sea_access: false
1054
+ population: 94932
801
1055
  districts: ['Çıldır', 'Damal', 'Göle', 'Hanak', 'Merkez', 'Posof']
1056
+ land_distance: [228, 1362, 1078, 924, 955, 1191]
802
1057
  -
803
1058
  plate_number: 76
804
1059
  name: 'Iğdır'
@@ -808,7 +1063,9 @@
808
1063
  metropolitan_municipality_since: null
809
1064
  region: 'Doğu Anadolu'
810
1065
  has_sea_access: false
1066
+ population: 203159
811
1067
  districts: ['Aralık', 'Karakoyunlu', 'Merkez', 'Tuzluca']
1068
+ land_distance: [1472, 1215, 917, 982, 1301]
812
1069
  -
813
1070
  plate_number: 77
814
1071
  name: 'Yalova'
@@ -818,7 +1075,9 @@
818
1075
  metropolitan_municipality_since: null
819
1076
  region: 'Marmara'
820
1077
  has_sea_access: true
1078
+ population: 291001
821
1079
  districts: ['Altınova', 'Armutlu', 'Çınarcık', 'Çiftlikköy', 'Merkez', 'Termal']
1080
+ land_distance: [350, 1125, 986, 171]
822
1081
  -
823
1082
  plate_number: 78
824
1083
  name: 'Karabük'
@@ -828,7 +1087,9 @@
828
1087
  metropolitan_municipality_since: null
829
1088
  region: 'Karadeniz'
830
1089
  has_sea_access: false
1090
+ population: 249287
831
1091
  districts: ['Eflani', 'Eskipazar', 'Merkez', 'Ovacık', 'Safranbolu', 'Yenice']
1092
+ land_distance: [933, 801, 179]
832
1093
  -
833
1094
  plate_number: 79
834
1095
  name: 'Kilis'
@@ -838,7 +1099,9 @@
838
1099
  metropolitan_municipality_since: null
839
1100
  region: 'Güneydoğu Anadolu'
840
1101
  has_sea_access: false
1102
+ population: 145826
841
1103
  districts: ['Elbeyli', 'Merkez', 'Musabeyli', 'Polateli']
1104
+ land_distance: [159, 954]
842
1105
  -
843
1106
  plate_number: 80
844
1107
  name: 'Osmaniye'
@@ -848,7 +1111,9 @@
848
1111
  metropolitan_municipality_since: null
849
1112
  region: 'Akdeniz'
850
1113
  has_sea_access: false
1114
+ population: 553012
851
1115
  districts: ['Bahçe', 'Düziçi', 'Hasanbeyli', 'Kadirli', 'Merkez', 'Sumbas', 'Toprakkale']
1116
+ land_distance: [822]
852
1117
  -
853
1118
  plate_number: 81
854
1119
  name: 'Düzce'
@@ -858,4 +1123,6 @@
858
1123
  metropolitan_municipality_since: null
859
1124
  region: 'Karadeniz'
860
1125
  has_sea_access: true
1126
+ population: 400976
861
1127
  districts: ['Akçakoca', 'Cumayeri', 'Çilimli', 'Gölyaka', 'Gümüşova', 'Kaynaşlı', 'Merkez', 'Yığılca']
1128
+ land_distance: []