turkish_cities 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf40e5e9b493d00931c7cda7597941d09a589f18eacaace649659bbc3018324e
4
- data.tar.gz: 25776268893ae75242c27025bfc581bb50a6aa77154fef88c4bd584434456e8b
3
+ metadata.gz: 8d25fd4c984c9526d142458a9a5c3b6cb76b3f9d1c6b97ef97e931aca0bd305d
4
+ data.tar.gz: c8ddb6072e8db3c909d2bb023ce86a7c8f9f0b97eb655816aa8c3d4005fc30da
5
5
  SHA512:
6
- metadata.gz: 7d69c0c456c33731de3b9c02a63a90f18893d761c6fad0cf688fb0af350e9263411ef4f15fe5588732048b9d351491c80cbe023376ecf747fa80631fede07ddf
7
- data.tar.gz: f4d429988cfc994842db241e3ae0e5440de8a6c8be09d691bdd5037492d73f95c7d347b9bb4c6a088e546c5e6b3083ef80dbe1dea7f81fb34a913410300556e4
6
+ metadata.gz: 1543f861a161ca1384261aa85ecb058966e445db3e3c3b39cdab8df1616da101ebaebeb81f7bfd5b402cb85a3fe068c04b9d664f5fee20a8c9487d309bb9504e
7
+ data.tar.gz: d1c29d060f7205dc6312027b066f33f87364cdff050df70ca17f0d81a693cde736bfddba48cce46ceb61e3613f121bd9324875cfb6466e1e50ffc9a476f40235
@@ -5,7 +5,7 @@ AllCops:
5
5
  - 'turkish_cities.gemspec'
6
6
  NewCops: enable
7
7
  Layout/LineLength:
8
- Max: 100
8
+ Max: 120
9
9
  Metrics/AbcSize:
10
10
  Max: 20
11
11
  Metrics/BlockLength:
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.3.0 (2020-11-22)
4
+
5
+ ### New features
6
+
7
+ * [#13](https://github.com/sarslanoglu/turkish_cities/issues/13): Add ```distance``` class and ```distance_between``` method for calculating air travel distance and time estimation between cities
8
+
9
+ ### Changes
10
+
11
+ * [#50](https://github.com/sarslanoglu/turkish_cities/issues/50): Additional improvements on `District` class methods
12
+
13
+ * [#45](https://github.com/sarslanoglu/turkish_cities/issues/45): Refactor `District` class
14
+
3
15
  ## 0.2.1 (2020-06-29)
4
16
 
5
17
  ### Bug fixes
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- turkish_cities (0.2.1)
4
+ turkish_cities (0.3.0)
5
5
  i18n (>= 0.6.4, <= 2)
6
6
 
7
7
  GEM
@@ -15,41 +15,41 @@ GEM
15
15
  term-ansicolor (~> 1.3)
16
16
  thor (>= 0.19.4, < 2.0)
17
17
  tins (~> 1.6)
18
- diff-lcs (1.3)
18
+ diff-lcs (1.4.4)
19
19
  docile (1.3.2)
20
- i18n (1.8.3)
20
+ i18n (1.8.5)
21
21
  concurrent-ruby (~> 1.0)
22
22
  json (2.3.0)
23
- parallel (1.19.2)
24
- parser (2.7.1.4)
23
+ parallel (1.20.0)
24
+ parser (2.7.2.0)
25
25
  ast (~> 2.4.1)
26
26
  rainbow (3.0.0)
27
- regexp_parser (1.7.1)
27
+ regexp_parser (1.8.2)
28
28
  rexml (3.2.4)
29
- rspec (3.9.0)
30
- rspec-core (~> 3.9.0)
31
- rspec-expectations (~> 3.9.0)
32
- rspec-mocks (~> 3.9.0)
33
- rspec-core (3.9.2)
34
- rspec-support (~> 3.9.3)
35
- rspec-expectations (3.9.2)
29
+ rspec (3.10.0)
30
+ rspec-core (~> 3.10.0)
31
+ rspec-expectations (~> 3.10.0)
32
+ rspec-mocks (~> 3.10.0)
33
+ rspec-core (3.10.0)
34
+ rspec-support (~> 3.10.0)
35
+ rspec-expectations (3.10.0)
36
36
  diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.9.0)
38
- rspec-mocks (3.9.1)
37
+ rspec-support (~> 3.10.0)
38
+ rspec-mocks (3.10.0)
39
39
  diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.9.0)
41
- rspec-support (3.9.3)
42
- rubocop (0.86.0)
40
+ rspec-support (~> 3.10.0)
41
+ rspec-support (3.10.0)
42
+ rubocop (1.3.1)
43
43
  parallel (~> 1.10)
44
- parser (>= 2.7.0.1)
44
+ parser (>= 2.7.1.5)
45
45
  rainbow (>= 2.2.2, < 4.0)
46
- regexp_parser (>= 1.7)
46
+ regexp_parser (>= 1.8)
47
47
  rexml
48
- rubocop-ast (>= 0.0.3, < 1.0)
48
+ rubocop-ast (>= 1.1.1)
49
49
  ruby-progressbar (~> 1.7)
50
50
  unicode-display_width (>= 1.4.0, < 2.0)
51
- rubocop-ast (0.0.3)
52
- parser (>= 2.7.0.1)
51
+ rubocop-ast (1.1.1)
52
+ parser (>= 2.7.1.5)
53
53
  ruby-progressbar (1.10.1)
54
54
  simplecov (0.16.1)
55
55
  docile (~> 1.1)
@@ -70,8 +70,8 @@ PLATFORMS
70
70
  DEPENDENCIES
71
71
  bundler (~> 2.1.4)
72
72
  coveralls (~> 0.8.23)
73
- rspec (~> 3.9.0)
74
- rubocop (~> 0.86.0)
73
+ rspec (~> 3.10.0)
74
+ rubocop (~> 1.3.1)
75
75
  turkish_cities!
76
76
 
77
77
  BUNDLED WITH
data/README.md CHANGED
@@ -1,13 +1,22 @@
1
- # 🏙️ Turkish Cities
2
- [![Gem Version](https://badge.fury.io/rb/turkish_cities.svg)](https://rubygems.org/gems/turkish_cities)
3
- [![Build Status](https://travis-ci.org/sarslanoglu/turkish_cities.svg?branch=master)](https://travis-ci.org/sarslanoglu/turkish_cities)
4
- [![Coverage Status](https://coveralls.io/repos/github/sarslanoglu/turkish_cities/badge.svg?branch=master)](https://coveralls.io/github/sarslanoglu/turkish_cities?branch=master)
5
- [![Maintainability](https://api.codeclimate.com/v1/badges/c1dbe0cef353b152956e/maintainability)](https://codeclimate.com/github/sarslanoglu/turkish_cities/maintainability)
6
- [![Test Coverage](https://api.codeclimate.com/v1/badges/c1dbe0cef353b152956e/test_coverage)](https://codeclimate.com/github/sarslanoglu/turkish_cities/test_coverage)
7
- [![Protected by Hound](https://img.shields.io/badge/Protected_by-Hound-a873d1.svg)](https://houndci.com)
8
- [![License](https://img.shields.io/github/license/sarslanoglu/turkish_cities.svg)](https://opensource.org/licenses/MIT)
9
-
10
- **turkish_cities** is a Ruby gem which makes searching and listing Turkish cities easy. https://rubygems.org/gems/turkish_cities
1
+ # ![TurkishCities](./public/assets/img/TurkishCities_yellow-on-darkblue_horizontal_914X343@3x-8.png)
2
+
3
+ <p align="center">
4
+ <a href="https://rubygems.org/gems/turkish_cities">
5
+ <img src="https://badge.fury.io/rb/turkish_cities.svg" alt="GemVersion"/></a>
6
+ <a href="https://travis-ci.org/sarslanoglu/turkish_cities">
7
+ <img src="https://travis-ci.org/sarslanoglu/turkish_cities.svg?branch=master" alt="BuildStatus"/></a>
8
+ <a href="https://coveralls.io/github/sarslanoglu/turkish_cities?branch=master">
9
+ <img src="https://coveralls.io/repos/github/sarslanoglu/turkish_cities/badge.svg?branch=master" alt="CoverageStatus"/></a>
10
+ <a href="https://codeclimate.com/github/sarslanoglu/turkish_cities/maintainability">
11
+ <img src="https://api.codeclimate.com/v1/badges/c1dbe0cef353b152956e/maintainability" alt="Maintainability"/></a>
12
+ <a href="https://houndci.com">
13
+ <img src="https://img.shields.io/badge/Protected_by-Hound-a873d1.svg" alt="Hound"/></a>
14
+ <a href="https://opensource.org/licenses/MIT">
15
+ <img src="https://img.shields.io/github/license/sarslanoglu/turkish_cities.svg" alt="License"/></a>
16
+ </p>
17
+
18
+ **Turkish Cities** is a Ruby gem which makes listing and finding Turkish cities easy. Search can be via name, post code, plate number, district name etc. Also calculate your travel distance and travel time between cities via distance methods.
19
+ https://rubygems.org/gems/turkish_cities
11
20
 
12
21
  ## Table of Contents
13
22
  * [Installation](#installation)
@@ -25,6 +34,9 @@
25
34
  * [With subdistrict info](#with-subdistrict-info)
26
35
  * [Without subdistrict info](#without-subdistrict-info)
27
36
  * [Finding city, district and subdistrict name by postcode](#finding-city-district-and-subdistrict-name-by-postcode)
37
+ * [Finding travel distance and time estimation between two cities](#finding-travel-distance-and-time-estimation-between-two-cities)
38
+ * [By air](#by-air)
39
+ * [Data sources](#data-sources)
28
40
  * [Compatibility](#compatibility)
29
41
  * [Contributing](#contributing)
30
42
  * [Changelog](#changelog)
@@ -242,6 +254,41 @@ TurkishCities.find_by_postcode(34382) # => "Couldn't find any subdistrict wit
242
254
  TurkishCities.find_by_postcode('100000') # => Given value [100000] is outside bounds of 1010 to 81952.
243
255
  ```
244
256
 
257
+ ### Finding travel distance and time estimation between two cities
258
+
259
+ ### By air
260
+
261
+ City names can be given case and turkish character insensitive. Travel method should be lower case. Array with 3 elements will be return. First element is distance between cities in kilometers, second element is estimated travel time and last element is description created by first two element.
262
+
263
+ ```rb
264
+ TurkishCities.distance_between('Eskişehir', 'Kastamonu', 'air')
265
+ # => [327.74, 62, "Air travel distance between Eskişehir and Kastamonu is 327.74 km. Estimated air travel would take 62 minutes."]
266
+ TurkishCities.distance_between('kirsehir', 'Ordu', 'air')
267
+ # => [376.89, 67, "Air travel distance between Kırşehir and Ordu is 376.89 km. Estimated air travel would take 67 minutes."]
268
+ TurkishCities.distance_between('İzmir', 'Antalya', 'air')
269
+ # => [357.18, 65, "Air travel distance between İzmir and Antalya is 357.18 km. Estimated air travel would take 65 minutes."]
270
+ TurkishCities.distance_between('istanbul', 'kars', 'air')
271
+ # => [1187.94, 120, "Air travel distance between İstanbul and Kars is 1187.94 km. Estimated air travel would take 120 minutes."]
272
+ TurkishCities.distance_between('Adana', 'Adıyaman', 'time')
273
+ # => "Travel method 'time' is unsupported"
274
+ TurkishCities.distance_between('filansa', 'falansa', 'air')
275
+ # => "Couldn't find cities combination with 'filansa/falansa'"
276
+ ```
277
+
278
+ ## Data sources
279
+
280
+ All information related with cities can be found at:
281
+
282
+ ```
283
+ https://tr.wikipedia.org/wiki/{#city_name_here}
284
+ ```
285
+
286
+ Districts, subdisctricts, neighborhoods and postcodes can be found at:
287
+
288
+ ```
289
+ https://postakodu.ptt.gov.tr/
290
+ ```
291
+
245
292
  ## Compatibility
246
293
 
247
294
  | Ruby Version | Supported |
@@ -251,16 +298,40 @@ TurkishCities.find_by_postcode('100000') # => Given value [100000] is outside bo
251
298
  | 2.5.8 | :white_check_mark: |
252
299
  | < 2.5.1 | :x: |
253
300
 
254
- - This gem heavily depends on ```:turkic``` case mapping support of Ruby string downcase method. Below Ruby version 2.5.1 some functions will run buggy/false or even won't run at all.
301
+ - TurkishCities heavily depends on ```:turkic``` case mapping support of Ruby string downcase method. Below Ruby version 2.5.1 some functions will run buggy/false or even won't run at all.
302
+
303
+ ## Roadmap
304
+
305
+ - Add missing land travel method
306
+ - Add missing sea travel method
307
+ - Add localization to gem
308
+ - Refactor tests (seperate test suites with more edge case tests)
255
309
 
256
310
  ## Contributing
257
311
 
258
312
  Contributing guidelines are available [here](CONTRIBUTING.md).
259
313
 
314
+ People behind the 💻
315
+ <table>
316
+ <tr>
317
+ <td align="center"><a href="https://enderahmetyurt.com/"><img src="https://avatars2.githubusercontent.com/u/447588" width="100px;" alt=""/><br /><sub><b>Ender Ahmet Yurt</b></sub></a><br /></td>
318
+ <td align="center"><a href="https://www.linkedin.com/in/serpilacar/"><img src="https://avatars0.githubusercontent.com/u/17191440" width="100px;" alt=""/><br /><sub><b>Serpil Acar</b></sub></a><br /></td>
319
+ <td align="center"><a href="https://www.linkedin.com/in/semiharslanoglu/"><img src="https://avatars2.githubusercontent.com/u/10260283" width="100px;" alt=""/><br /><sub><b>Semih Arslanoğlu</b></sub></a><br /></td>
320
+ </tr>
321
+ </table>
322
+
260
323
  ## Changelog
261
324
 
262
325
  Changelog is available [here](CHANGELOG.md).
263
326
 
327
+ ## Logo
328
+
329
+ TurkishCities's logo created by [Nebal Çolpan](https://www.behance.net/nebalcolpan). You can find the logo in various
330
+ formats [here](https://github.com/sarslanoglu/turkish_cities/tree/master/public/assets/img/).
331
+
332
+ The logo is licensed under a
333
+ [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/deed.en_GB).
334
+
264
335
  ## Copyright
265
336
 
266
337
  Copyright (c) 2020 Semih Arslanoglu. See [LICENSE.txt](LICENSE.txt) for
@@ -1,6 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  require_relative '../lib/turkish_cities/city'
4
+ require_relative '../lib/turkish_cities/distance'
4
5
  require_relative '../lib/turkish_cities/district'
5
6
  require_relative '../lib/turkish_cities/postcode'
6
7
  require_relative '../lib/turkish_cities/version'
@@ -30,12 +31,16 @@ class TurkishCities
30
31
  City.new.list_districts(city_name)
31
32
  end
32
33
 
34
+ def self.distance_between(from, to, travel_method)
35
+ Distance.new(from, to, travel_method).distance_between
36
+ end
37
+
33
38
  def self.list_subdistricts(city_name, district_name)
34
- District.new.list_subdistricts(city_name, district_name)
39
+ District.new(city_name, district_name).subdistricts
35
40
  end
36
41
 
37
42
  def self.list_neighborhoods(city_name, district_name, subdistrict_name = nil)
38
- District.new.list_neighborhoods(city_name, district_name, subdistrict_name)
43
+ District.new(city_name, district_name).neighborhoods(subdistrict_name)
39
44
  end
40
45
 
41
46
  def self.find_by_postcode(postcode)
@@ -26,9 +26,10 @@ class City
26
26
  check_phone_code(phone_code)
27
27
 
28
28
  CITY_LIST.each do |city|
29
- if city['phone_code'].is_a?(Array)
29
+ case city['phone_code']
30
+ when Array
30
31
  return city['name'] if city['phone_code'].include?(phone_code.to_i)
31
- elsif city['phone_code'] == phone_code.to_i
32
+ when phone_code.to_i
32
33
  return city['name']
33
34
  end
34
35
  end
@@ -2,45 +2,63 @@
2
2
  plate_number: 1
3
3
  name: 'Adana'
4
4
  phone_code: 322
5
+ latitude: 36.9914
6
+ longitude: 35.3308
5
7
  metropolitan_municipality_since: 1986
6
8
  region: 'Akdeniz'
9
+ has_sea_access: true
7
10
  districts: ['Aladağ', 'Ceyhan', 'Çukurova', 'Feke', 'İmamoğlu', 'Karaisalı', 'Karataş', 'Kozan', 'Pozantı',
8
11
  'Saimbeyli', 'Sarıçam', 'Seyhan', 'Tufanbeyli', 'Yumurtalık', 'Yüreğir']
9
12
  -
10
13
  plate_number: 2
11
14
  name: 'Adıyaman'
12
15
  phone_code: 416
16
+ latitude: 37.7636
17
+ longitude: 38.2773
13
18
  metropolitan_municipality_since: null
14
19
  region: 'Güneydoğu Anadolu'
20
+ has_sea_access: false
15
21
  districts: ['Besni', 'Çelikhan', 'Gerger', 'Gölbaşı', 'Kahta', 'Merkez', 'Samsat', 'Sincik', 'Tut']
16
22
  -
17
23
  plate_number: 3
18
24
  name: 'Afyon'
19
25
  phone_code: 272
26
+ latitude: 38.7595
27
+ longitude: 30.5387
20
28
  metropolitan_municipality_since: null
21
29
  region: 'Ege'
30
+ has_sea_access: false
22
31
  districts: ['Başmakçı', 'Bayat', 'Bolvadin', 'Çay', 'Çobanlar', 'Dazkırı', 'Dinar', 'Emirdağ', 'Evciler', 'Hocalar',
23
32
  'İhsaniye', 'İscehisar', 'Kızılören', 'Merkez', 'Sandıklı', 'Sinanpaşa', 'Sultandağı', 'Şuhut']
24
33
  -
25
34
  plate_number: 4
26
35
  name: 'Ağrı'
27
36
  phone_code: 472
37
+ latitude: 39.6269
38
+ longitude: 43.0216
28
39
  metropolitan_municipality_since: null
29
40
  region: 'Doğu Anadolu'
41
+ has_sea_access: false
30
42
  districts: ['Diyadin', 'Doğubayazıt', 'Eleşkirt', 'Hamur', 'Merkez', 'Patnos', 'Taşlıçay', 'Tutak']
31
43
  -
32
44
  plate_number: 5
33
45
  name: 'Amasya'
34
46
  phone_code: 358
47
+ latitude: 40.6565
48
+ longitude: 35.8373
35
49
  metropolitan_municipality_since: null
36
50
  region: 'Karadeniz'
51
+ has_sea_access: false
37
52
  districts: ['Göynücek', 'Gümüşhacıköy', 'Hamamözü', 'Merkez', 'Merzifon', 'Suluova', 'Taşova']
38
53
  -
39
54
  plate_number: 6
40
55
  name: 'Ankara'
41
56
  phone_code: 312
57
+ latitude: 39.9334
58
+ longitude: 32.8597
42
59
  metropolitan_municipality_since: 1984
43
60
  region: 'İç Anadolu'
61
+ has_sea_access: false
44
62
  districts: ['Akyurt', 'Altındağ', 'Ayaş', 'Bala', 'Beypazarı', 'Çamlıdere', 'Çankaya', 'Çubuk', 'Elmadağ',
45
63
  'Etimesgut', 'Evren', 'Gölbaşı', 'Güdül', 'Haymana', 'Kahramankazan', 'Kalecik', 'Keçiören', 'Kızılcahamam',
46
64
  'Mamak', 'Nallıhan', 'Polatlı', 'Pursaklar', 'Sincan', 'Şereflikoçhisar', 'Yenimahalle']
@@ -48,31 +66,43 @@
48
66
  plate_number: 7
49
67
  name: 'Antalya'
50
68
  phone_code: 242
69
+ latitude: 36.8969
70
+ longitude: 30.7133
51
71
  metropolitan_municipality_since: 1993
52
72
  region: 'Akdeniz'
73
+ has_sea_access: true
53
74
  districts: ['Akseki', 'Aksu', 'Alanya', 'Demre', 'Döşemealtı', 'Elmalı', 'Finike', 'Gazipaşa', 'Gündoğmuş', 'İbradı',
54
75
  'Kaş', 'Kemer', 'Kepez', 'Konyaaltı', 'Korkuteli', 'Kumluca', 'Manavgat', 'Muratpaşa', 'Serik']
55
76
  -
56
77
  plate_number: 8
57
78
  name: 'Artvin'
58
79
  phone_code: 466
80
+ latitude: 41.1809
81
+ longitude: 41.8208
59
82
  metropolitan_municipality_since: null
60
83
  region: 'Karadeniz'
84
+ has_sea_access: true
61
85
  districts: ['Ardanuç', 'Arhavi', 'Borçka', 'Hopa', 'Kemalpaşa', 'Merkez', 'Murgul', 'Şavşat', 'Yusufeli']
62
86
  -
63
87
  plate_number: 9
64
88
  name: 'Aydın'
65
89
  phone_code: 256
90
+ latitude: 37.8380
91
+ longitude: 27.8456
66
92
  metropolitan_municipality_since: 2012
67
93
  region: 'Ege'
94
+ has_sea_access: true
68
95
  districts: ['Bozdoğan', 'Buharkent', 'Çine', 'Didim', 'Efeler', 'Germencik', 'İncirliova', 'Karacasu', 'Karpuzlu',
69
96
  'Koçarlı', 'Köşk', 'Kuşadası', 'Kuyucak', 'Nazilli', 'Söke', 'Sultanhisar', 'Yenipazar']
70
97
  -
71
98
  plate_number: 10
72
99
  name: 'Balıkesir'
73
100
  phone_code: 266
101
+ latitude: 39.7617
102
+ longitude: 28.1123
74
103
  metropolitan_municipality_since: 2012
75
104
  region: 'Marmara'
105
+ has_sea_access: true
76
106
  districts: ['Altıeylül', 'Ayvalık', 'Balya', 'Bandırma', 'Bigadiç', 'Burhaniye', 'Dursunbey', 'Edremit', 'Erdek',
77
107
  'Gömeç', 'Gönen', 'Havran', 'İvrindi', 'Karesi', 'Kepsut', 'Manyas', 'Marmara', 'Savaştepe', 'Sındırgı',
78
108
  'Susurluk']
@@ -80,183 +110,255 @@
80
110
  plate_number: 11
81
111
  name: 'Bilecik'
82
112
  phone_code: 228
113
+ latitude: 40.1426
114
+ longitude: 29.9793
83
115
  metropolitan_municipality_since: null
84
116
  region: 'Marmara'
117
+ has_sea_access: false
85
118
  districts: ['Bozüyük', 'Gölpazarı', 'İnhisar', 'Merkez', 'Osmaneli', 'Pazaryeri', 'Söğüt', 'Yenipazar']
86
119
  -
87
120
  plate_number: 12
88
121
  name: 'Bingöl'
89
122
  phone_code: 426
123
+ latitude: 39.0626
124
+ longitude: 40.7696
90
125
  metropolitan_municipality_since: null
91
126
  region: 'Doğu Anadolu'
127
+ has_sea_access: false
92
128
  districts: ['Adaklı', 'Genç', 'Karlıova', 'Kiğı', 'Merkez', 'Solhan', 'Yayladere', 'Yedisu']
93
129
  -
94
130
  plate_number: 13
95
131
  name: 'Bitlis'
96
132
  phone_code: 434
133
+ latitude: 38.4006
134
+ longitude: 42.1095
97
135
  metropolitan_municipality_since: null
98
136
  region: 'Doğu Anadolu'
137
+ has_sea_access: false
99
138
  districts: ['Adilcevaz', 'Ahlat', 'Güroymak', 'Hizan', 'Merkez', 'Mutki', 'Tatvan']
100
139
  -
101
140
  plate_number: 14
102
141
  name: 'Bolu'
103
142
  phone_code: 374
143
+ latitude: 40.7325
144
+ longitude: 31.6082
104
145
  metropolitan_municipality_since: null
105
146
  region: 'Karadeniz'
147
+ has_sea_access: false
106
148
  districts: ['Dörtdivan', 'Gerede', 'Göynük', 'Kıbrıscık', 'Mengen', 'Merkez', 'Mudurnu', 'Seben', 'Yeniçağa']
107
149
  -
108
150
  plate_number: 15
109
151
  name: 'Burdur'
110
152
  phone_code: 248
153
+ latitude: 37.7183
154
+ longitude: 30.2823
111
155
  metropolitan_municipality_since: null
112
156
  region: 'Akdeniz'
157
+ has_sea_access: false
113
158
  districts: ['Ağlasun', 'Altınyayla', 'Bucak', 'Çavdır', 'Çeltikçi', 'Gölhisar', 'Karamanlı', 'Kemer', 'Merkez',
114
159
  'Tefenni', 'Yeşilova']
115
160
  -
116
161
  plate_number: 16
117
162
  name: 'Bursa'
118
163
  phone_code: 224
164
+ latitude: 40.1885
165
+ longitude: 29.0610
119
166
  metropolitan_municipality_since: 1987
120
167
  region: 'Marmara'
168
+ has_sea_access: true
121
169
  districts: ['Büyükorhan', 'Gemlik', 'Gürsu', 'Harmancık', 'İnegöl', 'İznik', 'Karacabey', 'Keles', 'Kestel',
122
170
  'Mudanya', 'Mustafakemalpaşa', 'Nilüfer', 'Orhaneli', 'Orhangazi', 'Osmangazi', 'Yenişehir', 'Yıldırım']
123
171
  -
124
172
  plate_number: 17
125
173
  name: 'Çanakkale'
126
174
  phone_code: 286
175
+ latitude: 40.1467
176
+ longitude: 26.4086
127
177
  metropolitan_municipality_since: null
128
178
  region: 'Marmara'
179
+ has_sea_access: true
129
180
  districts: ['Ayvacık', 'Bayramiç', 'Biga', 'Bozcaada', 'Çan', 'Eceabat', 'Ezine', 'Gelibolu', 'Gökçeada', 'Lapseki',
130
181
  'Merkez', 'Yenice']
131
182
  -
132
183
  plate_number: 18
133
184
  name: 'Çankırı'
134
185
  phone_code: 376
186
+ latitude: 40.6002
187
+ longitude: 33.6162
135
188
  metropolitan_municipality_since: null
136
189
  region: 'İç Anadolu'
190
+ has_sea_access: false
137
191
  districts: ['Atkaracalar', 'Bayramören', 'Çerkeş', 'Eldivan', 'Ilgaz', 'Kızılırmak', 'Korgun', 'Kurşunlu', 'Merkez',
138
192
  'Orta', 'Şabanözü', 'Yapraklı']
139
193
  -
140
194
  plate_number: 19
141
195
  name: 'Çorum'
142
196
  phone_code: 364
197
+ latitude: 40.5499
198
+ longitude: 34.9537
143
199
  metropolitan_municipality_since: null
144
200
  region: 'Karadeniz'
201
+ has_sea_access: false
145
202
  districts: ['Alaca', 'Bayat', 'Boğazkale', 'Dodurga', 'İskilip', 'Kargı', 'Laçin', 'Mecitözü', 'Merkez', 'Oğuzlar',
146
203
  'Ortaköy', 'Osmancık', 'Sungurlu', 'Uğurludağ']
147
204
  -
148
205
  plate_number: 20
149
206
  name: 'Denizli'
150
207
  phone_code: 258
208
+ latitude: 37.7830
209
+ longitude: 29.0963
151
210
  metropolitan_municipality_since: 2012
152
211
  region: 'Ege'
212
+ has_sea_access: false
153
213
  districts: ['Acıpayam', 'Babadağ', 'Baklan', 'Bekilli', 'Beyağaç', 'Bozkurt', 'Buldan', 'Çal', 'Çameli', 'Çardak',
154
214
  'Çivril', 'Güney', 'Honaz', 'Kale', 'Merkezefendi', 'Pamukkale', 'Sarayköy', 'Serinhisar', 'Tavas']
155
215
  -
156
216
  plate_number: 21
157
217
  name: 'Diyarbakır'
158
218
  phone_code: 412
219
+ latitude: 37.9250
220
+ longitude: 40.2110
159
221
  metropolitan_municipality_since: 1993
160
222
  region: 'Güneydoğu Anadolu'
223
+ has_sea_access: false
161
224
  districts: ['Bağlar', 'Bismil', 'Çermik', 'Çınar', 'Çüngüş', 'Dicle', 'Eğil', 'Ergani', 'Hani', 'Hazro', 'Kayapınar',
162
225
  'Kocaköy', 'Kulp', 'Lice', 'Silvan', 'Sur', 'Yenişehir']
163
226
  -
164
227
  plate_number: 22
165
228
  name: 'Edirne'
166
229
  phone_code: 284
230
+ latitude: 41.6771
231
+ longitude: 26.5557
167
232
  metropolitan_municipality_since: null
168
233
  region: 'Marmara'
234
+ has_sea_access: true
169
235
  districts: ['Enez', 'Havsa', 'İpsala', 'Keşan', 'Lalapaşa', 'Meriç', 'Merkez', 'Süloğlu', 'Uzunköprü']
170
236
  -
171
237
  plate_number: 23
172
238
  name: 'Elazığ'
173
239
  phone_code: 424
240
+ latitude: 38.6748
241
+ longitude: 39.2225
174
242
  metropolitan_municipality_since: null
175
243
  region: 'Doğu Anadolu'
244
+ has_sea_access: false
176
245
  districts: ['Ağın', 'Alacakaya', 'Arıcak', 'Baskil', 'Karakoçan', 'Keban', 'Kovancılar', 'Maden', 'Merkez', 'Palu',
177
246
  'Sivrice']
178
247
  -
179
248
  plate_number: 24
180
249
  name: 'Erzincan'
181
250
  phone_code: 446
251
+ latitude: 39.7468
252
+ longitude: 39.4911
182
253
  metropolitan_municipality_since: null
183
254
  region: 'Doğu Anadolu'
255
+ has_sea_access: false
184
256
  districts: ['Çayırlı', 'İliç', 'Kemah', 'Kemaliye', 'Merkez', 'Otlukbeli', 'Refahiye', 'Tercan', 'Üzümlü']
185
257
  -
186
258
  plate_number: 25
187
259
  name: 'Erzurum'
188
260
  phone_code: 442
261
+ latitude: 39.9055
262
+ longitude: 41.2658
189
263
  metropolitan_municipality_since: 1993
190
264
  region: 'Doğu Anadolu'
265
+ has_sea_access: false
191
266
  districts: ['Aşkale', 'Aziziye', 'Çat', 'Hınıs', 'Horasan', 'İspir', 'Karaçoban', 'Karayazı', 'Köprüköy', 'Narman',
192
267
  'Oltu', 'Olur', 'Palandöken', 'Pasinler', 'Pazaryolu', 'Şenkaya', 'Tekman', 'Tortum', 'Uzundere', 'Yakutiye']
193
268
  -
194
269
  plate_number: 26
195
270
  name: 'Eskişehir'
196
271
  phone_code: 222
272
+ latitude: 39.7667
273
+ longitude: 30.5256
197
274
  metropolitan_municipality_since: 1993
198
275
  region: 'İç Anadolu'
276
+ has_sea_access: false
199
277
  districts: ['Alpu', 'Beylikova', 'Çifteler', 'Günyüzü', 'Han', 'İnönü', 'Mahmudiye', 'Mihalgazi', 'Mihalıççık',
200
278
  'Odunpazarı', 'Sarıcakaya', 'Seyitgazi', 'Sivrihisar', 'Tepebaşı']
201
279
  -
202
280
  plate_number: 27
203
281
  name: 'Gaziantep'
204
282
  phone_code: 342
283
+ latitude: 37.0660
284
+ longitude: 37.3781
205
285
  metropolitan_municipality_since: 1987
206
286
  region: 'Güneydoğu Anadolu'
287
+ has_sea_access: false
207
288
  districts: ['Araban', 'İslahiye', 'Karkamış', 'Nizip', 'Nurdağı', 'Oğuzeli', 'Şahinbey', 'Şehitkamil', 'Yavuzeli']
208
289
  -
209
290
  plate_number: 28
210
291
  name: 'Giresun'
211
292
  phone_code: 454
293
+ latitude: 40.9175
294
+ longitude: 38.3927
212
295
  metropolitan_municipality_since: null
213
296
  region: 'Karadeniz'
297
+ has_sea_access: true
214
298
  districts: ['Alucra', 'Bulancak', 'Çamoluk', 'Çanakçı', 'Dereli', 'Doğankent', 'Espiye', 'Eynesil', 'Görele', 'Güce',
215
299
  'Keşap', 'Merkez', 'Piraziz', 'Şebinkarahisar', 'Tirebolu', 'Yağlıdere']
216
300
  -
217
301
  plate_number: 29
218
302
  name: 'Gümüşhane'
219
303
  phone_code: 456
304
+ latitude: 40.4608
305
+ longitude: 39.4803
220
306
  metropolitan_municipality_since: null
221
307
  region: 'Karadeniz'
308
+ has_sea_access: false
222
309
  districts: ['Kelkit', 'Köse', 'Kürtün', 'Merkez', 'Şiran', 'Torul']
223
310
  -
224
311
  plate_number: 30
225
312
  name: 'Hakkari'
226
313
  phone_code: 438
314
+ latitude: 37.5774
315
+ longitude: 43.7368
227
316
  metropolitan_municipality_since: null
228
317
  region: 'Doğu Anadolu'
318
+ has_sea_access: false
229
319
  districts: ['Çukurca', 'Derecik', 'Merkez', 'Şemdinli', 'Yüksekova']
230
320
  -
231
321
  plate_number: 31
232
322
  name: 'Hatay'
233
323
  phone_code: 326
324
+ latitude: 36.4018
325
+ longitude: 36.3498
234
326
  metropolitan_municipality_since: 2012
235
327
  region: 'Akdeniz'
328
+ has_sea_access: true
236
329
  districts: ['Altınözü', 'Antakya', 'Arsuz', 'Belen', 'Defne', 'Dörtyol', 'Erzin', 'Hassa', 'İskenderun', 'Kırıkhan',
237
330
  'Kumlu', 'Payas', 'Reyhanlı', 'Samandağ', 'Yayladağı']
238
331
  -
239
332
  plate_number: 32
240
333
  name: 'Isparta'
241
334
  phone_code: 246
335
+ latitude: 38.0211
336
+ longitude: 31.0794
242
337
  metropolitan_municipality_since: null
243
338
  region: 'Akdeniz'
339
+ has_sea_access: false
244
340
  districts: ['Aksu', 'Atabey', 'Eğirdir', 'Gelendost', 'Gönen', 'Keçiborlu', 'Merkez', 'Senirkent', 'Sütçüler',
245
341
  'Şarkikaraağaç', 'Uluborlu', 'Yalvaç', 'Yenişarbademli']
246
342
  -
247
343
  plate_number: 33
248
344
  name: 'Mersin'
249
345
  phone_code: 324
346
+ latitude: 36.8121
347
+ longitude: 34.6415
250
348
  metropolitan_municipality_since: 1993
251
349
  region: 'Akdeniz'
350
+ has_sea_access: true
252
351
  districts: ['Akdeniz', 'Anamur', 'Aydıncık', 'Bozyazı', 'Çamlıyayla', 'Erdemli', 'Gülnar', 'Mezitli', 'Mut',
253
352
  'Silifke', 'Tarsus', 'Toroslar', 'Yenişehir']
254
353
  -
255
354
  plate_number: 34
256
355
  name: 'İstanbul'
257
356
  phone_code: [212,216]
357
+ latitude: 41.0082
358
+ longitude: 28.9784
258
359
  metropolitan_municipality_since: 1984
259
360
  region: 'Marmara'
361
+ has_sea_access: true
260
362
  districts: ['Adalar', 'Arnavutköy', 'Ataşehir', 'Avcılar', 'Bağcılar', 'Bahçelievler', 'Bakırköy', 'Başakşehir',
261
363
  'Bayrampaşa', 'Beşiktaş', 'Beykoz', 'Beylikdüzü', 'Beyoğlu', 'Büyükçekmece', 'Çatalca', 'Çekmeköy', 'Esenler',
262
364
  'Esenyurt', 'Eyüpsultan', 'Fatih', 'Gaziosmanpaşa', 'Güngören', 'Kadıköy', 'Kağıthane', 'Kartal', 'Küçükçekmece',
@@ -266,8 +368,11 @@
266
368
  plate_number: 35
267
369
  name: 'İzmir'
268
370
  phone_code: 232
371
+ latitude: 38.4237
372
+ longitude: 27.1428
269
373
  metropolitan_municipality_since: 1984
270
374
  region: 'Ege'
375
+ has_sea_access: true
271
376
  districts: ['Aliağa', 'Balçova', 'Bayındır', 'Bayraklı', 'Bergama', 'Beydağ', 'Bornova', 'Buca', 'Çeşme', 'Çiğli',
272
377
  'Dikili', 'Foça', 'Gaziemir', 'Güzelbahçe', 'Karabağlar', 'Karaburun', 'Karşıyaka', 'Kemalpaşa', 'Kınık', 'Kiraz',
273
378
  'Konak', 'Menderes', 'Menemen', 'Narlıdere', 'Ödemiş', 'Seferihisar', 'Selçuk', 'Tire', 'Torbalı', 'Urla']
@@ -275,53 +380,74 @@
275
380
  plate_number: 36
276
381
  name: 'Kars'
277
382
  phone_code: 474
383
+ latitude: 40.6013
384
+ longitude: 43.0975
278
385
  metropolitan_municipality_since: null
279
386
  region: 'Doğu Anadolu'
387
+ has_sea_access: false
280
388
  districts: ['Akyaka', 'Arpaçay', 'Digor', 'Kağızman', 'Merkez', 'Sarıkamış', 'Selim', 'Susuz']
281
389
  -
282
390
  plate_number: 37
283
391
  name: 'Kastamonu'
284
392
  phone_code: 366
393
+ latitude: 41.3766
394
+ longitude: 33.7765
285
395
  metropolitan_municipality_since: null
286
396
  region: 'Karadeniz'
397
+ has_sea_access: true
287
398
  districts: ['Abana', 'Ağlı', 'Araç', 'Azdavay', 'Bozkurt', 'Cide', 'Çatalzeytin', 'Daday', 'Devrekani', 'Doğanyurt',
288
399
  'Hanönü', 'İhsangazi', 'İnebolu', 'Küre', 'Merkez', 'Pınarbaşı', 'Seydiler', 'Şenpazar', 'Taşköprü', 'Tosya']
289
400
  -
290
401
  plate_number: 38
291
402
  name: 'Kayseri'
292
403
  phone_code: 352
404
+ latitude: 38.7205
405
+ longitude: 35.4826
293
406
  metropolitan_municipality_since: 1988
294
407
  region: 'İç Anadolu'
408
+ has_sea_access: false
295
409
  districts: ['Akkışla', 'Bünyan', 'Develi', 'Felahiye', 'Hacılar', 'İncesu', 'Kocasinan', 'Melikgazi', 'Özvatan',
296
410
  'Pınarbaşı', 'Sarıoğlan', 'Sarız', 'Talas', 'Tomarza', 'Yahyalı', 'Yeşilhisar']
297
411
  -
298
412
  plate_number: 39
299
413
  name: 'Kırklareli'
300
414
  phone_code: 288
415
+ latitude: 41.7355
416
+ longitude: 27.2244
301
417
  metropolitan_municipality_since: null
302
418
  region: 'Marmara'
419
+ has_sea_access: true
303
420
  districts: ['Babaeski', 'Demirköy', 'Kofçaz', 'Lüleburgaz', 'Merkez', 'Pehlivanköy', 'Pınarhisar', 'Vize']
304
421
  -
305
422
  plate_number: 40
306
423
  name: 'Kırşehir'
307
424
  phone_code: 386
425
+ latitude: 39.1461
426
+ longitude: 34.1595
308
427
  metropolitan_municipality_since: null
309
428
  region: 'İç Anadolu'
429
+ has_sea_access: false
310
430
  districts: ['Akçakent', 'Akpınar', 'Boztepe', 'Çiçekdağı', 'Kaman', 'Merkez', 'Mucur']
311
431
  -
312
432
  plate_number: 41
313
433
  name: 'Kocaeli'
314
434
  phone_code: 262
435
+ latitude: 40.7654
436
+ longitude: 29.9408
315
437
  metropolitan_municipality_since: 1993
316
438
  region: 'Marmara'
439
+ has_sea_access: false
317
440
  districts: ['Başiskele', 'Çayırova', 'Darıca', 'Derince', 'Dilovası', 'Gebze', 'Gölcük', 'İzmit', 'Kandıra',
318
441
  'Karamürsel', 'Kartepe', 'Körfez']
319
442
  -
320
443
  plate_number: 42
321
444
  name: 'Konya'
322
445
  phone_code: 332
446
+ latitude: 37.8746
447
+ longitude: 32.4932
323
448
  metropolitan_municipality_since: 1987
324
449
  region: 'İç Anadolu'
450
+ has_sea_access: true
325
451
  districts: ['Ahırlı', 'Akören', 'Akşehir', 'Altınekin', 'Beyşehir', 'Bozkır', 'Cihanbeyli', 'Çeltik', 'Çumra',
326
452
  'Derbent', 'Derebucak', 'Doğanhisar', 'Emirgazi', 'Ereğli', 'Güneysınır', 'Hadim', 'Halkapınar', 'Hüyük', 'Ilgın',
327
453
  'Kadınhanı', 'Karapınar', 'Karatay', 'Kulu', 'Meram', 'Sarayönü', 'Selçuklu', 'Seydişehir', 'Taşkent', 'Tuzlukçu',
@@ -330,290 +456,406 @@
330
456
  plate_number: 43
331
457
  name: 'Kütahya'
332
458
  phone_code: 274
459
+ latitude: 39.4200
460
+ longitude: 29.9857
333
461
  metropolitan_municipality_since: null
334
462
  region: 'Ege'
463
+ has_sea_access: false
335
464
  districts: ['Altıntaş', 'Aslanapa', 'Çavdarhisar', 'Domaniç', 'Dumlupınar', 'Emet', 'Gediz', 'Hisarcık', 'Merkez',
336
465
  'Pazarlar', 'Simav', 'Şaphane', 'Tavşanlı']
337
466
  -
338
467
  plate_number: 44
339
468
  name: 'Malatya'
340
469
  phone_code: 422
470
+ latitude: 38.3554
471
+ longitude: 38.3335
341
472
  metropolitan_municipality_since: 2012
342
473
  region: 'Doğu Anadolu'
474
+ has_sea_access: false
343
475
  districts: ['Akçadağ', 'Arapgir', 'Arguvan', 'Battalgazi', 'Darende', 'Doğanşehir', 'Doğanyol', 'Hekimhan', 'Kale',
344
476
  'Kuluncak', 'Pütürge', 'Yazıhan', 'Yeşilyurt']
345
477
  -
346
478
  plate_number: 45
347
479
  name: 'Manisa'
348
480
  phone_code: 236
481
+ latitude: 38.6140
482
+ longitude: 27.4296
349
483
  metropolitan_municipality_since: 2012
350
484
  region: 'Ege'
485
+ has_sea_access: false
351
486
  districts: ['Ahmetli', 'Akhisar', 'Alaşehir', 'Demirci', 'Gölmarmara', 'Gördes', 'Kırkağaç', 'Köprübaşı', 'Kula',
352
487
  'Salihli', 'Sarıgöl', 'Saruhanlı', 'Selendi', 'Soma', 'Şehzadeler', 'Turgutlu', 'Yunusemre']
353
488
  -
354
489
  plate_number: 46
355
490
  name: 'Kahramanmaraş'
356
491
  phone_code: 344
492
+ latitude: 37.5753
493
+ longitude: 36.9228
357
494
  metropolitan_municipality_since: 2012
358
495
  region: 'Akdeniz'
496
+ has_sea_access: false
359
497
  districts: ['Afşin', 'Andırın', 'Çağlayancerit', 'Dulkadiroğlu', 'Ekinözü', 'Elbistan', 'Göksun', 'Nurhak',
360
498
  'Onikişubat', 'Pazarcık', 'Türkoğlu']
361
499
  -
362
500
  plate_number: 47
363
501
  name: 'Mardin'
364
502
  phone_code: 482
503
+ latitude: 37.3129
504
+ longitude: 40.7340
365
505
  metropolitan_municipality_since: 2012
366
506
  region: 'Güneydoğu Anadolu'
507
+ has_sea_access: false
367
508
  districts: ['Artuklu', 'Dargeçit', 'Derik', 'Kızıltepe', 'Mazıdağı', 'Midyat', 'Nusaybin', 'Ömerli', 'Savur',
368
509
  'Yeşilli']
369
510
  -
370
511
  plate_number: 48
371
512
  name: 'Muğla'
372
513
  phone_code: 252
514
+ latitude: 37.2154
515
+ longitude: 28.3634
373
516
  metropolitan_municipality_since: 2012
374
517
  region: 'Ege'
518
+ has_sea_access: true
375
519
  districts: ['Bodrum', 'Dalaman', 'Datça', 'Fethiye', 'Kavaklıdere', 'Köyceğiz', 'Marmaris', 'Menteşe', 'Milas',
376
520
  'Ortaca', 'Seydikemer', 'Ula', 'Yatağan']
377
521
  -
378
522
  plate_number: 49
379
523
  name: 'Muş'
380
524
  phone_code: 436
525
+ latitude: 38.7346
526
+ longitude: 41.4910
381
527
  metropolitan_municipality_since: null
382
528
  region: 'Doğu Anadolu'
529
+ has_sea_access: false
383
530
  districts: ['Bulanık', 'Hasköy', 'Korkut', 'Malazgirt', 'Merkez', 'Varto']
384
531
  -
385
532
  plate_number: 50
386
533
  name: 'Nevşehir'
387
534
  phone_code: 384
535
+ latitude: 38.6247
536
+ longitude: 34.7142
388
537
  metropolitan_municipality_since: null
389
538
  region: 'İç Anadolu'
539
+ has_sea_access: false
390
540
  districts: ['Acıgöl', 'Avanos', 'Derinkuyu', 'Gülşehir', 'Hacıbektaş', 'Kozaklı', 'Merkez', 'Ürgüp']
391
541
  -
392
542
  plate_number: 51
393
543
  name: 'Niğde'
394
544
  phone_code: 388
545
+ latitude: 37.9698
546
+ longitude: 34.6766
395
547
  metropolitan_municipality_since: null
396
548
  region: 'İç Anadolu'
549
+ has_sea_access: false
397
550
  districts: ['Altunhisar', 'Bor', 'Çamardı', 'Çiftlik', 'Merkez', 'Ulukışla']
398
551
  -
399
552
  plate_number: 52
400
553
  name: 'Ordu'
401
554
  phone_code: 452
555
+ latitude: 40.9862
556
+ longitude: 37.8797
402
557
  metropolitan_municipality_since: 2012
403
558
  region: 'Karadeniz'
559
+ has_sea_access: true
404
560
  districts: ['Akkuş', 'Altınordu', 'Aybastı', 'Çamaş', 'Çatalpınar', 'Çaybaşı', 'Fatsa', 'Gölköy', 'Gülyalı',
405
561
  'Gürgentepe', 'İkizce', 'Kabadüz', 'Kabataş', 'Korgan', 'Kumru', 'Mesudiye', 'Perşembe', 'Ulubey', 'Ünye']
406
562
  -
407
563
  plate_number: 53
408
564
  name: 'Rize'
409
565
  phone_code: 464
566
+ latitude: 41.0255
567
+ longitude: 40.5177
410
568
  metropolitan_municipality_since: null
411
569
  region: 'Karadeniz'
570
+ has_sea_access: true
412
571
  districts: ['Ardeşen', 'Çamlıhemşin', 'Çayeli', 'Derepazarı', 'Fındıklı', 'Güneysu', 'Hemşin', 'İkizdere', 'İyidere',
413
572
  'Kalkandere', 'Merkez', 'Pazar']
414
573
  -
415
574
  plate_number: 54
416
575
  name: 'Sakarya'
417
576
  phone_code: 264
577
+ latitude: 40.7889
578
+ longitude: 30.4060
418
579
  metropolitan_municipality_since: 2000
419
580
  region: 'Marmara'
581
+ has_sea_access: true
420
582
  districts: ['Adapazarı', 'Akyazı', 'Arifiye', 'Erenler', 'Ferizli', 'Geyve', 'Hendek', 'Karapürçek', 'Karasu',
421
583
  'Kaynarca', 'Kocaali', 'Pamukova', 'Sapanca', 'Serdivan', 'Söğütlü', 'Taraklı']
422
584
  -
423
585
  plate_number: 55
424
586
  name: 'Samsun'
425
587
  phone_code: 362
588
+ latitude: 41.2797
589
+ longitude: 36.3361
426
590
  metropolitan_municipality_since: 1993
427
591
  region: 'Karadeniz'
592
+ has_sea_access: true
428
593
  districts: ['19 Mayıs', 'Alaçam', 'Asarcık', 'Atakum', 'Ayvacık', 'Bafra', 'Canik', 'Çarşamba', 'Havza', 'İlkadım', 'Kavak',
429
594
  'Ladik', 'Salıpazarı', 'Tekkeköy', 'Terme', 'Vezirköprü', 'Yakakent']
430
595
  -
431
596
  plate_number: 56
432
597
  name: 'Siirt'
433
598
  phone_code: 484
599
+ latitude: 37.9274
600
+ longitude: 41.9420
434
601
  metropolitan_municipality_since: null
435
602
  region: 'Güneydoğu Anadolu'
603
+ has_sea_access: false
436
604
  districts: ['Baykan', 'Eruh', 'Kurtalan', 'Merkez', 'Pervari', 'Şirvan', 'Tillo']
437
605
  -
438
606
  plate_number: 57
439
607
  name: 'Sinop'
440
608
  phone_code: 368
609
+ latitude: 42.0280
610
+ longitude: 35.1517
441
611
  metropolitan_municipality_since: null
442
612
  region: 'Karadeniz'
613
+ has_sea_access: true
443
614
  districts: ['Ayancık', 'Boyabat', 'Dikmen', 'Durağan', 'Erfelek', 'Gerze', 'Merkez', 'Saraydüzü', 'Türkeli']
444
615
  -
445
616
  plate_number: 58
446
617
  name: 'Sivas'
447
618
  phone_code: 346
619
+ latitude: 39.7505
620
+ longitude: 37.0150
448
621
  metropolitan_municipality_since: null
449
622
  region: 'İç Anadolu'
623
+ has_sea_access: false
450
624
  districts: ['Akıncılar', 'Altınyayla', 'Divriği', 'Doğanşar', 'Gemerek', 'Gölova', 'Gürün', 'Hafik', 'İmranlı',
451
625
  'Kangal', 'Koyulhisar', 'Merkez', 'Suşehri', 'Şarkışla', 'Ulaş', 'Yıldızeli', 'Zara']
452
626
  -
453
627
  plate_number: 59
454
628
  name: 'Tekirdağ'
455
629
  phone_code: 282
630
+ latitude: 40.9781
631
+ longitude: 27.5117
456
632
  metropolitan_municipality_since: 2012
457
633
  region: 'Marmara'
634
+ has_sea_access: true
458
635
  districts: ['Çerkezköy', 'Çorlu', 'Ergene', 'Hayrabolu', 'Kapaklı', 'Malkara', 'Marmaraereğlisi', 'Muratlı', 'Saray',
459
636
  'Süleymanpaşa', 'Şarköy']
460
637
  -
461
638
  plate_number: 60
462
639
  name: 'Tokat'
463
640
  phone_code: 356
641
+ latitude: 40.3235
642
+ longitude: 36.5522
464
643
  metropolitan_municipality_since: null
465
644
  region: 'Karadeniz'
645
+ has_sea_access: false
466
646
  districts: ['Almus', 'Artova', 'Başçiftlik', 'Erbaa', 'Merkez', 'Niksar', 'Pazar', 'Reşadiye', 'Sulusaray', 'Turhal',
467
647
  'Yeşilyurt', 'Zile']
468
648
  -
469
649
  plate_number: 61
470
650
  name: 'Trabzon'
471
651
  phone_code: 462
652
+ latitude: 41.0027
653
+ longitude: 39.7168
472
654
  metropolitan_municipality_since: 2012
473
655
  region: 'Karadeniz'
656
+ has_sea_access: true
474
657
  districts: ['Akçaabat', 'Araklı', 'Arsin', 'Beşikdüzü', 'Çarşıbaşı', 'Çaykara', 'Dernekpazarı', 'Düzköy', 'Hayrat',
475
658
  'Köprübaşı', 'Maçka', 'Of', 'Ortahisar', 'Sürmene', 'Şalpazarı', 'Tonya', 'Vakfıkebir', 'Yomra']
476
659
  -
477
660
  plate_number: 62
478
661
  name: 'Tunceli'
479
662
  phone_code: 428
663
+ latitude: 39.1062
664
+ longitude: 39.5483
480
665
  metropolitan_municipality_since: null
481
666
  region: 'Doğu Anadolu'
667
+ has_sea_access: false
482
668
  districts: ['Çemişgezek', 'Hozat', 'Mazgirt', 'Merkez', 'Nazımiye', 'Ovacık', 'Pertek', 'Pülümür']
483
669
  -
484
670
  plate_number: 63
485
671
  name: 'Şanlıurfa'
486
672
  phone_code: 414
673
+ latitude: 37.1674
674
+ longitude: 38.7955
487
675
  metropolitan_municipality_since: 2012
488
676
  region: 'Güneydoğu Anadolu'
677
+ has_sea_access: false
489
678
  districts: ['Akçakale', 'Birecik', 'Bozova', 'Ceylanpınar', 'Eyyübiye', 'Halfeti', 'Haliliye', 'Harran', 'Hilvan',
490
679
  'Karaköprü', 'Siverek', 'Suruç', 'Viranşehir']
491
680
  -
492
681
  plate_number: 64
493
682
  name: 'Uşak'
494
683
  phone_code: 276
684
+ latitude: 38.6742
685
+ longitude: 29.4059
495
686
  metropolitan_municipality_since: null
496
687
  region: 'Ege'
688
+ has_sea_access: false
497
689
  districts: ['Banaz', 'Eşme', 'Karahallı', 'Merkez', 'Sivaslı', 'Ulubey']
498
690
  -
499
691
  plate_number: 65
500
692
  name: 'Van'
501
693
  phone_code: 432
694
+ latitude: 38.5012
695
+ longitude: 43.3730
502
696
  metropolitan_municipality_since: 2012
503
697
  region: 'Doğu Anadolu'
698
+ has_sea_access: false
504
699
  districts: ['Bahçesaray', 'Başkale', 'Çaldıran', 'Çatak', 'Edremit', 'Erciş', 'Gevaş', 'Gürpınar', 'İpekyolu',
505
700
  'Muradiye', 'Özalp', 'Saray', 'Tuşba']
506
701
  -
507
702
  plate_number: 66
508
703
  name: 'Yozgat'
509
704
  phone_code: 354
705
+ latitude: 39.8210
706
+ longitude: 34.8086
510
707
  metropolitan_municipality_since: null
511
708
  region: 'İç Anadolu'
709
+ has_sea_access: false
512
710
  districts: ['Akdağmadeni', 'Aydıncık', 'Boğazlıyan', 'Çandır', 'Çayıralan', 'Çekerek', 'Kadışehri', 'Merkez',
513
711
  'Saraykent', 'Sarıkaya', 'Sorgun', 'Şefaatli', 'Yenifakılı', 'Yerköy']
514
712
  -
515
713
  plate_number: 67
516
714
  name: 'Zonguldak'
517
715
  phone_code: 372
716
+ latitude: 41.4535
717
+ longitude: 31.7894
518
718
  metropolitan_municipality_since: null
519
719
  region: 'Karadeniz'
720
+ has_sea_access: true
520
721
  districts: ['Alaplı', 'Çaycuma', 'Devrek', 'Ereğli', 'Gökçebey', 'Kilimli', 'Kozlu', 'Merkez']
521
722
  -
522
723
  plate_number: 68
523
724
  name: 'Aksaray'
524
725
  phone_code: 382
726
+ latitude: 38.3686
727
+ longitude: 34.0297
525
728
  metropolitan_municipality_since: null
526
729
  region: 'İç Anadolu'
730
+ has_sea_access: false
527
731
  districts: ['Ağaçören', 'Eskil', 'Gülağaç', 'Güzelyurt', 'Merkez', 'Ortaköy', 'Sarıyahşi', 'Sultanhanı']
528
732
  -
529
733
  plate_number: 69
530
734
  name: 'Bayburt'
531
735
  phone_code: 458
736
+ latitude: 40.2603
737
+ longitude: 40.2280
532
738
  metropolitan_municipality_since: null
533
739
  region: 'Karadeniz'
740
+ has_sea_access: false
534
741
  districts: ['Aydıntepe', 'Demirözü', 'Merkez']
535
742
  -
536
743
  plate_number: 70
537
744
  name: 'Karaman'
538
745
  phone_code: 338
746
+ latitude: 37.1810
747
+ longitude: 33.2222
539
748
  metropolitan_municipality_since: null
540
749
  region: 'İç Anadolu'
750
+ has_sea_access: false
541
751
  districts: ['Ayrancı', 'Başyayla', 'Ermenek', 'Kazımkarabekir', 'Merkez', 'Sarıveliler']
542
752
  -
543
753
  plate_number: 71
544
754
  name: 'Kırıkkale'
545
755
  phone_code: 318
756
+ latitude: 39.8398
757
+ longitude: 33.5089
546
758
  metropolitan_municipality_since: null
547
759
  region: 'İç Anadolu'
760
+ has_sea_access: false
548
761
  districts: ['Bahşılı', 'Balışeyh', 'Çelebi', 'Delice', 'Karakeçili', 'Keskin', 'Merkez', 'Sulakyurt', 'Yahşihan']
549
762
  -
550
763
  plate_number: 72
551
764
  name: 'Batman'
552
765
  phone_code: 488
766
+ latitude: 37.8895
767
+ longitude: 41.1293
553
768
  metropolitan_municipality_since: null
554
769
  region: 'Güneydoğu Anadolu'
770
+ has_sea_access: false
555
771
  districts: ['Beşiri', 'Gercüş', 'Hasankeyf', 'Kozluk', 'Merkez', 'Sason']
556
772
  -
557
773
  plate_number: 73
558
774
  name: 'Şırnak'
559
775
  phone_code: 486
776
+ latitude: 37.5190
777
+ longitude: 42.4537
560
778
  metropolitan_municipality_since: null
561
779
  region: 'Güneydoğu Anadolu'
780
+ has_sea_access: false
562
781
  districts: ['Beytüşşebap', 'Cizre', 'Güçlükonak', 'İdil', 'Merkez', 'Silopi', 'Uludere']
563
782
  -
564
783
  plate_number: 74
565
784
  name: 'Bartın'
566
785
  phone_code: 378
786
+ latitude: 41.6377
787
+ longitude: 32.3338
567
788
  metropolitan_municipality_since: null
568
789
  region: 'Karadeniz'
790
+ has_sea_access: true
569
791
  districts: ['Amasra', 'Kurucaşile', 'Merkez', 'Ulus']
570
792
  -
571
793
  plate_number: 75
572
794
  name: 'Ardahan'
573
795
  phone_code: 478
796
+ latitude: 41.1130
797
+ longitude: 42.7023
574
798
  metropolitan_municipality_since: null
575
799
  region: 'Doğu Anadolu'
800
+ has_sea_access: false
576
801
  districts: ['Çıldır', 'Damal', 'Göle', 'Hanak', 'Merkez', 'Posof']
577
802
  -
578
803
  plate_number: 76
579
804
  name: 'Iğdır'
580
805
  phone_code: 476
806
+ latitude: 39.9201
807
+ longitude: 44.0436
581
808
  metropolitan_municipality_since: null
582
809
  region: 'Doğu Anadolu'
810
+ has_sea_access: false
583
811
  districts: ['Aralık', 'Karakoyunlu', 'Merkez', 'Tuzluca']
584
812
  -
585
813
  plate_number: 77
586
814
  name: 'Yalova'
587
815
  phone_code: 226
816
+ latitude: 40.6549
817
+ longitude: 29.2842
588
818
  metropolitan_municipality_since: null
589
819
  region: 'Marmara'
820
+ has_sea_access: true
590
821
  districts: ['Altınova', 'Armutlu', 'Çınarcık', 'Çiftlikköy', 'Merkez', 'Termal']
591
822
  -
592
823
  plate_number: 78
593
824
  name: 'Karabük'
594
825
  phone_code: 370
826
+ latitude: 41.1956
827
+ longitude: 32.6227
595
828
  metropolitan_municipality_since: null
596
829
  region: 'Karadeniz'
830
+ has_sea_access: false
597
831
  districts: ['Eflani', 'Eskipazar', 'Merkez', 'Ovacık', 'Safranbolu', 'Yenice']
598
832
  -
599
833
  plate_number: 79
600
834
  name: 'Kilis'
601
835
  phone_code: 348
836
+ latitude: 36.7165
837
+ longitude: 37.1147
602
838
  metropolitan_municipality_since: null
603
839
  region: 'Güneydoğu Anadolu'
840
+ has_sea_access: false
604
841
  districts: ['Elbeyli', 'Merkez', 'Musabeyli', 'Polateli']
605
842
  -
606
843
  plate_number: 80
607
844
  name: 'Osmaniye'
608
845
  phone_code: 328
846
+ latitude: 37.0746
847
+ longitude: 36.2464
609
848
  metropolitan_municipality_since: null
610
849
  region: 'Akdeniz'
850
+ has_sea_access: false
611
851
  districts: ['Bahçe', 'Düziçi', 'Hasanbeyli', 'Kadirli', 'Merkez', 'Sumbas', 'Toprakkale']
612
852
  -
613
853
  plate_number: 81
614
854
  name: 'Düzce'
615
855
  phone_code: 380
856
+ latitude: 40.8387
857
+ longitude: 31.1626
616
858
  metropolitan_municipality_since: null
617
859
  region: 'Karadeniz'
860
+ has_sea_access: true
618
861
  districts: ['Akçakoca', 'Cumayeri', 'Çilimli', 'Gölyaka', 'Gümüşova', 'Kaynaşlı', 'Merkez', 'Yığılca']
619
-