@versatiles/svelte 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -0
- package/dist/AutoComplete/AutoComplete.svelte +159 -0
- package/dist/AutoComplete/AutoComplete.svelte.d.ts +25 -0
- package/dist/BBoxMap/BBoxMap.d.ts +15 -0
- package/dist/BBoxMap/BBoxMap.js +209 -0
- package/dist/BBoxMap/BBoxMap.svelte +155 -0
- package/dist/BBoxMap/BBoxMap.svelte.d.ts +20 -0
- package/dist/BBoxMap/README.md +70 -0
- package/dist/BBoxMap/bboxes.json +2195 -0
- package/dist/BBoxMap/data/countries.jsonl +258 -0
- package/dist/BBoxMap/data/eu.jsonl +1876 -0
- package/dist/BBoxMap/data/us.jsonl +52 -0
- package/dist/BBoxMap/data/world.jsonl +7 -0
- package/dist/BBoxMap/helpers/geojson2bboxes.d.ts +2 -0
- package/dist/BBoxMap/helpers/geojson2bboxes.js +183 -0
- package/dist/BBoxMap/helpers/merge_bboxes.d.ts +2 -0
- package/dist/BBoxMap/helpers/merge_bboxes.js +84 -0
- package/dist/BBoxMap/helpers/population.raw.br +0 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +3 -0
- package/dist/utils/location.d.ts +3 -0
- package/dist/utils/location.js +31 -0
- package/dist/utils/style.d.ts +3 -0
- package/dist/utils/style.js +20 -0
- package/dist/utils/zones.d.ts +1 -0
- package/dist/utils/zones.js +402 -0
- package/package.json +70 -0
@@ -0,0 +1,2195 @@
|
|
1
|
+
[
|
2
|
+
["World",-180,-90,360,180],
|
3
|
+
["Asia",31.6,-13.1,148.4,97.7],
|
4
|
+
["China",73.6,15.7,61.2,37.9],
|
5
|
+
["India",68.14,6.74,29.23,28.76],
|
6
|
+
["Africa",-25.4,-34.9,88.9,72.3],
|
7
|
+
["Europe",-31.3,34.9,100.3,47.1],
|
8
|
+
["North America",-180,5.5,162,84.5],
|
9
|
+
["South America",-91.7,-56,56.9,68.5],
|
10
|
+
["United States of America",-180,18.9,360,52.6],
|
11
|
+
["Indonesia",95,-10.93,46,16.85],
|
12
|
+
["Pakistan",60.84,23.69,16.21,13.37],
|
13
|
+
["Nigeria",2.67,4.27,12,9.62],
|
14
|
+
["Brazil",-74.1,-33.8,45.3,39.1],
|
15
|
+
["Bangladesh",88.02,20.73,4.63,5.9],
|
16
|
+
["Russia",-180,41.1,360,40.8],
|
17
|
+
["Mexico",-118.4,14.54,31.7,18.18],
|
18
|
+
["Japan",122.9,24.21,31.1,21.32],
|
19
|
+
["Dem. Rep. Congo",12.21,-13.46,19.08,18.84],
|
20
|
+
["Ethiopia",32.98,3.4,15,11.48],
|
21
|
+
["Philippines",116.95,4.65,9.67,16.48],
|
22
|
+
["Vietnam",102.11,8.56,7.37,14.81],
|
23
|
+
["Egypt",24.68,21.99,12.22,9.67],
|
24
|
+
["Iran",44.01,25.05,19.31,14.73],
|
25
|
+
["Turkey",25.66,35.81,19.15,6.29],
|
26
|
+
["Germany",5.85,47.27,9.18,7.8],
|
27
|
+
["Thailand",97.35,5.62,8.31,14.83],
|
28
|
+
["France",-61.8,-21.4,117.7,72.5],
|
29
|
+
["France, métropolitaine",-5.22,41.33,14.77,9.88],
|
30
|
+
["United Kingdom",-13.7,49.9,15.48,10.95],
|
31
|
+
["Colombia",-81.73,-4.24,14.86,17.82],
|
32
|
+
["Italy",6.6,35.48,11.92,11.61],
|
33
|
+
["South Africa",16.46,-46.97,21.52,24.85],
|
34
|
+
["Tanzania",29.32,-11.74,11.13,10.76],
|
35
|
+
["Kenya",33.89,-4.68,8,9.72],
|
36
|
+
["Spain",-18.17,27.64,22.51,16.16],
|
37
|
+
["South Korea",124.61,33.19,7.26,5.44],
|
38
|
+
["Myanmar",92.17,9.79,9.01,18.75],
|
39
|
+
["Oceania",91,-57,89,85],
|
40
|
+
["Argentina",-73.58,-55.1,19.92,33.4],
|
41
|
+
["Iraq",38.77,29.06,9.79,8.32],
|
42
|
+
["Algeria",-8.69,18.97,20.66,18.13],
|
43
|
+
["Sudan",21.8,8.68,16.81,13.55],
|
44
|
+
["Uganda",29.54,-1.48,5.47,5.7],
|
45
|
+
["Nepal",80.03,26.34,8.14,4.08],
|
46
|
+
["Ukraine",22.13,45.21,18.03,7.16],
|
47
|
+
["USA, California",-124.42,32.53,10.29,9.49],
|
48
|
+
["Poland",14.12,48.99,10.03,5.85],
|
49
|
+
["Saudi Arabia",34.57,16.37,21.07,15.76],
|
50
|
+
["Canada",-141.1,41.6,88.5,41.6],
|
51
|
+
["Angola",11.66,-18.04,12.41,13.65],
|
52
|
+
["Morocco",-17.02,21.41,15.99,14.52],
|
53
|
+
["Peru",-81.34,-18.34,12.66,18.32],
|
54
|
+
["Malaysia",99.64,0.85,19.64,6.51],
|
55
|
+
["Romania",20.24,43.65,9.46,4.63],
|
56
|
+
["Uzbekistan",55.97,37.18,17.18,8.38],
|
57
|
+
["Ghana",-3.27,4.73,4.46,6.44],
|
58
|
+
["Venezuela",-73.4,0.64,13.59,15.07],
|
59
|
+
["USA, Texas",-106.65,25.88,13.13,10.63],
|
60
|
+
["Mozambique",30.21,-26.87,10.64,16.41],
|
61
|
+
["Afghanistan",60.48,29.38,14.42,9.1],
|
62
|
+
["Yemen",42.54,12.11,12.01,6.89],
|
63
|
+
["Cameroon",8.5,1.65,7.71,11.44],
|
64
|
+
["Madagascar",43.22,-25.6,7.29,13.66],
|
65
|
+
["Syria",35.72,32.31,6.66,5.02],
|
66
|
+
["Côte d'Ivoire",-8.62,4.34,6.12,6.39],
|
67
|
+
["Niger",0.15,11.69,15.83,11.83],
|
68
|
+
["Mali",-12.27,10.14,16.51,14.86],
|
69
|
+
["Taiwan",118.27,21.9,3.74,3.39],
|
70
|
+
["North Korea",124.21,37.67,6.49,5.35],
|
71
|
+
["Burkina Faso",-5.53,9.39,7.93,5.69],
|
72
|
+
["USA, Florida",-87.64,25.12,7.61,5.89],
|
73
|
+
["Australia",112.9,-54.8,46.3,45.6],
|
74
|
+
["Chile",-109.5,-56,43.1,38.5],
|
75
|
+
["Sri Lanka",79.655,5.92,2.236,3.91],
|
76
|
+
["Romania, Macroregiunea Trei",24.42,43.619,3.7,1.992],
|
77
|
+
["Cambodia",102.31,10.41,5.31,4.3],
|
78
|
+
["Zambia",21.97,-18.07,11.71,9.88],
|
79
|
+
["Malawi",32.66,-17.14,3.25,7.76],
|
80
|
+
["USA, New York",-79.77,40.54,7.67,4.48],
|
81
|
+
["Guatemala",-92.25,13.73,4.03,4.09],
|
82
|
+
["Kazakhstan",46.4,40.58,41,14.86],
|
83
|
+
["Romania, Sud-Muntenia",24.42,43.619,3.7,1.992],
|
84
|
+
["Ecuador",-92.02,-5.02,16.8,6.69],
|
85
|
+
["Netherlands",-68.5,12,75.7,41.6],
|
86
|
+
["Germany, Nordrhein-Westfalen",5.86,50.323,3.61,2.208],
|
87
|
+
["S. Sudan",24.12,3.49,11.81,8.73],
|
88
|
+
["Chad",13.44,7.45,10.55,16],
|
89
|
+
["Italy, Nord-Ovest",6.62,43.776,4.81,2.859],
|
90
|
+
["Senegal",-17.54,12.3,6.17,4.4],
|
91
|
+
["Turkey, İstanbul",27.96,40.803,1.907,0.762],
|
92
|
+
["Spain, Este",-1.53,37.84,5.86,5.03],
|
93
|
+
["Romania, Călăraşi",26.252,44.037,1.766,0.558],
|
94
|
+
["Zimbabwe",25.21,-22.4,7.84,6.79],
|
95
|
+
["Haiti",-74.49,18.025,2.851,2.065],
|
96
|
+
["Rwanda",28.857,-2.827,2.031,1.769],
|
97
|
+
["USA, Illinois",-91.51,36.98,4.02,5.54],
|
98
|
+
["Italy, Sud",13.01,37.91,5.51,4.99],
|
99
|
+
["USA, Pennsylvania",-80.52,39.722,5.83,2.548],
|
100
|
+
["Benin",0.75,6.21,3.09,6.19],
|
101
|
+
["France, Ile-de-France",1.446,48.12,2.111,1.119],
|
102
|
+
["Germany, Bayern",8.97,47.27,4.87,3.3],
|
103
|
+
["Guinea",-15.09,7.19,7.43,5.49],
|
104
|
+
["Italy, Nord-Est",9.19,43.73,4.73,3.37],
|
105
|
+
["Italy, Centro",9.68,40.78,4.35,3.7],
|
106
|
+
["Bolivia",-69.67,-22.9,12.21,13.23],
|
107
|
+
["USA, Georgia",-85.61,30.35,4.73,4.66],
|
108
|
+
["USA, Ohio",-84.82,38.42,4.31,3.56],
|
109
|
+
["Belgium",2.52,49.495,3.86,2.002],
|
110
|
+
["Dominican Rep.",-72.01,17.545,3.69,2.393],
|
111
|
+
["USA, North Carolina",-84.32,33.845,8.61,2.745],
|
112
|
+
["Tunisia",7.47,30.22,4.1,7.13],
|
113
|
+
["Burundi",28.986,-4.464,1.848,2.161],
|
114
|
+
["Czechia, Česko",12.09,48.551,6.77,2.504],
|
115
|
+
["Cuba",-84.95,19.82,10.82,3.45],
|
116
|
+
["Spain, Sur",-7.53,35.17,6.85,3.59],
|
117
|
+
["Czechia",12.07,48.557,6.77,2.484],
|
118
|
+
["Italy, Lombardia",8.498,44.68,2.929,1.955],
|
119
|
+
["Germany, Baden-Württemberg",7.511,47.532,2.981,2.26],
|
120
|
+
["Turkey, Ege",26.23,36.3,5.5,3.61],
|
121
|
+
["Azerbaijan",44.77,38.39,5.86,3.51],
|
122
|
+
["Portugal",-31.29,30.02,25.09,12.14],
|
123
|
+
["Turkmenistan",52.43,35.14,14.22,7.66],
|
124
|
+
["USA, Michigan",-90.42,41.69,8.01,6.49],
|
125
|
+
["Greece",19.62,34.81,8.62,6.95],
|
126
|
+
["Portugal, Continente",-9.52,36.96,3.34,5.2],
|
127
|
+
["Sweden",11.1,55.34,13.07,13.7],
|
128
|
+
["Turkey, Akdeniz",29.26,35.819,8.5,2.775],
|
129
|
+
["Honduras",-89.37,12.97,6.24,4.45],
|
130
|
+
["Tajikistan",67.34,36.67,7.83,4.37],
|
131
|
+
["Hungary",16.09,45.741,6.79,2.829],
|
132
|
+
["Belarus",23.16,51.23,9.56,4.93],
|
133
|
+
["USA, New Jersey",-75.562,38.993,1.66,2.367],
|
134
|
+
["Spain, Andalucía",-7.53,35.936,5.9,2.794],
|
135
|
+
["Papua New Guinea",140.84,-11.64,15.13,10.3],
|
136
|
+
["USA, Virginia",-83.68,36.54,8.44,2.925],
|
137
|
+
["United Kingdom, London",-0.51,51.286,0.844,0.406],
|
138
|
+
["Israel",34.248,29.48,1.641,3.93],
|
139
|
+
["Austria",9.52,46.378,7.63,2.632],
|
140
|
+
["Lebanon",35.099,33.055,1.506,1.633],
|
141
|
+
["United Arab Emirates",51.56,22.62,4.83,3.46],
|
142
|
+
["Turkey, Güneydoğu Anadolu",36.46,36.655,7.05,2.064],
|
143
|
+
["Switzerland",5.95,45.82,4.52,1.982],
|
144
|
+
["United Kingdom, South East (England)",-1.96,50.575,3.41,1.621],
|
145
|
+
["Togo",-0.167,6.1,1.95,5.04],
|
146
|
+
["Somalia",40.96,-1.7,10.46,13.69],
|
147
|
+
["Turkey, Batı Anadolu",30.82,36.35,3.63,4.35],
|
148
|
+
["France, Auvergne-Rhône-Alpes",2.06,44.115,5.13,2.689],
|
149
|
+
["Spain, Cataluña",0.16,40.522,3.17,2.34],
|
150
|
+
["USA, Arizona",-114.82,31.33,5.78,5.68],
|
151
|
+
["Netherlands, West-Nederland",3.359,51.201,2.269,1.984],
|
152
|
+
["Poland, Makroregion południowy",18.03,49.178,3.39,1.921],
|
153
|
+
["Germany, Niedersachsen",6.65,51.295,4.95,2.597],
|
154
|
+
["Turkey, Doğu Marmara",28.06,39.078,4.51,2.134],
|
155
|
+
["Bulgaria",22.34,41.238,6.27,2.991],
|
156
|
+
["Laos",100.09,13.91,7.58,8.59],
|
157
|
+
["Spain, Madrid",-4.58,39.884,1.528,1.282],
|
158
|
+
["Paraguay",-62.66,-27.59,8.42,8.31],
|
159
|
+
["USA, Washington",-124.71,45.54,7.8,3.47],
|
160
|
+
["United Kingdom, North West (England)",-3.639,52.947,1.73,2.243],
|
161
|
+
["USA, Tennessee",-90.32,34.984,8.65,1.694],
|
162
|
+
["Jordan",34.94,29.18,4.36,4.2],
|
163
|
+
["Serbia",18.84,42.23,4.15,3.95],
|
164
|
+
["USA, Indiana",-88.07,37.78,3.27,3.98],
|
165
|
+
["Libya",9.28,19.49,15.88,13.7],
|
166
|
+
["France, Rhône-Alpes",3.69,44.115,3.5,2.403],
|
167
|
+
["Nicaragua",-87.69,10.71,4.97,4.33],
|
168
|
+
["Belgium, Vlaams Gewest",2.54,50.688,3.38,0.817],
|
169
|
+
["El Salvador",-90.115,13.158,2.422,1.288],
|
170
|
+
["USA, Massachusetts",-73.51,41.496,3.58,1.392],
|
171
|
+
["USA, Missouri",-95.77,35.99,6.64,4.63],
|
172
|
+
["Qatar",50.75,24.559,0.867,1.602],
|
173
|
+
["Sierra Leone",-13.31,6.91,3.03,3.09],
|
174
|
+
["France, Occitanie",-0.33,42.333,5.18,2.714],
|
175
|
+
["Poland, Makroregion północno-zachodni",14.12,51.1,4.99,3.47],
|
176
|
+
["USA, Maryland",-79.49,37.909,4.45,1.814],
|
177
|
+
["Spain, Centro",-7.55,37.94,6.64,5.3],
|
178
|
+
["France, Nouvelle-Aquitaine",-1.79,42.77,4.41,4.41],
|
179
|
+
["United Kingdom, East of England",-0.746,51.451,2.509,1.538],
|
180
|
+
["Kyrgyzstan",69.22,39.18,11.04,4.09],
|
181
|
+
["Italy, Isole",8.13,35.49,7.53,5.82],
|
182
|
+
["Hong Kong",113.837,22.177,0.565,0.387],
|
183
|
+
["France, Hauts-de-France",1.379,48.837,2.877,2.253],
|
184
|
+
["USA, Colorado",-109.06,36.99,7.02,4.02],
|
185
|
+
["Turkey, Ankara",30.82,38.636,3.07,2.056],
|
186
|
+
["USA, Wisconsin",-92.89,42.49,5.86,4.47],
|
187
|
+
["Germany, Hessen",7.772,49.395,2.464,2.263],
|
188
|
+
["Poland, Makroregion północny",16.69,52.332,6.12,2.504],
|
189
|
+
["Spain, Barcelona",1.359,41.195,1.42,1.128],
|
190
|
+
["United Kingdom, West Midlands (England)",-3.235,51.826,2.062,1.401],
|
191
|
+
["USA, Minnesota",-97.23,43.5,7.62,5.89],
|
192
|
+
["France, Grand Est",3.38,47.42,4.86,2.747],
|
193
|
+
["Italy, Lazio",11.449,40.785,2.578,2.054],
|
194
|
+
["Spain, Comunitat Valenciana",-1.529,37.844,2.219,2.945],
|
195
|
+
["Poland, Makroregion wschodni",21.14,49,3.01,5.42],
|
196
|
+
["Italy, Campania",13.76,39.991,2.046,1.517],
|
197
|
+
["Poland, Makroregion województwo mazowieckie",19.25,51.013,3.88,2.469],
|
198
|
+
["United Kingdom, Yorkshire and the Humber",-2.564,53.301,2.712,1.259],
|
199
|
+
["Romania, Macroregiunea Doi",24.94,43.73,4.78,4.54],
|
200
|
+
["Slovakia",16.84,47.75,5.7,1.852],
|
201
|
+
["Denmark",8.09,54.56,7.07,3.2],
|
202
|
+
["USA, South Carolina",-83.34,32.03,4.8,3.17],
|
203
|
+
["Finland, Manner-Suomi",20.54,59.76,11.05,10.34],
|
204
|
+
["Palestine",34.2,31.211,1.373,1.332],
|
205
|
+
["United Kingdom, South West (England)",-6.39,49.872,4.91,2.241],
|
206
|
+
["Finland",20.62,59.81,10.95,10.27],
|
207
|
+
["Central African Rep.",14.38,2.23,13.07,8.78],
|
208
|
+
["Ireland",-10.48,51.44,4.49,3.95],
|
209
|
+
["USA, Alabama",-88.48,30.24,3.6,4.77],
|
210
|
+
["United Kingdom, Scotland",-8.65,54.63,7.93,6.22],
|
211
|
+
["Italy, Veneto",10.623,44.792,2.477,1.889],
|
212
|
+
["France, Provence-Alpes-Côte d’Azur",4.23,42.981,3.49,2.146],
|
213
|
+
["Norway, Norge",-9.1,57.96,42.4,22.88],
|
214
|
+
["United Kingdom, East Midlands (England)",-2.034,51.977,2.39,1.639],
|
215
|
+
["Germany, Düsseldorf",5.946,51.015,1.367,0.89],
|
216
|
+
["Costa Rica",-87.12,5.51,4.56,5.7],
|
217
|
+
["USA, Kentucky",-89.42,36.496,7.46,2.608],
|
218
|
+
["Norway",-9.2,-54.5,42.9,135.3],
|
219
|
+
["Spain, Noreste",-3.46,39.84,4.23,3.62],
|
220
|
+
["USA, Louisiana",-94.05,29,5.05,4.02],
|
221
|
+
["Romania, Macroregiunea Unu",21.42,45.381,5.03,2.739],
|
222
|
+
["Italy, Emilia-Romagna",9.19,43.731,3.57,1.408],
|
223
|
+
["Germany, Oberbayern",10.717,47.393,2.381,1.695],
|
224
|
+
["Poland, Śląskie",18.035,49.394,1.938,1.705],
|
225
|
+
["Italy, Piemonte",6.627,44.06,2.587,2.405],
|
226
|
+
["Italy, Sicilia",11.92,35.49,3.74,3.33],
|
227
|
+
["Mauritania",-17.09,14.73,12.27,12.56],
|
228
|
+
["USA, Oregon",-124.56,41.98,8.1,4.29],
|
229
|
+
["Liberia",-11.48,4.34,4.1,4.23],
|
230
|
+
["Turkey, Bursa, Eskişehir, Bilecik",28.06,39.078,4.01,1.53],
|
231
|
+
["Turkey, Batı Karadeniz",31.29,39.94,6.35,2.158],
|
232
|
+
["Germany, Köln",5.867,50.323,1.925,0.927],
|
233
|
+
["Eritrea",36.42,12.36,6.71,5.65],
|
234
|
+
["Spain, Noroeste",-9.3,41.807,6.16,1.981],
|
235
|
+
["Italy, Roma",11.733,41.41,1.564,0.886],
|
236
|
+
["Sweden, Södra Sverige",10.96,55.33,8.4,3.94],
|
237
|
+
["Poland, Makroregion południowo-zachodni",14.81,49.973,3.89,1.832],
|
238
|
+
["USA, Oklahoma",-103.01,33.63,8.58,3.38],
|
239
|
+
["Turkey, İzmir",26.232,37.862,2.227,1.526],
|
240
|
+
["Germany, Rheinland-Pfalz",6.112,48.966,2.397,1.977],
|
241
|
+
["France, Nord-Pas de Calais",1.555,49.969,2.676,1.121],
|
242
|
+
["Turkey, Orta Anadolu",33.2,37.31,5.59,3.22],
|
243
|
+
["Sweden, Östra Sverige",14.28,57.699,5.23,2.962],
|
244
|
+
["New Zealand",-178,-52.7,357,44.2],
|
245
|
+
["France, Pays de la Loire",-2.63,46.266,3.55,2.302],
|
246
|
+
["Panama",-83.06,7.205,5.9,2.425],
|
247
|
+
["Croatia",13.5,42.41,5.91,4.14],
|
248
|
+
["Austria, Ostösterreich",14.452,46.83,2.709,2.191],
|
249
|
+
["Germany, Stuttgart",8.746,48.499,1.746,1.293],
|
250
|
+
["Italy, Puglia",14.93,39.791,3.59,2.35],
|
251
|
+
["Congo",11.11,-5.02,7.54,8.73],
|
252
|
+
["Germany, Darmstadt",7.772,49.395,1.977,1.105],
|
253
|
+
["Oman",51.97,16.64,7.88,9.75],
|
254
|
+
["Singapore",103.64,1.264,0.364,0.185],
|
255
|
+
["Turkey, Ortadoğu Anadolu",37.25,36.971,7.58,2.633],
|
256
|
+
["Hungary, Alföld és Észak",18.73,45.905,4.17,2.68],
|
257
|
+
["Netherlands, Oost-Nederland",4.995,51.733,2.078,1.122],
|
258
|
+
["Belgium, Région wallonne",2.84,49.497,3.57,1.315],
|
259
|
+
["Germany, Sachsen",11.87,50.172,3.18,1.513],
|
260
|
+
["Poland, Makroregion centralny",18.07,50.186,3.8,2.208],
|
261
|
+
["Italy, Toscana",9.686,42.238,2.686,2.235],
|
262
|
+
["USA, Nevada",-120.01,35,5.97,7.01],
|
263
|
+
["Georgia",39.98,41.044,6.72,2.532],
|
264
|
+
["USA, Connecticut",-73.728,40.987,1.929,1.064],
|
265
|
+
["Moldova",26.61,45.46,3.53,3.03],
|
266
|
+
["Serbia, sever",18.848,44.263,2.712,1.927],
|
267
|
+
["Turkey, Şanlıurfa, Diyarbakır",37.83,36.665,3.56,2.054],
|
268
|
+
["Netherlands, Zuid-Nederland",4.19,50.75,2.036,1.081],
|
269
|
+
["Romania, Macroregiunea Patru",20.26,43.683,4.63,2.998],
|
270
|
+
["Netherlands, Zuid-Holland",3.839,51.644,1.311,0.685],
|
271
|
+
["France, Aquitaine",-1.79,42.777,3.24,2.938],
|
272
|
+
["Poland, Wielkopolskie",15.77,51.104,3.34,2.552],
|
273
|
+
["Portugal, Norte",-8.881,40.759,2.692,1.396],
|
274
|
+
["Bulgaria, Yugozapadna i Yuzhna tsentralna Bulgaria",22.36,41.235,4.23,1.965],
|
275
|
+
["Greece, Attiki",22.892,35.824,1.214,2.517],
|
276
|
+
["Antarctica",-180,-90,360,29.49],
|
277
|
+
["Puerto Rico",-67.938,17.922,2.694,0.601],
|
278
|
+
["USA, Utah",-114.05,37,5.01,5.01],
|
279
|
+
["Turkey, Hatay, Kahramanmaraş, Osmaniye",35.779,35.819,1.981,2.775],
|
280
|
+
["USA, Puerto Rico",-67.27,17.929,1.644,0.587],
|
281
|
+
["Poland, Małopolskie",19.084,49.178,2.336,1.343],
|
282
|
+
["Bulgaria, Severna i Yugoiztochna Bulgaria",22.35,41.904,6.26,2.312],
|
283
|
+
["Turkey, Kocaeli, Sakarya, Düzce, Bolu, Yalova",28.78,40.125,3.79,1.087],
|
284
|
+
["Bosnia and Herz.",15.71,42.559,3.91,2.726],
|
285
|
+
["Serbia, jug",19.1,42.232,3.91,2.709],
|
286
|
+
["France, Normandie",-1.95,48.179,3.76,1.892],
|
287
|
+
["France, Bretagne",-5.15,47.279,4.14,1.623],
|
288
|
+
["Kuwait",46.532,28.533,1.901,1.566],
|
289
|
+
["Germany, Arnsberg",7.104,50.685,1.867,1.06],
|
290
|
+
["Turkey, Adana, Mersin",32.57,36.017,3.88,2.366],
|
291
|
+
["France, Midi-Pyrénées",-0.33,42.572,3.79,2.475],
|
292
|
+
["Turkey, Batı Marmara",25.66,39.05,3.32,3.06],
|
293
|
+
["Turkey, Bursa",28.067,39.584,1.898,1.024],
|
294
|
+
["USA, Arkansas",-94.62,33,4.89,3.51],
|
295
|
+
["USA, Iowa",-96.64,40.37,6.5,3.14],
|
296
|
+
["Turkey, Manisa, Afyonkarahisar, Kütahya, Uşak",27.1,37.752,4.63,2.158],
|
297
|
+
["Poland, Dolnośląskie",14.817,50.096,2.979,1.709],
|
298
|
+
["Uruguay",-58.44,-34.98,5.33,4.89],
|
299
|
+
["Mongolia",87.7,41.58,32.3,10.55],
|
300
|
+
["Austria, Westösterreich",9.53,46.651,5.46,2.121],
|
301
|
+
["USA, Mississippi",-91.64,30.18,3.55,4.82],
|
302
|
+
["Italy, Milano",8.706,45.161,0.845,0.482],
|
303
|
+
["Poland, Warszawski stołeczny",20.312,51.87,1.668,0.777],
|
304
|
+
["USA, Kansas",-102.06,36.99,7.45,3.02],
|
305
|
+
["United Kingdom, Wales",-5.484,51.375,2.834,2.054],
|
306
|
+
["France, Languedoc-Roussillon",1.68,42.333,3.17,2.643],
|
307
|
+
["Romania, Nord-Est",24.94,46.003,3.33,2.262],
|
308
|
+
["Germany, Berlin",13.088,52.339,0.673,0.336],
|
309
|
+
["Turkey, Aydın, Denizli, Muğla",27,36.304,3.03,2.181],
|
310
|
+
["France, Bourgogne-Franche-Comté",2.84,46.156,4.31,2.243],
|
311
|
+
["Hungary, Közép-Magyarország",18.688,46.944,1.425,1.115],
|
312
|
+
["Gabon",8.69,-3.94,5.81,6.27],
|
313
|
+
["Turkey, Gaziantep, Adıyaman, Kilis",36.465,36.655,2.798,1.556],
|
314
|
+
["Greece, Voreia Elláda",20,38.945,6.64,2.804],
|
315
|
+
["United Kingdom, Greater Manchester",-2.731,53.327,0.822,0.359],
|
316
|
+
["Armenia",43.43,38.863,3.18,2.428],
|
317
|
+
["Italy, Napoli",13.852,40.537,0.818,0.482],
|
318
|
+
["Netherlands, Noord-Holland",4.493,52.167,0.885,1.018],
|
319
|
+
["Somaliland",42.64,7.99,6.3,3.51],
|
320
|
+
["Spain, Valencia/València",-1.529,38.686,1.504,1.526],
|
321
|
+
["Germany, Schleswig-Holstein",7.87,53.36,3.45,1.699],
|
322
|
+
["Turkey, Antalya, Isparta, Burdur",29.26,36.093,3.36,2.401],
|
323
|
+
["Albania",19.272,39.63,1.765,3.03],
|
324
|
+
["Lithuania",20.92,53.886,5.89,2.557],
|
325
|
+
["United Kingdom, Surrey, East and West Sussex",-0.957,50.722,1.825,0.75],
|
326
|
+
["Hungary, Dunántúl",16.113,45.737,2.894,2.286],
|
327
|
+
["United Kingdom, West Midlands",-2.207,52.347,0.783,0.316],
|
328
|
+
["France, Centre, Val de Loire",0.05,46.347,3.08,2.595],
|
329
|
+
["Jamaica",-78.375,17.703,2.188,0.823],
|
330
|
+
["Germany, Brandenburg",11.26,51.36,3.51,2.199],
|
331
|
+
["Portugal, Área Metropolitana de Lisboa",-9.5,38.409,1.009,0.655],
|
332
|
+
["Spain, Castilla y León",-7.08,40.08,5.31,3.16],
|
333
|
+
["Ireland, Eastern and Midland",-8.083,52.681,2.085,1.433],
|
334
|
+
["Spain, Galicia",-9.299,41.807,2.566,1.981],
|
335
|
+
["Germany, Karlsruhe",7.959,48.301,1.645,1.363],
|
336
|
+
["Turkey, Samsun, Tokat, Çorum, Amasya",33.91,39.94,3.73,1.795],
|
337
|
+
["Germany, Münster",6.387,51.481,1.934,0.994],
|
338
|
+
["Turkey, Kayseri, Sivas, Yozgat",34.03,37.726,4.76,2.799],
|
339
|
+
["United Kingdom, North East (England)",-2.69,54.451,1.9,1.361],
|
340
|
+
["Netherlands, Noord-Brabant",4.19,51.22,1.858,0.611],
|
341
|
+
["France, Nord",2.067,49.969,2.164,1.121],
|
342
|
+
["United Kingdom, East Anglia",-0.5,51.938,2.263,1.051],
|
343
|
+
["Spain, Castilla-La Mancha",-5.41,38.02,4.5,3.31],
|
344
|
+
["United Kingdom, Berkshire, Buckinghamshire and Oxfordshire",-1.72,51.329,1.244,0.867],
|
345
|
+
["United Kingdom, Gloucestershire, Wiltshire and Bristol/Bath area",-3.116,50.945,1.63,1.168],
|
346
|
+
["Romania, Sud-Est",26.07,43.733,3.65,2.473],
|
347
|
+
["Romania, Nord-Vest",21.42,46.385,3.68,1.735],
|
348
|
+
["Poland, Łódzkie",18.075,50.843,2.585,1.551],
|
349
|
+
["France, Lorraine",4.888,47.813,2.752,1.805],
|
350
|
+
["Latvia",20.96,55.666,7.26,2.41],
|
351
|
+
["Germany, Weser-Ems",6.654,52.035,2.058,1.76],
|
352
|
+
["Romania, Bucureşti-Ilfov",25.824,44.234,0.634,0.535],
|
353
|
+
["Greece, Kentriki Elláda",19.37,36.39,5.32,3.81],
|
354
|
+
["Poland, Mazowiecki regionalny",19.25,51.013,3.88,2.469],
|
355
|
+
["Namibia",11.71,-28.96,13.55,12.01],
|
356
|
+
["USA, New Mexico",-109.05,31.33,6.05,5.68],
|
357
|
+
["Botswana",19.97,-26.9,9.39,9.12],
|
358
|
+
["Turkey, Konya, Karaman",31.23,36.357,3.22,2.892],
|
359
|
+
["United Kingdom, West Yorkshire",-2.174,53.52,0.976,0.443],
|
360
|
+
["Italy, Torino",6.627,44.713,1.525,0.89],
|
361
|
+
["Poland, Pomorskie",16.699,53.49,2.95,1.346],
|
362
|
+
["Sweden, Stockholm",17.246,58.737,2.263,1.518],
|
363
|
+
["United Kingdom, Derbyshire and Nottinghamshire",-2.034,52.697,1.368,0.843],
|
364
|
+
["United Kingdom, Inner London, East",-0.172,51.412,0.269,0.2],
|
365
|
+
["Portugal, Centro",-9.517,38.922,2.736,2.116],
|
366
|
+
["United Kingdom, Outer London, West and North West",-0.51,51.391,0.381,0.28],
|
367
|
+
["Spain, Canarias",-18.16,27.638,4.75,1.779],
|
368
|
+
["Romania, Centru",22.66,45.381,3.79,1.802],
|
369
|
+
["Gambia",-16.83,13.065,3.02,0.755],
|
370
|
+
["Turkey, Mardin, Batman, Şırnak, Siirt",39.85,36.901,3.66,1.664],
|
371
|
+
["Slovenia",13.36,45.423,3.16,1.441],
|
372
|
+
["Turkey, Gaziantep",36.465,36.703,1.583,0.828],
|
373
|
+
["Turkey, Van, Muş, Bitlis, Hakkari",41.1,36.971,3.73,2.497],
|
374
|
+
["Germany, Freiburg",7.511,47.532,1.706,1.187],
|
375
|
+
["Spain, País Vasco",-3.451,42.472,1.723,0.984],
|
376
|
+
["France, RUP FR, Régions Ultrapériphériques Françaises",-63.2,-21.4,119.1,39.6],
|
377
|
+
["Poland, Podkarpackie",21.143,49.002,2.405,1.819],
|
378
|
+
["Poland, Lubelskie",21.615,50.251,2.531,2.037],
|
379
|
+
["Spain, Alicante/Alacant",-1.095,37.844,1.328,1.044],
|
380
|
+
["Bulgaria, Yugozapaden",22.36,41.316,2.123,1.884],
|
381
|
+
["Spain, Sevilla",-6.539,36.842,1.886,1.355],
|
382
|
+
["France, Paris",2.224,48.815,0.246,0.088],
|
383
|
+
["Poland, Kujawsko-pomorskie",17.247,52.332,2.515,1.45],
|
384
|
+
["Netherlands, Gelderland",4.995,51.733,1.838,0.789],
|
385
|
+
["Turkey, Konya",31.23,36.738,3.22,2.511],
|
386
|
+
["North Macedonia, Severna Makedonija",20.453,40.854,2.582,1.52],
|
387
|
+
["North Macedonia",20.444,40.849,2.566,1.522],
|
388
|
+
["Turkey, Doğu Karadeniz",36.67,39.861,5.93,1.664],
|
389
|
+
["Turkey, Trabzon, Ordu, Giresun, Rize, Artvin, Gümüşhane",36.67,39.861,5.93,1.664],
|
390
|
+
["Kosovo",20.024,41.844,1.749,1.42],
|
391
|
+
["Germany, Sachsen-Anhalt",10.561,50.938,2.625,2.104],
|
392
|
+
["Germany, Hannover",8.294,51.646,2.008,1.407],
|
393
|
+
["Germany, Rheinhessen-Pfalz",7.247,48.966,1.262,1.117],
|
394
|
+
["Turkey, Kuzeydoğu Anadolu",38.31,38.923,6.51,2.678],
|
395
|
+
["France, Bouches-du-Rhône",4.23,43.158,1.584,0.767],
|
396
|
+
["France, Picardie",1.379,48.837,2.877,1.529],
|
397
|
+
["Turkey, Antalya",29.26,36.093,3.36,1.317],
|
398
|
+
["Turkey, Şanlıurfa",37.835,36.665,2.392,1.348],
|
399
|
+
["France, Alsace",6.841,47.42,1.392,1.658],
|
400
|
+
["Germany, Detmold",8.075,51.442,1.386,1.089],
|
401
|
+
["Germany, Thüringen",9.877,50.205,2.777,1.444],
|
402
|
+
["United Kingdom, Outer London, East and North East",-0.186,51.408,0.52,0.284],
|
403
|
+
["Lithuania, Vidurio ir vakarų Lietuvos regionas",20.95,53.897,5.89,2.554],
|
404
|
+
["Austria, Niederösterreich",14.452,47.421,2.616,1.6],
|
405
|
+
["USA, Idaho",-117.25,41.99,6.21,7.02],
|
406
|
+
["Serbia, Region Šumadije i Zapadne Srbije",19.103,42.832,2.72,2.109],
|
407
|
+
["USA, Nebraska",-104.06,40,8.76,3.01],
|
408
|
+
["Sweden, Västsverige",10.96,56.323,3.82,2.94],
|
409
|
+
["USA, West Virginia",-82.63,37.2,4.92,3.44],
|
410
|
+
["Switzerland, Espace Mittelland",6.432,46.326,2.023,1.179],
|
411
|
+
["United Kingdom, Northern Ireland",-8.178,54.024,2.745,1.289],
|
412
|
+
["France, Poitou-Charentes",-1.562,45.089,2.776,2.087],
|
413
|
+
["Serbia, Autonomous Province of Vojvodina",18.848,44.63,2.712,1.56],
|
414
|
+
["Romania, Sud-Vest Oltenia",22.016,43.683,2.871,1.908],
|
415
|
+
["United Kingdom, Leicestershire, Rutland and Northamptonshire",-1.598,51.977,1.257,1],
|
416
|
+
["France, Rhône",4.243,45.454,0.917,0.852],
|
417
|
+
["France, Haute-Normandie",0.065,48.666,1.738,1.405],
|
418
|
+
["Norway, Oslo og Viken",7.44,58.877,4.51,2.215],
|
419
|
+
["United Kingdom, Bedfordshire and Hertfordshire",-0.746,51.599,0.942,0.724],
|
420
|
+
["United Kingdom, West Wales and The Valleys",-5.484,51.469,2.526,1.96],
|
421
|
+
["Lesotho",27.002,-30.659,2.434,2.089],
|
422
|
+
["Belgium, Prov. Antwerpen",4.173,50.991,1.09,0.514],
|
423
|
+
["United Kingdom, Eastern Scotland",-4.855,55.71,2.489,1.277],
|
424
|
+
["Austria, Südösterreich",12.65,46.372,3.53,1.456],
|
425
|
+
["Slovakia, Západné Slovensko",16.934,47.731,2.139,1.589],
|
426
|
+
["Germany, Lüneburg",8.48,52.489,3.12,1.403],
|
427
|
+
["Spain, Málaga",-5.611,36.311,1.845,0.972],
|
428
|
+
["United Kingdom, Hampshire and Isle of Wight",-1.958,50.575,1.229,0.809],
|
429
|
+
["France, Seine-Saint-Denis",2.288,48.807,0.315,0.206],
|
430
|
+
["Germany, Schwaben",9.558,47.27,1.754,1.766],
|
431
|
+
["Germany, Tübingen",8.648,47.541,1.593,1.091],
|
432
|
+
["United Kingdom, Essex",-0.02,51.451,1.311,0.642],
|
433
|
+
["Denmark, Hovedstaden",11.69,54.987,3.51,1.213],
|
434
|
+
["Guinea-Bissau",-16.73,10.927,3.07,1.753],
|
435
|
+
["Serbia, City of Belgrade",19.975,44.263,0.879,0.834],
|
436
|
+
["Romania, Vest",20.26,44.586,3.35,2.095],
|
437
|
+
["Turkey, Hatay",35.779,35.819,0.911,1.203],
|
438
|
+
["Netherlands, Noord-Nederland",4.85,52.612,2.376,0.944],
|
439
|
+
["Ireland, Southern",-10.67,51.422,4.53,1.747],
|
440
|
+
["Poland, Zachodniopomorskie",14.122,52.624,2.861,1.946],
|
441
|
+
["Greece, Kentriki Makedonia",21.704,39.908,2.415,1.498],
|
442
|
+
["France, Hauts-de-Seine",2.145,48.729,0.192,0.222],
|
443
|
+
["Czechia, Jihovýchod",14.888,48.617,2.759,1.245],
|
444
|
+
["Switzerland, Région lémanique",5.956,45.858,2.523,1.129],
|
445
|
+
["Czechia, Střední Čechy",13.396,49.501,2.138,1.118],
|
446
|
+
["Czechia, Středočeský kraj",13.396,49.501,2.138,1.118],
|
447
|
+
["United Kingdom, Shropshire and Staffordshire",-3.235,52.306,1.649,0.921],
|
448
|
+
["France, Bourgogne",2.845,46.156,2.674,2.243],
|
449
|
+
["Spain, Murcia",-2.344,37.375,1.656,1.381],
|
450
|
+
["Turkey, Balıkesir, Çanakkale",25.66,39.057,3.32,1.685],
|
451
|
+
["Hungary, Budapest",18.927,47.349,0.408,0.265],
|
452
|
+
["Italy, Calabria",15.63,37.915,1.576,2.229],
|
453
|
+
["Slovakia, Východné Slovensko",19.883,48.332,2.684,1.129],
|
454
|
+
["United Kingdom, Kent",0.033,50.911,1.417,0.577],
|
455
|
+
["Turkey, Mersin",32.573,36.017,2.589,1.394],
|
456
|
+
["Germany, Mittelfranken",10.069,48.86,1.533,0.929],
|
457
|
+
["Portugal, Área Metropolitana do Porto",-8.79,40.759,0.701,0.713],
|
458
|
+
["Sweden, Östra Mellansverige",14.28,57.699,4.59,2.962],
|
459
|
+
["Turkey, Adana",34.748,36.54,1.693,1.843],
|
460
|
+
["Sweden, Norra Sverige",11.69,58.72,12.48,10.34],
|
461
|
+
["Poland, Miasto Warszawa",20.853,52.098,0.417,0.27],
|
462
|
+
["Austria, Wien",16.184,48.119,0.395,0.203],
|
463
|
+
["Turkey, Diyarbakır",39.099,37.508,2.282,1.211],
|
464
|
+
["Sweden, Västra Götalands län",10.96,57.145,3.82,2.118],
|
465
|
+
["France, Gironde",-1.262,44.193,1.578,1.412],
|
466
|
+
["Turkey, Manisa",27.101,38.089,1.943,1.313],
|
467
|
+
["Turkey, Tekirdağ, Edirne, Kırklareli",26.032,40.553,2.154,1.553],
|
468
|
+
["Turkey, Malatya, Elazığ, Bingöl, Tunceli",37.25,37.895,4.08,1.709],
|
469
|
+
["Switzerland, Zürich",8.357,47.159,0.629,0.536],
|
470
|
+
["Finland, Helsinki-Uusimaa",22.81,59.765,3.74,1.076],
|
471
|
+
["Italy, Sardegna",8.136,38.865,1.692,2.443],
|
472
|
+
["Turkey, Kayseri",34.883,37.726,2.094,1.579],
|
473
|
+
["Germany, Hamburg",8.42,53.395,1.906,0.57],
|
474
|
+
["Bahrain",50.38,25.579,0.44,0.709],
|
475
|
+
["France, Seine-et-Marne",2.392,48.12,1.165,0.998],
|
476
|
+
["Belgium, Prov. Oost-Vlaanderen",3.331,50.722,1,0.632],
|
477
|
+
["United Kingdom, Herefordshire, Worcestershire and Warwickshire",-3.142,51.826,1.969,0.862],
|
478
|
+
["Czechia, Severovýchod",14.342,49.574,2.526,1.449],
|
479
|
+
["Hungary, Észak-Alföld",19.65,46.754,3.25,1.672],
|
480
|
+
["Turkey, Kocaeli",29.334,40.54,1.021,0.672],
|
481
|
+
["France, Basse-Normandie",-1.948,48.179,2.925,1.548],
|
482
|
+
["France, Haute-Garonne",0.441,42.689,1.608,1.232],
|
483
|
+
["Spain, Aragón",-2.174,39.84,2.944,3.09],
|
484
|
+
["Germany, Braunschweig",9.417,51.295,1.67,1.539],
|
485
|
+
["Romania, Bucureşti",25.964,44.334,0.262,0.208],
|
486
|
+
["France, Yvelines",1.446,48.439,0.782,0.646],
|
487
|
+
["Germany, Dresden",13.182,50.716,1.86,0.882],
|
488
|
+
["United Kingdom, West Central Scotland",-4.899,55.676,1.188,0.656],
|
489
|
+
["Italy, Marche",12.185,42.687,1.731,1.283],
|
490
|
+
["Poland, Warmińsko-mazurskie",19.12,53.139,3.69,1.304],
|
491
|
+
["United Kingdom, Lancashire",-3.059,53.483,1.014,0.756],
|
492
|
+
["France, Val-de-Marne",2.309,48.688,0.306,0.174],
|
493
|
+
["Serbia, Region Južne i Istočne Srbije",20.744,42.232,2.263,2.591],
|
494
|
+
["Germany, Koblenz",6.743,49.548,1.409,1.395],
|
495
|
+
["Ireland, Dublin",-6.547,53.179,0.549,0.456],
|
496
|
+
["Austria, Oberösterreich",12.749,47.461,2.241,1.311],
|
497
|
+
["France, Pas-de-Calais",1.555,50.02,1.634,0.987],
|
498
|
+
["Sweden, Sydsverige",12.44,55.337,3.63,1.196],
|
499
|
+
["Turkey, Kırıkkale, Aksaray, Niğde, Nevşehir, Kırşehir",33.203,37.31,2.087,3.03],
|
500
|
+
["Germany, Mecklenburg-Vorpommern",10.59,53.11,3.83,1.575],
|
501
|
+
["France, Auvergne",2.062,44.615,2.429,2.189],
|
502
|
+
["France, Loire-Atlantique",-2.625,46.86,1.68,0.976],
|
503
|
+
["Netherlands, Groot-Rijnmond",3.839,51.644,0.85,0.422],
|
504
|
+
["United Kingdom, Northumberland and Tyne and Wear",-2.69,54.783,1.343,1.029],
|
505
|
+
["USA, New Hampshire",-72.545,42.696,1.842,2.608],
|
506
|
+
["Italy, Brescia",9.836,45.204,1.005,1.151],
|
507
|
+
["United Kingdom, South Yorkshire",-1.823,53.301,0.958,0.361],
|
508
|
+
["Belgium, Prov. Hainaut",2.843,49.941,1.774,0.87],
|
509
|
+
["Finland, Länsi-Suomi",20.66,60.87,6.12,3.06],
|
510
|
+
["Timor-Leste",124.03,-9.502,3.29,1.367],
|
511
|
+
["United Kingdom, Merseyside",-3.2,53.296,0.624,0.403],
|
512
|
+
["Bulgaria, Yuzhen tsentralen",23.755,41.235,2.83,1.559],
|
513
|
+
["Slovakia, Stredné Slovensko",18.322,48.054,2.148,1.56],
|
514
|
+
["France, Champagne-Ardenne",3.384,47.576,2.507,2.591],
|
515
|
+
["France, Essonne",1.916,48.284,0.669,0.493],
|
516
|
+
["USA, Maine",-71.09,43.05,4.12,4.42],
|
517
|
+
["Netherlands, Utrecht",4.792,51.933,0.836,0.371],
|
518
|
+
["France, Isère",4.742,44.696,1.617,1.188],
|
519
|
+
["Germany, Chemnitz",11.872,50.172,1.781,1.063],
|
520
|
+
["Netherlands, Groot-Amsterdam",4.55,52.207,0.635,0.407],
|
521
|
+
["Germany, München, Stadt",11.36,48.061,0.364,0.188],
|
522
|
+
["Estonia",21.83,57.515,6.36,2.156],
|
523
|
+
["Belgium, Prov. Vlaams-Brabant",3.889,50.688,1.299,0.362],
|
524
|
+
["Sweden, Skåne län",12.447,55.337,2.139,1.196],
|
525
|
+
["France, Val-d’Oise",1.608,48.908,0.987,0.331],
|
526
|
+
["United Kingdom, Outer London, South",-0.331,51.286,0.493,0.158],
|
527
|
+
["Finland, Pohjois- ja Itä-Suomi",20.54,61.15,11.05,8.95],
|
528
|
+
["Denmark, Midtjylland",8.09,55.668,3.58,1.179],
|
529
|
+
["Poland, Świętokrzyskie",19.706,50.186,2.164,1.157],
|
530
|
+
["Turkey, Samsun",34.856,40.851,2.297,0.884],
|
531
|
+
["United Kingdom, Dorset and Somerset",-3.84,50.513,2.159,0.814],
|
532
|
+
["Germany, Unterfranken",8.976,49.48,1.903,1.085],
|
533
|
+
["Italy, Abruzzo",13.019,41.682,1.762,1.213],
|
534
|
+
["Spain, Illes Balears",1.16,38.642,3.17,1.454],
|
535
|
+
["France, Franche-Comté",5.252,46.26,1.891,1.765],
|
536
|
+
["Austria, Steiermark",13.563,46.612,2.609,1.216],
|
537
|
+
["Trinidad and Tobago",-61.929,10.042,1.407,1.31],
|
538
|
+
["Italy, Liguria",7.495,43.776,2.576,0.901],
|
539
|
+
["Turkey, Kahramanmaraş",36.201,37.172,1.559,1.422],
|
540
|
+
["Czechia, Jihozápad",12.4,48.551,3.21,1.553],
|
541
|
+
["Eq. Guinea",5.61,-1.48,5.73,5.26],
|
542
|
+
["Hungary, Pest",18.688,46.944,1.425,1.115],
|
543
|
+
["Albania, Qender",19.437,40.706,1.168,0.809],
|
544
|
+
["Czechia, Hlavní město Praha",14.225,49.941,0.482,0.237],
|
545
|
+
["Czechia, Praha",14.225,49.941,0.482,0.237],
|
546
|
+
["Norway, Viken",7.44,58.877,4.51,2.215],
|
547
|
+
["Mauritius",56.52,-20.52,6.98,10.2],
|
548
|
+
["France, Seine-Maritime",0.065,49.251,1.725,0.82],
|
549
|
+
["Bulgaria, Sofia (stolitsa)",23.051,42.413,0.628,0.483],
|
550
|
+
["Czechia, Jihomoravský kraj",15.542,48.617,2.105,1.017],
|
551
|
+
["Turkey, Van",42.711,37.698,1.771,1.698],
|
552
|
+
["Poland, Podlaskie",21.598,52.28,2.348,2.131],
|
553
|
+
["Italy, Friuli-Venezia Giulia",12.321,45.581,1.598,1.066],
|
554
|
+
["Croatia, Jadranska Hrvatska",13.49,42.39,5.04,3.29],
|
555
|
+
["Italy, Bergamo",9.445,45.422,0.818,0.67],
|
556
|
+
["Czechia, Střední Morava",16.711,48.854,1.705,1.596],
|
557
|
+
["United Kingdom, Hertfordshire",-0.746,51.599,0.942,0.482],
|
558
|
+
["United Kingdom, Inner London, West",-0.259,51.418,0.186,0.155],
|
559
|
+
["Spain, Cádiz",-6.475,35.999,1.388,1.054],
|
560
|
+
["Switzerland, Ostschweiz",8.405,46.169,2.088,1.639],
|
561
|
+
["Italy, Bari",16.202,40.692,1.196,0.538],
|
562
|
+
["France, Hérault",2.539,43.212,1.655,0.76],
|
563
|
+
["United Kingdom, East Wales",-3.929,51.375,1.279,1.983],
|
564
|
+
["Norway, Vestlandet",4.5,58.27,5.09,5.25],
|
565
|
+
["Turkey, Balıkesir",26.575,39.057,2.398,1.611],
|
566
|
+
["United Kingdom, Tees Valley and Durham",-2.356,54.451,1.566,0.468],
|
567
|
+
["Germany, Niederbayern",11.596,48.206,2.244,0.968],
|
568
|
+
["Belgium, Prov. West-Vlaanderen",2.546,50.708,0.978,0.662],
|
569
|
+
["Czechia, Moravskoslezsko",17.147,49.392,1.712,0.936],
|
570
|
+
["Czechia, Moravskoslezský kraj",17.147,49.392,1.712,0.936],
|
571
|
+
["Netherlands, Overijssel",5.777,52.118,1.296,0.737],
|
572
|
+
["Turkey, Ağrı, Kars, Iğdır, Ardahan",42.128,38.923,2.688,2.678],
|
573
|
+
["France, Bas-Rhin",6.941,48.121,1.292,0.957],
|
574
|
+
["Croatia, Panonska Hrvatska",14.96,44.849,4.49,1.24],
|
575
|
+
["Belgium, Prov. Liège",4.979,50.129,1.429,0.683],
|
576
|
+
["Denmark, Syddanmark",8.076,54.722,2.88,1.235],
|
577
|
+
["Italy, Palermo",12.931,37.539,1.364,1.182],
|
578
|
+
["Germany, Kassel",8.473,50.356,1.763,1.302],
|
579
|
+
["Hungary, Dél-Alföld",18.732,45.905,2.956,1.328],
|
580
|
+
["Spain, Extremadura",-7.546,37.941,2.897,2.545],
|
581
|
+
["Slovenia, Vzhodna Slovenija",14.042,45.421,2.555,1.456],
|
582
|
+
["Spain, Bizkaia",-3.451,42.982,1.039,0.474],
|
583
|
+
["Turkey, Denizli",28.553,36.859,1.474,1.626],
|
584
|
+
["Finland, Etelä-Suomi",21,59.774,9.15,2.091],
|
585
|
+
["Belgium, Arr. de Bruxelles-Capitale/Arr. Brussel-Hoofdstad",4.244,50.764,0.237,0.15],
|
586
|
+
["Belgium, Région de Bruxelles-Capitale/Brussels Hoofdstedelijk Gewest",4.244,50.764,0.237,0.15],
|
587
|
+
["France, Ille-et-Vilaine",-2.289,47.631,1.273,1.079],
|
588
|
+
["USA, Montana",-116.05,44.39,12.01,4.62],
|
589
|
+
["Switzerland, Nordwestschweiz",7.325,47.137,1.13,0.484],
|
590
|
+
["Czechia, Severozápad",12.092,49.891,2.561,1.164],
|
591
|
+
["Hungary, Észak-Magyarország",18.92,47.42,3.21,1.165],
|
592
|
+
["France, Moselle",5.893,48.527,1.747,0.988],
|
593
|
+
["Spain, Zaragoza",-2.174,40.936,2.56,1.808],
|
594
|
+
["eSwatini",30.782,-27.317,1.336,1.582],
|
595
|
+
["United Kingdom, Devon",-4.68,50.203,1.793,1.043],
|
596
|
+
["Germany, Region Hannover",9.238,52.128,1.064,0.549],
|
597
|
+
["United Kingdom, Birmingham",-2.033,52.381,0.305,0.228],
|
598
|
+
["Germany, Oberpfalz",11.187,48.764,1.984,1.297],
|
599
|
+
["Djibouti",41.749,10.929,1.67,1.779],
|
600
|
+
["Netherlands, Limburg",5.566,50.75,0.66,1.029],
|
601
|
+
["Spain, A Coruña",-9.299,42.463,1.637,1.325],
|
602
|
+
["Italy, Bologna",10.804,44.062,1.037,0.743],
|
603
|
+
["Spain, Asturias",-7.182,42.883,2.671,0.776],
|
604
|
+
["Slovenia, Zahodna Slovenija",13.375,45.425,1.574,1.099],
|
605
|
+
["France, Var",5.656,42.981,1.276,0.827],
|
606
|
+
["Bhutan",88.73,26.696,3.36,1.663],
|
607
|
+
["Turkey, Zonguldak, Karabük, Bartın",31.295,40.807,1.834,1.043],
|
608
|
+
["Switzerland, Bern",6.861,46.326,1.594,1.02],
|
609
|
+
["Italy, Catania",14.352,37.05,0.907,0.911],
|
610
|
+
["Poland, Lubuskie",14.534,51.363,1.883,1.761],
|
611
|
+
["Italy, Firenze",10.711,43.452,1.042,0.788],
|
612
|
+
["Italy, Salerno",14.462,39.991,1.344,0.857],
|
613
|
+
["France, Alpes-Maritimes",6.636,43.48,1.082,0.882],
|
614
|
+
["Spain, Granada",-4.328,36.693,2.121,1.392],
|
615
|
+
["Germany, Oberfranken",10.44,49.587,1.835,0.936],
|
616
|
+
["Spain, Mallorca",2.303,39.125,1.174,0.836],
|
617
|
+
["Belgium, Arr. Antwerpen",4.218,51.071,0.559,0.412],
|
618
|
+
["Italy, Padova",11.39,45.095,0.811,0.593],
|
619
|
+
["Bulgaria, Yugoiztochen",24.98,41.904,3.06,1.135],
|
620
|
+
["United Kingdom, Cheshire",-3.111,52.947,1.136,0.534],
|
621
|
+
["USA, Delaware",-75.787,38.451,0.74,1.381],
|
622
|
+
["Albania, Tiranë",19.437,41,0.8,0.515],
|
623
|
+
["Germany, Gießen",7.964,50.264,1.687,0.731],
|
624
|
+
["Italy, Verona",10.623,45.053,0.867,0.78],
|
625
|
+
["Germany, Köln, Stadt",6.773,50.83,0.39,0.255],
|
626
|
+
["Italy, Treviso",11.743,45.53,0.943,0.553],
|
627
|
+
["Poland, Opolskie",16.907,49.973,1.789,1.222],
|
628
|
+
["Italy, Caserta",13.76,40.898,0.774,0.61],
|
629
|
+
["Turkey, Aydın",27.005,37.336,1.83,0.781],
|
630
|
+
["Hungary, Közép-Dunántúl",17.073,46.687,1.893,1.136],
|
631
|
+
["United Kingdom, Staffordshire CC",-2.471,52.423,0.885,0.804],
|
632
|
+
["Turkey, Sakarya",29.924,40.294,1.076,0.891],
|
633
|
+
["Greece, Thessaloniki",22.49,40.35,1.276,0.657],
|
634
|
+
["Spain, Tenerife",-16.924,27.998,0.804,0.598],
|
635
|
+
["United Kingdom, Southern Scotland",-5.19,54.633,3.16,1.314],
|
636
|
+
["Ireland, Northern and Western",-10.31,52.969,3.76,2.467],
|
637
|
+
["Germany, Leipzig",12.148,50.978,1.068,0.707],
|
638
|
+
["Greece, Nisia Aigaiou, Kriti",23.47,34.8,6.18,5.24],
|
639
|
+
["Italy, Umbria",11.893,42.364,1.371,1.253],
|
640
|
+
["Romania, Ilfov",25.824,44.234,0.634,0.535],
|
641
|
+
["Croatia, Sjeverna Hrvatska",15.328,45.467,1.978,1.088],
|
642
|
+
["Germany, Saarland",6.357,49.112,1.046,0.528],
|
643
|
+
["Italy, Varese",8.552,45.558,0.514,0.565],
|
644
|
+
["USA, Rhode Island",-71.86,41.321,0.74,0.697],
|
645
|
+
["Italy, Monza e della Brianza",9.051,45.536,0.445,0.207],
|
646
|
+
["Italy, Vicenza",11.136,45.255,0.7,0.758],
|
647
|
+
["Spain, Tarragona",0.166,40.522,1.485,1.061],
|
648
|
+
["Spain, Toledo",-5.407,39.258,2.499,1.061],
|
649
|
+
["Belgium, Prov. Limburg",4.981,50.695,0.93,0.606],
|
650
|
+
["Poland, Wałbrzyski",16.068,50.096,1.097,0.934],
|
651
|
+
["Greece, Kentrikos Tomeas Athinon",23.686,37.917,0.138,0.142],
|
652
|
+
["Bulgaria, Severoiztochen",25.943,42.826,2.665,1.183],
|
653
|
+
["Spain, Gran Canaria",-15.835,27.734,0.477,0.447],
|
654
|
+
["Hungary, Nyugat-Dunántúl",16.113,46.291,1.823,1.732],
|
655
|
+
["USA, South Dakota",-104.06,42.48,7.63,3.47],
|
656
|
+
["Spain, Girona",1.724,41.648,1.597,0.848],
|
657
|
+
["Turkey, Tekirdağ",26.67,40.553,1.516,1.027],
|
658
|
+
["Spain, Pontevedra",-8.949,41.87,1.087,0.989],
|
659
|
+
["France, La Réunion",55.217,-21.389,0.619,0.518],
|
660
|
+
["United Kingdom, East Yorkshire and Northern Lincolnshire",-1.103,53.433,1.251,0.743],
|
661
|
+
["USA, Hawaii",-159.77,18.94,4.97,3.29],
|
662
|
+
["France, Haute-Savoie",5.805,45.682,1.24,0.775],
|
663
|
+
["United Kingdom, North Yorkshire",-2.564,53.621,2.352,0.939],
|
664
|
+
["United Kingdom, Berkshire",-1.588,51.329,1.099,0.249],
|
665
|
+
["Denmark, Østjylland",9.222,55.668,2.44,1.071],
|
666
|
+
["France, Finistère",-5.142,47.701,1.755,1.053],
|
667
|
+
["France, Oise",1.688,49.06,1.479,0.704],
|
668
|
+
["Turkey, Erzurum, Erzincan, Bayburt",38.31,39.004,4.28,1.955],
|
669
|
+
["Turkey, Muğla",27.229,36.304,2.525,1.243],
|
670
|
+
["Slovakia, Prešovský kraj",19.883,48.762,2.684,0.699],
|
671
|
+
["France, Maine-et-Loire",-1.355,46.969,1.59,0.841],
|
672
|
+
["United Kingdom, Barnsley, Doncaster and Rotherham",-1.823,53.301,0.958,0.361],
|
673
|
+
["Poland, Krakowski",19.521,49.618,1.161,0.903],
|
674
|
+
["Spain, Córdoba",-5.586,37.184,1.586,1.546],
|
675
|
+
["United Kingdom, Tyneside",-1.852,54.878,0.499,0.202],
|
676
|
+
["Switzerland, Vaud",6.064,46.186,1.185,0.801],
|
677
|
+
["France, Haut-Rhin",6.841,47.42,0.781,0.891],
|
678
|
+
["Slovakia, Košický kraj",20.182,48.332,2.205,0.688],
|
679
|
+
["Switzerland, Zentralschweiz",7.837,46.527,1.168,0.761],
|
680
|
+
["Romania, Constanţa",27.271,43.733,1.724,1.071],
|
681
|
+
["United Kingdom, West Surrey",-0.849,51.072,0.541,0.4],
|
682
|
+
["Hungary, Dél-Dunántúl",16.876,45.737,2.131,1.261],
|
683
|
+
["Bulgaria, Severen tsentralen",24.868,42.733,2.828,1.411],
|
684
|
+
["Sweden, Norra Mellansverige",11.69,58.72,5.95,3.63],
|
685
|
+
["France, Gard",3.263,43.46,1.583,1],
|
686
|
+
["Czechia, Ústecký kraj",12.941,50.077,1.712,0.978],
|
687
|
+
["Netherlands, Agglomeratie ’s-Gravenhage",4.198,51.968,0.36,0.22],
|
688
|
+
["Italy, Lecce",17.763,39.791,0.757,0.725],
|
689
|
+
["Sweden, Småland med öarna",13.07,56.196,6.29,2.202],
|
690
|
+
["Belgium, Arr. Halle-Vilvoorde",3.889,50.688,0.73,0.355],
|
691
|
+
["Spain, Almería",-3.141,35.936,1.511,1.981],
|
692
|
+
["Ireland, Mid-East",-7.344,52.681,1.346,1.433],
|
693
|
+
["Poland, Bydgosko-toruński",17.669,52.83,1.426,0.614],
|
694
|
+
["Lithuania, Sostinės regionas",24.387,54.128,2.371,1.39],
|
695
|
+
["Lithuania, Vilniaus apskritis",24.387,54.128,2.371,1.39],
|
696
|
+
["United Kingdom, Leeds",-1.801,53.7,0.509,0.246],
|
697
|
+
["United Kingdom, Devon CC",-4.68,50.203,1.793,1.043],
|
698
|
+
["France, Limousin",0.629,44.92,1.982,1.535],
|
699
|
+
["Poland, Kielecki",19.983,50.536,1.703,0.807],
|
700
|
+
["Fiji",-180,-21.72,360,9.25],
|
701
|
+
["Poland, Warszawski zachodni",20.312,51.889,0.969,0.758],
|
702
|
+
["France, Loire",3.69,45.231,1.071,1.045],
|
703
|
+
["Netherlands, Zuidoost-Noord-Brabant",5.071,51.22,0.861,0.379],
|
704
|
+
["Denmark, Sjælland",10.874,54.559,1.681,1.436],
|
705
|
+
["Albania, Jug",19.263,39.644,1.794,1.449],
|
706
|
+
["Italy, Venezia",11.961,45.056,1.139,0.799],
|
707
|
+
["Turkey, Eskişehir",29.994,39.078,2.075,1.073],
|
708
|
+
["USA, Alaska",-189,51.61,59.1,19.75],
|
709
|
+
["France, Meurthe-et-Moselle",5.425,48.349,1.699,1.214],
|
710
|
+
["France, Morbihan",-3.735,47.279,1.699,0.931],
|
711
|
+
["Albania, Veri",19.281,41.249,1.346,1.412],
|
712
|
+
["United Kingdom, Lincolnshire",-0.82,52.64,1.176,0.976],
|
713
|
+
["United Kingdom, Leicestershire CC and Rutland",-1.598,52.392,1.17,0.585],
|
714
|
+
["Austria, Tirol",10.098,46.651,2.867,1.092],
|
715
|
+
["Spain, Navarra",-2.501,41.909,1.777,1.406],
|
716
|
+
["Poland, Poznański",16.013,51.925,1.506,0.964],
|
717
|
+
["Cyprus",32.271,34.625,1.829,0.563],
|
718
|
+
["United Kingdom, Suffolk",0.341,51.938,1.422,0.612],
|
719
|
+
["Italy, Modena",10.47,44.115,0.898,0.848],
|
720
|
+
["Denmark, Byen København",12.453,55.554,0.341,0.179],
|
721
|
+
["Portugal, Alentejo",-9.005,37.32,2.074,2.343],
|
722
|
+
["Ireland, South-West",-10.662,51.422,2.821,1.169],
|
723
|
+
["Romania, Iaşi",26.494,46.809,1.632,0.781],
|
724
|
+
["USA, District of Columbia",-77.118,38.791,0.209,0.203],
|
725
|
+
["United Kingdom, Oxfordshire",-1.72,51.459,0.85,0.71],
|
726
|
+
["Netherlands, Arnhem/Nijmegen",5.531,51.741,0.646,0.347],
|
727
|
+
["Poland, Lubelski",22.12,50.838,1.15,0.876],
|
728
|
+
["France, Vendée",-2.4,46.266,1.863,0.818],
|
729
|
+
["Spain, Badajoz",-7.336,37.941,2.687,1.51],
|
730
|
+
["France, Calvados",-1.16,48.751,1.607,0.679],
|
731
|
+
["France, Ain",4.728,45.61,1.443,0.908],
|
732
|
+
["Comoros",43.213,-12.381,1.317,1.02],
|
733
|
+
["Romania, Prahova",25.452,44.694,1.157,0.828],
|
734
|
+
["Netherlands, Veluwe",5.393,51.936,0.8,0.586],
|
735
|
+
["Poland, Katowicki",18.792,50.13,0.45,0.22],
|
736
|
+
["Italy, Perugia",11.913,42.598,1.351,1.019],
|
737
|
+
["Poland, Wrocławski",16.332,50.613,1.464,1.035],
|
738
|
+
["Guyana",-61.4,1.18,4.92,7.38],
|
739
|
+
["Bulgaria, Severozapaden",22.357,42.708,2.94,1.508],
|
740
|
+
["Croatia, Grad Zagreb",15.773,45.614,0.467,0.355],
|
741
|
+
["Turkey, Mardin",39.855,36.901,2.029,0.832],
|
742
|
+
["United Kingdom, Bath and North East Somerset, North Somerset and South Gloucestershire",-3.116,51.273,0.864,0.405],
|
743
|
+
["France, Loiret",1.513,47.483,1.616,0.862],
|
744
|
+
["Poland, Sosnowiecki",18.958,50.116,1.015,0.614],
|
745
|
+
["Poland, Warszawski wschodni",20.737,51.87,1.243,0.695],
|
746
|
+
["France, Pyrénées-Atlantiques",-1.789,42.777,1.819,0.82],
|
747
|
+
["United Kingdom, Cambridgeshire CC",-0.5,52.005,1.013,0.735],
|
748
|
+
["Romania, Timiş",20.264,45.193,2.288,0.997],
|
749
|
+
["Denmark, Sydjylland",8.076,54.8,1.995,1.157],
|
750
|
+
["Greece, Thessalia",21.12,38.969,3.22,1.228],
|
751
|
+
["Slovakia, Žilinský kraj",18.322,48.741,1.738,0.873],
|
752
|
+
["Spain, Jaén",-4.288,37.378,1.853,1.155],
|
753
|
+
["Poland, Bielski",18.566,49.394,0.915,0.564],
|
754
|
+
["USA, North Dakota",-104.05,45.93,7.49,3.08],
|
755
|
+
["Romania, Cluj",22.637,46.397,1.591,0.981],
|
756
|
+
["Turkey, Malatya",37.254,37.895,1.911,1.262],
|
757
|
+
["Poland, Kaliski",17.128,51.104,1.353,1.042],
|
758
|
+
["Switzerland, Aargau",7.713,47.137,0.742,0.484],
|
759
|
+
["Spain, Castellón/Castelló",-0.846,39.715,1.536,1.074],
|
760
|
+
["Poland, Koniński",17.151,51.821,1.953,0.918],
|
761
|
+
["Slovakia, Banskobystrický kraj",18.478,48.054,1.992,0.894],
|
762
|
+
["United Kingdom, Calderdale and Kirklees",-2.174,53.52,0.603,0.306],
|
763
|
+
["Slovakia, Nitriansky kraj",17.705,47.731,1.368,0.983],
|
764
|
+
["Norway, Agder og Sør-Østlandet",6.38,57.96,4.22,2.229],
|
765
|
+
["Poland, Gdański",17.666,54.103,1.983,0.733],
|
766
|
+
["Spain, Gipuzkoa",-2.603,42.895,0.875,0.5],
|
767
|
+
["France, Puy-de-Dôme",2.388,45.287,1.598,0.97],
|
768
|
+
["United Kingdom, Worcestershire",-2.663,51.966,0.906,0.49],
|
769
|
+
["United Kingdom, Warwickshire",-1.962,51.955,0.789,0.733],
|
770
|
+
["Italy, Como",8.894,45.64,0.547,0.6],
|
771
|
+
["Turkey, Kastamonu, Çankırı, Sinop",32.554,40.263,2.96,1.835],
|
772
|
+
["Italy, Genova",8.572,44.216,1.002,0.461],
|
773
|
+
["United Kingdom, North Yorkshire CC",-2.564,53.621,2.352,0.939],
|
774
|
+
["USA, Wyoming",-111.06,40.99,7.01,4.02],
|
775
|
+
["Turkey, Afyonkarahisar",29.651,37.752,2.07,1.534],
|
776
|
+
["Netherlands, Noordoost-Noord-Brabant",5.081,51.521,0.967,0.31],
|
777
|
+
["Latvia, Rīga",23.934,56.857,0.391,0.23],
|
778
|
+
["Netherlands, Friesland",4.85,52.764,1.578,0.754],
|
779
|
+
["United Kingdom, Redbridge and Waltham Forest",-0.063,51.544,0.213,0.103],
|
780
|
+
["Italy, Cosenza",15.755,39.048,1.271,1.096],
|
781
|
+
["France, Eure",0.297,48.666,1.506,0.817],
|
782
|
+
["Poland, Rzeszowski",21.465,49.744,0.988,0.739],
|
783
|
+
["USA, Vermont",-73.437,42.729,1.945,2.285],
|
784
|
+
["Poland, Miasto Kraków",19.792,49.968,0.426,0.159],
|
785
|
+
["Czechia, Jihočeský kraj",13.536,48.551,2.068,1.071],
|
786
|
+
["United Kingdom, Greater Manchester North East",-2.383,53.491,0.474,0.195],
|
787
|
+
["Serbia, Južnobačka oblast",18.97,45.135,1.344,0.63],
|
788
|
+
["Poland, Zielonogórski",14.59,51.363,1.827,1.017],
|
789
|
+
["France, Charente-Maritime",-1.562,45.089,1.568,1.282],
|
790
|
+
["Poland, Chełmsko-zamojski",22.402,50.251,1.744,1.124],
|
791
|
+
["United Kingdom, Buckinghamshire CC",-1.14,51.486,0.664,0.595],
|
792
|
+
["Poland, Olsztyński",19.944,53.214,1.8,1.189],
|
793
|
+
["United Kingdom, Central Hampshire",-1.958,50.706,1.214,0.634],
|
794
|
+
["Germany, Rhein-Sieg-Kreis",6.855,50.555,0.828,0.395],
|
795
|
+
["Bulgaria, Plovdiv",24.358,41.683,0.995,1.111],
|
796
|
+
["Germany, Frankfurt am Main, Stadt",8.473,50.015,0.328,0.212],
|
797
|
+
["France, Indre-et-Loire",0.052,46.736,1.314,0.974],
|
798
|
+
["Netherlands, West-Noord-Brabant",4.19,51.354,0.744,0.413],
|
799
|
+
["Turkey, Erzurum",40.277,39.138,2.307,1.821],
|
800
|
+
["Netherlands, Twente",6.326,52.118,0.747,0.377],
|
801
|
+
["Turkey, Sivas",35.847,38.524,2.937,2.001],
|
802
|
+
["Hungary, Borsod-Abaúj-Zemplén",20.051,47.642,2.078,0.943],
|
803
|
+
["Norway, Oslo",10.489,59.809,0.463,0.326],
|
804
|
+
["Turkey, Zonguldak",31.295,40.999,1.005,0.582],
|
805
|
+
["Poland, Trójmiejski",18.358,54.275,0.593,0.31],
|
806
|
+
["Poland, Tarnobrzeski",21.143,49.828,1.545,0.993],
|
807
|
+
["Czechia, Olomoucký kraj",16.711,49.269,1.206,1.181],
|
808
|
+
["Belgium, Arr. Liège",5.349,50.396,0.471,0.416],
|
809
|
+
["Poland, Rybnicki",18.035,49.896,0.741,0.362],
|
810
|
+
["North Macedonia, Skopski",21.149,41.703,0.673,0.546],
|
811
|
+
["United Kingdom, Gloucestershire",-2.687,51.577,1.071,0.536],
|
812
|
+
["Italy, Cuneo",6.853,44.06,1.415,0.797],
|
813
|
+
["Poland, Radomski",20.415,51.013,1.459,0.849],
|
814
|
+
["France, Côtes-d’Armor",-3.666,48.032,1.758,0.87],
|
815
|
+
["United Kingdom, Hackney and Newham",-0.105,51.498,0.202,0.08],
|
816
|
+
["United Kingdom, Lewisham and Southwark",-0.111,51.414,0.15,0.095],
|
817
|
+
["Germany, Recklinghausen",6.894,51.521,0.571,0.301],
|
818
|
+
["France, Sarthe",-0.448,47.568,1.365,0.917],
|
819
|
+
["Hungary, Hajdú-Bihar",20.823,46.941,1.306,1.024],
|
820
|
+
["Turkey, Trabzon",39.122,40.526,1.373,0.581],
|
821
|
+
["Turkey, Batman",40.992,37.495,0.86,1.07],
|
822
|
+
["Romania, Dolj",22.841,43.699,1.423,1.031],
|
823
|
+
["Slovenia, Osrednjeslovenska",14.097,45.726,0.852,0.642],
|
824
|
+
["Montenegro",18.433,41.852,1.923,1.696],
|
825
|
+
["Suriname",-58.07,1.83,4.09,4.19],
|
826
|
+
["Poland, Opolski",17.466,50.167,1.23,1.008],
|
827
|
+
["Turkey, Ordu",36.671,40.341,1.496,0.808],
|
828
|
+
["Czechia, Plzeňský kraj",12.401,48.941,1.44,1.163],
|
829
|
+
["Luxembourg",5.714,49.441,0.789,0.734],
|
830
|
+
["United Kingdom, Greater Manchester North West",-2.731,53.446,0.393,0.2],
|
831
|
+
["Slovakia, Bratislavský kraj",16.833,48.006,0.697,0.648],
|
832
|
+
["Poland, Piotrkowski",18.856,50.843,1.677,0.931],
|
833
|
+
["Italy, Pavia",8.498,44.68,1.053,0.714],
|
834
|
+
["Turkey, Ağrı",42.3,38.923,2.203,1.103],
|
835
|
+
["United Kingdom, Manchester",-2.32,53.341,0.173,0.204],
|
836
|
+
["France, Somme",1.379,49.571,1.824,0.795],
|
837
|
+
["Greece, Anatoliki Makedonia, Thraki",23.62,40.392,3.02,1.357],
|
838
|
+
["Romania, Suceava",24.947,47.077,1.758,0.911],
|
839
|
+
["Poland, Miasto Łódź",19.321,51.686,0.319,0.174],
|
840
|
+
["Greece, Dytiki Elláda",20.718,37.377,1.66,1.798],
|
841
|
+
["Poland, Szczeciński",14.122,52.679,1.595,1.48],
|
842
|
+
["Slovakia, Trenčiansky kraj",17.353,48.485,1.474,0.835],
|
843
|
+
["Italy, Reggio nell’Emilia",10.142,44.226,0.749,0.766],
|
844
|
+
["Italy, Trento",10.453,45.673,1.51,0.86],
|
845
|
+
["Italy, Foggia",14.934,41.055,1.266,1.086],
|
846
|
+
["France, Vaucluse",4.649,43.658,1.109,0.774],
|
847
|
+
["Romania, Argeş",24.422,44.376,0.904,1.235],
|
848
|
+
["United Kingdom, South and West Derbyshire",-2.034,52.697,0.795,0.843],
|
849
|
+
["Turkey, Adıyaman",37.432,37.419,1.831,0.792],
|
850
|
+
["Austria, Linz-Wels",13.754,48.002,0.767,0.48],
|
851
|
+
["Spain, Ciudad Real",-5.047,38.343,2.41,1.234],
|
852
|
+
["France, Marne",3.396,48.515,1.644,0.893],
|
853
|
+
["Turkey, Elazığ",38.358,38.28,2.01,0.908],
|
854
|
+
["United Kingdom, Glasgow City",-4.393,55.782,0.321,0.148],
|
855
|
+
["Poland, Jeleniogórski",14.817,50.599,1.663,0.932],
|
856
|
+
["Turkey, Kütahya",28.597,38.75,1.833,1.16],
|
857
|
+
["United Kingdom, Harrow and Hillingdon",-0.51,51.453,0.243,0.188],
|
858
|
+
["Estonia, Põhja-Eesti",23.73,58.992,2.226,0.694],
|
859
|
+
["Greece, Kriti",23.473,34.802,2.88,0.892],
|
860
|
+
["France, Saône-et-Loire",3.622,46.156,1.842,1],
|
861
|
+
["Czechia, Zlínský kraj",17.113,48.854,1.303,0.686],
|
862
|
+
["Belgium, Arr. Gent",3.331,50.895,0.668,0.331],
|
863
|
+
["Spain, Huelva",-7.523,36.795,1.401,1.414],
|
864
|
+
["Poland, Leszczyński",15.776,51.544,1.564,1.211],
|
865
|
+
["Greece, Anatoliki Attiki",23.632,37.643,0.474,0.698],
|
866
|
+
["France, Doubs",5.698,46.553,1.363,1.027],
|
867
|
+
["United Kingdom, Merton, Kingston upon Thames and Sutton",-0.331,51.321,0.214,0.121],
|
868
|
+
["United Kingdom, Bradford",-2.062,53.725,0.422,0.238],
|
869
|
+
["Spain, Valladolid",-5.521,41.094,1.541,1.218],
|
870
|
+
["Italy, Basilicata",15.335,39.894,1.533,1.246],
|
871
|
+
["Greece, Voreios Tomeas Athinon",23.743,37.973,0.222,0.149],
|
872
|
+
["Norway, Vestland",4.5,59.475,3.83,2.739],
|
873
|
+
["France, Aisne",2.96,48.837,1.296,1.233],
|
874
|
+
["Poland, Nowosądecki",19.991,49.296,1.429,0.535],
|
875
|
+
["Netherlands, Groningen",6.167,52.838,1.059,0.718],
|
876
|
+
["United Kingdom, Somerset",-3.84,50.821,1.596,0.506],
|
877
|
+
["Spain, Cantabria",-4.851,42.758,1.702,0.756],
|
878
|
+
["Italy, Taranto",16.697,40.294,1.103,0.509],
|
879
|
+
["Hungary, Szabolcs-Szatmár-Bereg",21.079,47.591,1.818,0.835],
|
880
|
+
["Austria, Kärnten",12.656,46.372,2.41,0.76],
|
881
|
+
["Italy, Latina",12.532,40.785,1.363,0.93],
|
882
|
+
["Czechia, Královéhradecký kraj",15.104,50.039,1.481,0.742],
|
883
|
+
["Slovakia, Trnavský kraj",16.934,47.758,1.051,1.12],
|
884
|
+
["France, Côte-d’Or",4.065,46.9,1.454,1.132],
|
885
|
+
["Netherlands, Zuid-Limburg",5.639,50.75,0.452,0.323],
|
886
|
+
["United Kingdom, Hounslow and Richmond upon Thames",-0.462,51.391,0.24,0.112],
|
887
|
+
["Poland, Oświęcimski",19.084,49.762,0.836,0.686],
|
888
|
+
["Turkey, Şırnak",41.57,37.102,1.936,0.666],
|
889
|
+
["Romania, Bihor",21.428,46.385,1.392,1.216],
|
890
|
+
["Italy, Udine",12.492,45.644,1.225,1.003],
|
891
|
+
["Germany, Stuttgart, Stadtkreis",9.04,48.689,0.276,0.178],
|
892
|
+
["Denmark, Nordjylland",8.221,56.55,2.978,1.202],
|
893
|
+
["Italy, Bolzano-Bozen",10.382,46.219,2.096,0.873],
|
894
|
+
["Denmark, Vest- og Sydsjælland",10.874,54.559,1.681,1.436],
|
895
|
+
["Austria, Salzburg",12.077,46.944,1.919,1.097],
|
896
|
+
["Romania, Bacău",25.975,46.017,1.535,0.812],
|
897
|
+
["France, Drôme",4.646,44.115,1.184,1.229],
|
898
|
+
["Denmark, Københavns omegn",12.15,55.593,0.452,0.217],
|
899
|
+
["Lithuania, Kauno apskritis",22.671,54.455,2.139,1.122],
|
900
|
+
["Germany, Mettmann",6.801,51.064,0.368,0.318],
|
901
|
+
["United Kingdom, Sheffield",-1.802,53.304,0.478,0.199],
|
902
|
+
["Poland, Elbląski",19.128,53.139,1.285,1.304],
|
903
|
+
["Finland, Pirkanmaa",22.434,60.939,2.537,1.556],
|
904
|
+
["Poland, Miasto Wrocław",16.808,51.042,0.368,0.168],
|
905
|
+
["Germany, Trier",6.112,49.517,1.152,0.873],
|
906
|
+
["Latvia, Pierīga",22.44,56.54,3.12,1.451],
|
907
|
+
["Germany, Rhein-Neckar-Kreis",8.45,49.174,0.649,0.452],
|
908
|
+
["Germany, Ludwigsburg",8.876,48.754,0.541,0.311],
|
909
|
+
["Germany, Düsseldorf, Stadt",6.69,51.125,0.249,0.227],
|
910
|
+
["Romania, Mureş",23.959,46.076,1.359,1.061],
|
911
|
+
["Germany, Bremen",8.481,53.011,0.51,0.599],
|
912
|
+
["United Kingdom, Greater Manchester South East",-2.247,53.327,0.284,0.204],
|
913
|
+
["Spain, Lleida",0.321,41.274,1.535,1.588],
|
914
|
+
["United Kingdom, Durham CC",-2.356,54.452,1.114,0.467],
|
915
|
+
["Czechia, Pardubický kraj",15.363,49.574,1.505,0.633],
|
916
|
+
["Turkey, Çanakkale",25.665,39.453,1.843,1.289],
|
917
|
+
["United Kingdom, Wiltshire CC",-2.365,50.945,0.879,0.759],
|
918
|
+
["Germany, Esslingen",9.085,48.513,0.511,0.275],
|
919
|
+
["Germany, Dortmund, Stadt",7.303,51.415,0.335,0.185],
|
920
|
+
["France, Pyrénées-Orientales",1.722,42.333,1.455,0.586],
|
921
|
+
["Poland, Białostocki",22.469,52.85,1.477,0.872],
|
922
|
+
["Belgium, Prov. Namur",4.287,49.785,1.114,0.864],
|
923
|
+
["Netherlands, Drenthe",6.119,52.612,0.974,0.592],
|
924
|
+
["Turkey, Çorum",33.916,39.94,1.609,1.388],
|
925
|
+
["Poland, Częstochowski",18.613,50.507,1.216,0.592],
|
926
|
+
["Romania, Braşov",24.64,45.381,1.464,0.809],
|
927
|
+
["United Kingdom, Bexley and Greenwich",-0.026,51.408,0.244,0.105],
|
928
|
+
["Germany, Essen, Stadt",6.895,51.347,0.242,0.187],
|
929
|
+
["Belgium, Arr. Leuven",4.448,50.703,0.74,0.347],
|
930
|
+
["United Kingdom, East Sussex CC",-0.136,50.735,1.004,0.413],
|
931
|
+
["Ireland, Mid-West",-9.938,52.202,2.566,0.967],
|
932
|
+
["United Kingdom, Cornwall and Isles of Scilly",-6.39,49.872,2.224,1.06],
|
933
|
+
["Romania, Dâmboviţa",25.126,44.405,0.866,1.037],
|
934
|
+
["Switzerland, Genève",5.956,46.127,0.354,0.238],
|
935
|
+
["Czechia, Kraj Vysočina",14.888,48.938,1.53,0.924],
|
936
|
+
["Romania, Ialomiţa",26.301,44.334,1.81,0.523],
|
937
|
+
["Italy, Frosinone",12.992,41.301,1.035,0.654],
|
938
|
+
["Netherlands, Midden-Noord-Brabant",4.676,51.393,0.601,0.436],
|
939
|
+
["Greece, Peloponnisos",21.539,36.391,1.916,1.752],
|
940
|
+
["Greece, Sterea Elláda",21.37,37.932,3.32,1.341],
|
941
|
+
["Spain, León",-7.077,42.029,2.342,1.21],
|
942
|
+
["Turkey, Tokat",35.442,39.954,2.198,0.968],
|
943
|
+
["Poland, Puławski",21.615,50.575,1.066,1.495],
|
944
|
+
["Germany, Rhein-Kreis Neuss",6.437,51.015,0.447,0.322],
|
945
|
+
["Poland, Sandomiersko-jędrzejowski",19.706,50.186,2.164,0.892],
|
946
|
+
["Germany, München, Landkreis",11.384,47.917,0.468,0.383],
|
947
|
+
["Austria, Wiener Umland/Nordteil",15.718,48.115,1.259,0.485],
|
948
|
+
["United Kingdom, Haringey and Islington",-0.172,51.518,0.131,0.094],
|
949
|
+
["Poland, Krośnieński",21.241,49.002,1.653,0.87],
|
950
|
+
["United Kingdom, Cardiff and Vale of Glamorgan",-3.642,51.375,0.573,0.185],
|
951
|
+
["Turkey, Osmaniye",35.856,36.948,0.842,0.787],
|
952
|
+
["Switzerland, St. Gallen",8.795,46.872,0.879,0.68],
|
953
|
+
["France, Manche",-1.948,48.456,1.212,1.271],
|
954
|
+
["Germany, Städteregion Aachen",5.976,50.495,0.443,0.456],
|
955
|
+
["Turkey, Isparta",30.039,37.314,1.559,1.18],
|
956
|
+
["Ireland, West",-10.303,52.969,2.427,1.4],
|
957
|
+
["United Kingdom, Aberdeen City and Aberdeenshire",-3.802,56.747,2.035,0.954],
|
958
|
+
["United Kingdom, North Eastern Scotland",-3.802,56.747,2.035,0.954],
|
959
|
+
["United Kingdom, Greater Manchester South West",-2.49,53.357,0.245,0.185],
|
960
|
+
["Sweden, Övre Norrland",14.32,63.4,9.85,5.66],
|
961
|
+
["Ireland, South-East",-8.163,51.938,2.021,0.98],
|
962
|
+
["Italy, Messina",14.183,37.795,1.468,1.017],
|
963
|
+
["United Kingdom, North Nottinghamshire",-1.344,52.957,0.678,0.546],
|
964
|
+
["Belgium, Arr. Turnhout",4.667,51.01,0.596,0.495],
|
965
|
+
["Netherlands, Flevoland",5.06,52.249,0.958,0.595],
|
966
|
+
["Poland, Tarnowski",20.5,49.728,0.848,0.627],
|
967
|
+
["Cabo Verde",-25.361,14.803,2.695,2.394],
|
968
|
+
["Germany, Wesel",6.293,51.389,0.647,0.428],
|
969
|
+
["Poland, Łódzki",18.998,51.508,1.019,0.529],
|
970
|
+
["Italy, Parma",9.438,44.347,1.067,0.697],
|
971
|
+
["Bulgaria, Varna",27.066,42.826,0.995,0.775],
|
972
|
+
["Solomon Is.",155.5,-12.3,13.33,5.71],
|
973
|
+
["Germany, Dresden, Stadt",13.58,50.975,0.386,0.203],
|
974
|
+
["United Kingdom, Cumbria",-3.639,54.044,1.48,1.146],
|
975
|
+
["Germany, Karlsruhe, Landkreis",8.259,48.813,0.635,0.478],
|
976
|
+
["Poland, Miasto Poznań",16.731,52.292,0.338,0.218],
|
977
|
+
["France, Vienne",-0.106,46.048,1.32,1.128],
|
978
|
+
["Poland, Legnicko-głogowski",15.703,51.099,1.126,0.706],
|
979
|
+
["Hungary, Bács-Kiskun",18.732,45.905,1.428,1.23],
|
980
|
+
["Portugal, Algarve",-8.995,36.961,1.599,0.568],
|
981
|
+
["Denmark, Fyn",9.675,54.722,1.281,0.925],
|
982
|
+
["United Kingdom, Essex Haven Gateway",0.38,51.751,0.911,0.336],
|
983
|
+
["Ireland, Border",-9.136,53.765,2.586,1.671],
|
984
|
+
["France, Savoie",5.622,45.052,1.564,0.887],
|
985
|
+
["Germany, Rhein-Erft-Kreis",6.453,50.718,0.578,0.349],
|
986
|
+
["Poland, Sieradzki",18.075,50.982,1.238,1.094],
|
987
|
+
["Italy, Ancona",12.746,43.21,0.911,0.541],
|
988
|
+
["France, Landes",-1.525,43.488,1.662,1.045],
|
989
|
+
["Poland, Starogardzki",18.064,53.577,1.519,0.606],
|
990
|
+
["Austria, Graz",15.048,46.877,0.682,0.467],
|
991
|
+
["Greece, Dytikos Tomeas Athinon",23.556,37.976,0.181,0.091],
|
992
|
+
["Italy, Sassari",8.136,40.296,1.617,1.012],
|
993
|
+
["Germany, Duisburg, Stadt",6.627,51.333,0.204,0.228],
|
994
|
+
["Sweden, Östergötlands län",14.416,57.699,2.641,1.321],
|
995
|
+
["Italy, Pisa",10.258,43.108,0.755,0.726],
|
996
|
+
["Poland, Szczecinecko-pyrzycki",14.436,52.624,2.547,1.38],
|
997
|
+
["Germany, Bremen, Stadt",8.481,53.011,0.51,0.587],
|
998
|
+
["Poland, Bytomski",18.479,50.317,0.656,0.537],
|
999
|
+
["Germany, Leipzig, Stadt",12.237,51.238,0.306,0.21],
|
1000
|
+
["Czechia, Liberecký kraj",14.342,50.472,1.291,0.551],
|
1001
|
+
["France, Dordogne",-0.042,44.571,1.491,1.144],
|
1002
|
+
["Romania, Galaţi",27.227,45.391,0.985,0.773],
|
1003
|
+
["France, Eure-et-Loir",0.756,47.953,1.239,0.989],
|
1004
|
+
["Denmark, Nordsjælland",11.694,55.693,0.931,0.507],
|
1005
|
+
["United Kingdom, Liverpool",-3.009,53.326,0.191,0.149],
|
1006
|
+
["United Kingdom, East Surrey",-0.439,51.105,0.497,0.276],
|
1007
|
+
["United Kingdom, Barking & Dagenham and Havering",0.068,51.488,0.266,0.144],
|
1008
|
+
["Portugal, Região de Coimbra",-8.909,39.924,1.177,0.597],
|
1009
|
+
["Romania, Maramureş",22.962,47.321,2.094,0.699],
|
1010
|
+
["Austria, Wiener Umland/Südteil",15.912,47.876,1.156,0.3],
|
1011
|
+
["Germany, Steinfurt",7.096,51.995,0.929,0.48],
|
1012
|
+
["Poland, Gliwicki",18.357,50.173,0.506,0.38],
|
1013
|
+
["Italy, Alessandria",8.109,44.464,1.105,0.741],
|
1014
|
+
["Finland, Varsinais-Suomi",21.002,59.774,2.918,1.328],
|
1015
|
+
["Portugal, Tâmega e Sousa",-8.453,40.962,0.602,0.526],
|
1016
|
+
["Hungary, Győr-Moson-Sopron",16.421,47.272,1.515,0.751],
|
1017
|
+
["Poland, Tyski",18.619,49.879,0.635,0.369],
|
1018
|
+
["Germany, Ortenaukreis",7.68,48.158,0.65,0.561],
|
1019
|
+
["Spain, Albacete",-2.883,38.022,1.967,1.4],
|
1020
|
+
["Italy, Mantova",10.309,44.908,1.118,0.52],
|
1021
|
+
["Italy, Avellino",14.559,40.706,1.013,0.581],
|
1022
|
+
["Denmark, Vestjylland",8.097,55.773,1.699,1.074],
|
1023
|
+
["Greece, Notios Tomeas Athinon",23.672,37.853,0.138,0.126],
|
1024
|
+
["United Kingdom, East Merseyside",-2.923,53.306,0.347,0.226],
|
1025
|
+
["Poland, Siedlecki",21.275,51.612,1.854,1.091],
|
1026
|
+
["Brunei",113.998,4.016,1.363,1.042],
|
1027
|
+
["Netherlands, Achterhoek",6.006,51.827,0.827,0.42],
|
1028
|
+
["Italy, Reggio di Calabria",15.63,37.915,0.953,0.659],
|
1029
|
+
["Poland, Pilski",15.894,52.567,1.634,1.089],
|
1030
|
+
["United Kingdom, Edinburgh, City of",-3.45,55.818,0.373,0.196],
|
1031
|
+
["Norway, Trøndelag",8.13,62.256,6.2,2.978],
|
1032
|
+
["Spain, Cáceres",-7.546,39.031,2.594,1.455],
|
1033
|
+
["United Kingdom, Barnet",-0.306,51.555,0.177,0.116],
|
1034
|
+
["Hungary, Fejér",18.033,46.687,0.933,0.891],
|
1035
|
+
["United Kingdom, East Kent",0.778,50.911,0.672,0.483],
|
1036
|
+
["Italy, Forlì-Cesena",11.646,43.74,0.811,0.591],
|
1037
|
+
["Norway, Nord-Norge",11.3,64.93,19.87,6.26],
|
1038
|
+
["Finland, Pohjois-Pohjanmaa",23.52,63.42,6.62,3.07],
|
1039
|
+
["Portugal, Cávado",-8.812,41.414,0.767,0.407],
|
1040
|
+
["France, Tarn",1.535,43.382,1.402,0.82],
|
1041
|
+
["Italy, Agrigento",12.517,35.493,1.522,2.25],
|
1042
|
+
["Belize",-89.237,15.879,1.454,2.612],
|
1043
|
+
["Belgium, Arr. Hasselt",4.981,50.695,0.663,0.452],
|
1044
|
+
["Switzerland, Luzern",7.837,46.774,0.677,0.514],
|
1045
|
+
["United Kingdom, Cheshire East",-2.753,52.947,0.778,0.441],
|
1046
|
+
["France, Aude",1.688,42.648,1.553,0.813],
|
1047
|
+
["United Kingdom, Bristol, City of",-2.715,51.397,0.205,0.148],
|
1048
|
+
["Romania, Buzău",26.072,44.735,1.37,1.068],
|
1049
|
+
["United Kingdom, West Northamptonshire",-1.332,51.977,0.627,0.5],
|
1050
|
+
["Romania, Neamţ",25.66,46.641,1.584,0.7],
|
1051
|
+
["Greenland",-73.1,59.79,61.8,23.85],
|
1052
|
+
["Norway, Rogaland",4.844,58.279,2.371,1.565],
|
1053
|
+
["Belgium, Arr. Nivelles",4.091,50.526,0.929,0.281],
|
1054
|
+
["Belgium, Prov. Brabant Wallon",4.091,50.526,0.929,0.281],
|
1055
|
+
["Poland, Łomżyński",21.598,52.28,2.342,1.265],
|
1056
|
+
["Portugal, Ave",-8.624,41.302,0.836,0.399],
|
1057
|
+
["United Kingdom, Mid Lancashire",-3.058,53.671,0.874,0.379],
|
1058
|
+
["United Kingdom, South Nottinghamshire",-1.337,52.79,0.521,0.314],
|
1059
|
+
["Croatia, Zagrebačka županija",15.328,45.467,1.386,0.605],
|
1060
|
+
["Germany, Rems-Murr-Kreis",9.238,48.741,0.531,0.339],
|
1061
|
+
["Italy, Ravenna",11.524,44.099,0.861,0.532],
|
1062
|
+
["Romania, Arad",20.705,45.902,2.044,0.779],
|
1063
|
+
["Spain, Burgos",-4.335,41.45,1.818,1.749],
|
1064
|
+
["Greece, Peiraias, Nisoi",22.892,35.824,1.051,2.178],
|
1065
|
+
["Poland, Przemyski",22.232,49.573,1.316,0.838],
|
1066
|
+
["France, Deux-Sèvres",-0.903,45.969,1.124,1.14],
|
1067
|
+
["Bulgaria, Burgas",26.578,41.904,1.458,1.081],
|
1068
|
+
["Poland, Ostrołęcki",20.665,52.463,1.809,1.019],
|
1069
|
+
["France, Haute-Vienne",0.629,45.437,1.282,0.965],
|
1070
|
+
["United Kingdom, Highlands and Islands",-8.65,55.27,7.93,5.58],
|
1071
|
+
["Poland, Grudziądzki",18.267,52.928,1.495,0.681],
|
1072
|
+
["Netherlands, Agglomeratie Leiden en Bollenstreek",4.374,52.08,0.355,0.249],
|
1073
|
+
["Poland, Gorzowski",14.534,52.07,1.464,1.054],
|
1074
|
+
["Romania, Olt",23.882,43.683,1.005,1.219],
|
1075
|
+
["Germany, Märkischer Kreis",7.418,51.069,0.532,0.41],
|
1076
|
+
["France, Guadeloupe",-63.152,15.833,2.151,2.292],
|
1077
|
+
["Germany, Main-Kinzig-Kreis",8.78,50.067,0.969,0.396],
|
1078
|
+
["Germany, Nürnberg, Stadt",10.987,49.332,0.293,0.209],
|
1079
|
+
["Italy, Cagliari",8.82,38.915,0.667,0.509],
|
1080
|
+
["Norway, Vestfold og Telemark",7.09,58.771,3.51,1.418],
|
1081
|
+
["Croatia, Splitsko-dalmatinska županija",15.725,42.39,1.726,1.585],
|
1082
|
+
["Turkey, Düzce",30.831,40.617,0.926,0.5],
|
1083
|
+
["Germany, Unna",7.408,51.386,0.442,0.35],
|
1084
|
+
["United Kingdom, South Hampshire",-1.4,50.774,0.473,0.231],
|
1085
|
+
["Austria, Vorarlberg",9.53,46.84,0.707,0.756],
|
1086
|
+
["Italy, Novara",8.31,45.292,0.533,0.585],
|
1087
|
+
["Belgium, Arr. Charleroi",4.263,50.314,0.354,0.251],
|
1088
|
+
["Turkey, Uşak",28.751,38.237,1.219,0.684],
|
1089
|
+
["United Kingdom, Croydon",-0.161,51.286,0.165,0.138],
|
1090
|
+
["Italy, Lucca",10.143,43.749,0.595,0.537],
|
1091
|
+
["United Kingdom, West Sussex (North East)",-0.569,50.862,0.609,0.305],
|
1092
|
+
["Italy, Brindisi",17.297,40.379,0.801,0.513],
|
1093
|
+
["Turkey, Yozgat",34.036,38.968,2.115,1.277],
|
1094
|
+
["Romania, Botoşani",26.098,47.438,1.294,0.827],
|
1095
|
+
["France, Vosges",5.393,47.813,1.806,0.701],
|
1096
|
+
["Netherlands, Kop van Noord-Holland",4.649,52.578,0.729,0.607],
|
1097
|
+
["Bulgaria, Sofia",22.748,42.084,1.735,1.116],
|
1098
|
+
["Netherlands, Overig Groningen",6.167,53.071,0.746,0.485],
|
1099
|
+
["United Kingdom, West Kent",0.033,51.003,0.614,0.414],
|
1100
|
+
["Italy, Cremona",9.455,44.937,1.142,0.568],
|
1101
|
+
["Spain, Araba/Álava",-3.287,42.472,1.055,0.744],
|
1102
|
+
["United Kingdom, South West Wales",-5.484,51.597,1.837,0.965],
|
1103
|
+
["Serbia, Nišavska oblast",21.461,43.062,0.884,0.757],
|
1104
|
+
["Romania, Sibiu",23.589,45.494,1.377,0.79],
|
1105
|
+
["Italy, Chieti",14.075,41.759,0.706,0.686],
|
1106
|
+
["Poland, Nyski",16.907,49.973,1.165,1.222],
|
1107
|
+
["United Kingdom, Enfield",-0.186,51.605,0.178,0.087],
|
1108
|
+
["Sweden, Uppsala län",16.692,59.384,2.171,1.277],
|
1109
|
+
["Poland, Inowrocławski",17.302,52.481,1.324,0.814],
|
1110
|
+
["United Kingdom, Dorset",-2.962,50.513,1.171,0.567],
|
1111
|
+
["Norway, Innlandet",7.34,59.84,5.54,2.857],
|
1112
|
+
["France, Charente",-0.464,45.191,1.411,0.949],
|
1113
|
+
["Netherlands, Noord-Overijssel",5.777,52.425,0.99,0.43],
|
1114
|
+
["United Kingdom, Clackmannanshire and Fife",-3.886,56.006,1.338,0.448],
|
1115
|
+
["Turkey, Giresun",37.975,40.043,1.208,1.036],
|
1116
|
+
["Netherlands, Zuidoost-Zuid-Holland",4.553,51.714,0.597,0.264],
|
1117
|
+
["Latvia, Latgale",25.821,55.675,2.42,1.696],
|
1118
|
+
["Germany, Gütersloh",8.075,51.717,0.674,0.418],
|
1119
|
+
["Romania, Giurgiu",25.425,43.686,1.004,0.868],
|
1120
|
+
["N. Cyprus",32.601,35.002,1.992,0.69],
|
1121
|
+
["Turkey, Edirne",26.032,40.589,0.95,1.412],
|
1122
|
+
["Malta",14.183,35.801,0.385,0.275],
|
1123
|
+
["Germany, Böblingen",8.746,48.499,0.429,0.368],
|
1124
|
+
["Portugal, Região de Aveiro",-8.785,40.395,0.538,0.581],
|
1125
|
+
["Hungary, Csongrád",19.638,46.116,1.138,0.696],
|
1126
|
+
["Portugal, Oeste",-9.517,38.922,0.652,0.82],
|
1127
|
+
["Germany, Borken",6.387,51.729,0.887,0.515],
|
1128
|
+
["France, Ardèche",3.862,44.264,1.025,1.102],
|
1129
|
+
["Turkey, Muş",41.109,38.492,1.642,0.976],
|
1130
|
+
["United Kingdom, Ealing",-0.419,51.491,0.174,0.069],
|
1131
|
+
["Italy, Potenza",15.335,39.894,1.064,1.246],
|
1132
|
+
["Ireland, Midland",-8.083,52.781,1.152,1.16],
|
1133
|
+
["France, Lot-et-Garonne",-0.141,43.973,1.219,0.792],
|
1134
|
+
["Turkey, Aksaray",33.203,37.955,1.231,1.091],
|
1135
|
+
["Germany, Osnabrück, Landkreis",7.604,52.035,0.914,0.675],
|
1136
|
+
["Italy, Arezzo",11.397,43.156,0.975,0.722],
|
1137
|
+
["France, Martinique",-61.23,14.395,0.419,0.484],
|
1138
|
+
["Romania, Hunedoara",22.336,45.238,1.265,1.115],
|
1139
|
+
["Italy, Lecco",9.244,45.649,0.297,0.509],
|
1140
|
+
["Poland, Skierniewicki",18.827,51.633,1.833,0.761],
|
1141
|
+
["United Kingdom, East Riding of Yorkshire",-1.103,53.572,1.251,0.604],
|
1142
|
+
["Turkey, Siirt",41.394,37.587,1.573,0.66],
|
1143
|
+
["France, Yonne",2.848,47.311,1.493,1.088],
|
1144
|
+
["Switzerland, Valais",6.77,45.858,1.709,0.796],
|
1145
|
+
["Poland, Włocławski",18.376,52.332,1.15,0.672],
|
1146
|
+
["Austria, Salzburg und Umgebung",12.86,47.458,0.691,0.583],
|
1147
|
+
["United Kingdom, Essex Thames Gateway",0.375,51.508,0.58,0.144],
|
1148
|
+
["Switzerland, Ticino",8.382,45.818,0.778,0.814],
|
1149
|
+
["Spain, Salamanca",-6.931,40.238,1.841,1.057],
|
1150
|
+
["Netherlands, Zeeland",3.359,51.201,0.921,0.573],
|
1151
|
+
["Italy, Barletta-Andria-Trani",15.87,40.897,0.673,0.545],
|
1152
|
+
["Poland, Nowotarski",19.369,49.178,1.247,0.653],
|
1153
|
+
["United Kingdom, Bromley",-0.082,51.289,0.244,0.155],
|
1154
|
+
["United Kingdom, Inverclyde, East Renfrewshire and Renfrewshire",-4.899,55.676,0.68,0.287],
|
1155
|
+
["United Kingdom, West Essex",-0.02,51.604,0.54,0.489],
|
1156
|
+
["Hungary, Jász-Nagykun-Szolnok",19.651,46.754,1.38,0.928],
|
1157
|
+
["Germany, Offenbach, Landkreis",8.591,49.948,0.457,0.186],
|
1158
|
+
["United Kingdom, Cheshire West and Chester",-3.111,52.982,0.764,0.363],
|
1159
|
+
["Italy, Trapani",11.926,36.735,1.174,1.455],
|
1160
|
+
["France, Loir-et-Cher",0.58,47.186,1.668,0.947],
|
1161
|
+
["Italy, Ferrara",11.234,44.546,1.166,0.441],
|
1162
|
+
["Italy, Pesaro e Urbino",12.185,43.416,0.988,0.554],
|
1163
|
+
["Poland, Ciechanowski",19.634,52.381,1.719,0.889],
|
1164
|
+
["Sweden, Jönköpings län",13.077,56.878,2.589,1.31],
|
1165
|
+
["Belgium, Arr. Mechelen",4.173,50.991,0.645,0.19],
|
1166
|
+
["Poland, Koszaliński",15.349,53.809,1.517,0.761],
|
1167
|
+
["Italy, Sud Sardegna",8.22,38.865,1.432,1.054],
|
1168
|
+
["United Kingdom, Leicester",-1.216,52.581,0.169,0.111],
|
1169
|
+
["Spain, Guadalajara",-3.541,40.152,2.003,1.176],
|
1170
|
+
["Germany, Ennepe-Ruhr-Kreis",7.109,51.214,0.409,0.27],
|
1171
|
+
["Romania, Vaslui",27.189,46.003,1.072,0.988],
|
1172
|
+
["United Kingdom, North Northamptonshire",-0.906,52.191,0.565,0.453],
|
1173
|
+
["Germany, Lippe",8.606,51.789,0.74,0.406],
|
1174
|
+
["Sweden, Mellersta Norrland",11.97,61.56,7.32,3.56],
|
1175
|
+
["United Kingdom, North Hampshire",-1.461,51.133,0.732,0.251],
|
1176
|
+
["United Kingdom, Kensington & Chelsea and Hammersmith & Fulham",-0.254,51.464,0.105,0.069],
|
1177
|
+
["United Kingdom, West Sussex (South West)",-0.957,50.722,0.741,0.373],
|
1178
|
+
["Turkey, Kastamonu",32.736,40.826,1.866,1.194],
|
1179
|
+
["France, Allier",2.277,45.93,1.728,0.874],
|
1180
|
+
["Italy, Viterbo",11.449,42.146,1.071,0.693],
|
1181
|
+
["United Kingdom, Gwent Valleys",-3.335,51.545,0.377,0.281],
|
1182
|
+
["Spain, La Rioja",-3.135,41.919,1.456,0.726],
|
1183
|
+
["Germany, Heilbronn, Landkreis",8.816,49.02,0.712,0.368],
|
1184
|
+
["United Kingdom, South Lanarkshire",-4.282,55.291,0.886,0.552],
|
1185
|
+
["United Kingdom, Bournemouth, Christchurch and Poole",-2.041,50.683,0.36,0.127],
|
1186
|
+
["United Kingdom, North Lanarkshire",-4.195,55.735,0.484,0.296],
|
1187
|
+
["Romania, Vâlcea",23.576,44.49,0.964,1.101],
|
1188
|
+
["Netherlands, Oost-Zuid-Holland",4.53,51.889,0.363,0.34],
|
1189
|
+
["United Kingdom, Heart of Essex",0.176,51.564,0.774,0.294],
|
1190
|
+
["France, Guyane",-54.601,2.11,2.98,3.64],
|
1191
|
+
["Poland, Płocki",19.259,52.254,0.993,0.735],
|
1192
|
+
["Romania, Teleorman",24.594,43.619,1.12,0.9],
|
1193
|
+
["Switzerland, Freiburg",6.742,46.438,0.638,0.569],
|
1194
|
+
["United Kingdom, Kent Thames Gateway",0.15,51.224,0.866,0.257],
|
1195
|
+
["Slovenia, Podravska",15.311,46.254,0.997,0.454],
|
1196
|
+
["Italy, Pordenone",12.321,45.791,0.67,0.622],
|
1197
|
+
["Turkey, Kırklareli",26.863,41.235,1.29,0.871],
|
1198
|
+
["Spain, Lugo",-8,42.325,1.184,1.437],
|
1199
|
+
["United Kingdom, Wandsworth",-0.259,51.418,0.132,0.068],
|
1200
|
+
["United Kingdom, Brent",-0.336,51.527,0.145,0.074],
|
1201
|
+
["France, Mayenne",-1.239,47.733,1.19,0.835],
|
1202
|
+
["Poland, Słupski",16.699,53.872,1.187,0.912],
|
1203
|
+
["United Kingdom, East Lancashire",-2.466,53.614,0.421,0.339],
|
1204
|
+
["North Macedonia, Pološki",20.514,41.49,0.729,0.717],
|
1205
|
+
["Poland, Miasto Szczecin",14.443,53.323,0.362,0.215],
|
1206
|
+
["United Kingdom, Shropshire CC",-3.235,52.306,1.003,0.693],
|
1207
|
+
["Hungary, Baranya",17.624,45.737,1.245,0.68],
|
1208
|
+
["Romania, Satu Mare",22.18,47.334,1.46,0.786],
|
1209
|
+
["United Kingdom, Wakefield",-1.625,53.575,0.427,0.167],
|
1210
|
+
["Turkey, Hakkari",43.306,36.971,1.515,0.866],
|
1211
|
+
["Iceland",-24.54,63.39,11.04,3.18],
|
1212
|
+
["France, Corse",8.537,41.333,1.023,1.696],
|
1213
|
+
["Germany, Emsland",6.995,52.28,0.836,0.838],
|
1214
|
+
["Serbia, Raška oblast",20.063,42.832,0.903,1.049],
|
1215
|
+
["Italy, Catanzaro",16.093,38.463,0.827,0.732],
|
1216
|
+
["Belgium, Arr. Namur",4.558,50.262,0.68,0.387],
|
1217
|
+
["Germany, Rheinisch-Bergischer Kreis",6.99,50.867,0.409,0.294],
|
1218
|
+
["Germany, Bochum, Stadt",7.104,51.411,0.245,0.122],
|
1219
|
+
["Turkey, Niğde",34.033,37.316,1.257,1.099],
|
1220
|
+
["United Kingdom, Belfast",-6.061,54.531,0.254,0.135],
|
1221
|
+
["United Kingdom, Norwich and East Norfolk",0.991,52.526,0.754,0.305],
|
1222
|
+
["Germany, Erzgebirgskreis",12.459,50.397,1.043,0.41],
|
1223
|
+
["Netherlands, Noord-Friesland",4.85,53.045,1.548,0.473],
|
1224
|
+
["France, Aube",3.384,47.923,1.48,0.794],
|
1225
|
+
["Latvia, Kurzeme",20.97,56.069,2.177,1.69],
|
1226
|
+
["Greece, Ipeiros",20.008,38.945,1.421,1.431],
|
1227
|
+
["United Kingdom, Northumberland",-2.69,54.783,1.229,1.029],
|
1228
|
+
["United Kingdom, Sandwell",-2.098,52.461,0.18,0.109],
|
1229
|
+
["Germany, Kleve",5.946,51.355,0.588,0.55],
|
1230
|
+
["Germany, Viersen",6.068,51.166,0.558,0.259],
|
1231
|
+
["Spain, Ourense",-8.367,41.807,1.634,0.772],
|
1232
|
+
["United Kingdom, North and North East Lincolnshire",-0.949,53.433,0.967,0.282],
|
1233
|
+
["Italy, Siracusa",14.773,36.649,0.564,0.764],
|
1234
|
+
["Germany, Pinneberg",7.87,53.557,2.115,0.633],
|
1235
|
+
["Hungary, Békés",20.408,46.243,1.28,0.99],
|
1236
|
+
["United Kingdom, East Derbyshire",-1.6,53.081,0.434,0.261],
|
1237
|
+
["United Kingdom, Lambeth",-0.151,51.412,0.073,0.097],
|
1238
|
+
["Italy, Macerata",12.831,42.833,0.912,0.642],
|
1239
|
+
["France, Cher",1.774,46.42,1.306,1.21],
|
1240
|
+
["United Kingdom, Central Bedfordshire",-0.703,51.805,0.559,0.386],
|
1241
|
+
["Italy, Ragusa",14.337,36.692,0.664,0.448],
|
1242
|
+
["Bulgaria, Stara Zagora",24.983,42.017,1.21,0.792],
|
1243
|
+
["Turkey, Amasya",34.981,40.234,1.524,0.852],
|
1244
|
+
["Latvia, Zemgale",22.71,56.052,3.92,0.844],
|
1245
|
+
["Germany, Wetteraukreis",8.514,50.162,0.776,0.338],
|
1246
|
+
["Romania, Alba",22.663,45.455,1.586,1.121],
|
1247
|
+
["Romania, Gorj",22.559,44.569,1.295,0.785],
|
1248
|
+
["Austria, Burgenland",15.996,46.83,1.165,1.289],
|
1249
|
+
["Serbia, Sremska oblast",18.989,44.63,1.375,0.578],
|
1250
|
+
["United Kingdom, Mid Kent",0.379,50.989,0.649,0.35],
|
1251
|
+
["Austria, Innsbruck",10.989,46.963,0.717,0.487],
|
1252
|
+
["Poland, Bialski",22.353,51.264,1.357,1.024],
|
1253
|
+
["Romania, Vrancea",26.371,45.371,1.188,0.835],
|
1254
|
+
["Estonia, Lõuna-Eesti",24.972,57.509,2.846,1.562],
|
1255
|
+
["Germany, Harburg",9.562,53.129,0.908,0.377],
|
1256
|
+
["Hungary, Veszprém",17.073,46.747,1.188,0.739],
|
1257
|
+
["Italy, L’Aquila",13.019,41.682,1.211,0.91],
|
1258
|
+
["Germany, Mittelsachsen",12.617,50.633,1.036,0.602],
|
1259
|
+
["Italy, Teramo",13.348,42.42,0.799,0.475],
|
1260
|
+
["Germany, Regionalverband Saarbrücken",6.711,49.112,0.426,0.266],
|
1261
|
+
["Italy, Pistoia",10.621,43.788,0.45,0.372],
|
1262
|
+
["Italy, Rimini",12.096,43.731,0.659,0.432],
|
1263
|
+
["Turkey, Nevşehir",34.169,38.311,0.915,1.102],
|
1264
|
+
["United Kingdom, Breckland and South Norfolk",0.53,52.355,1.153,0.456],
|
1265
|
+
["Sweden, Hallands län",11.869,56.323,1.825,1.274],
|
1266
|
+
["Italy, Molise",13.941,41.363,1.214,0.708],
|
1267
|
+
["Germany, Paderborn",8.403,51.447,0.615,0.43],
|
1268
|
+
["Portugal, Região de Leiria",-9.041,39.465,0.933,0.625],
|
1269
|
+
["Germany, Göttingen",9.548,51.295,1.134,0.538],
|
1270
|
+
["United Kingdom, Flintshire and Wrexham",-3.401,52.866,0.677,0.492],
|
1271
|
+
["Poland, Ełcki",21.409,53.459,1.397,0.905],
|
1272
|
+
["Belgium, Prov. Luxembourg",4.969,49.497,1.065,0.934],
|
1273
|
+
["Romania, Harghita",24.853,46.104,1.44,1.079],
|
1274
|
+
["Germany, Zwickau",12.227,50.546,0.578,0.378],
|
1275
|
+
["France, Orne",-0.861,48.179,1.838,0.794],
|
1276
|
+
["Germany, Bautzen",13.761,51.018,0.938,0.527],
|
1277
|
+
["Turkey, Bitlis",41.506,37.861,1.731,1.159],
|
1278
|
+
["Germany, Stormarn",10.022,53.495,0.599,0.425],
|
1279
|
+
["Greece, Irakleio",24.722,34.92,0.829,0.546],
|
1280
|
+
["Sweden, Örebro län",14.286,58.645,1.512,1.466],
|
1281
|
+
["United Kingdom, Hartlepool and Stockton-on-Tees",-1.452,54.464,0.293,0.263],
|
1282
|
+
["France, Aveyron",1.839,43.691,1.612,1.251],
|
1283
|
+
["Germany, Ostalbkreis",9.619,48.715,0.838,0.345],
|
1284
|
+
["Italy, Piacenza",9.198,44.555,0.886,0.584],
|
1285
|
+
["Germany, Darmstadt-Dieburg",8.52,49.722,0.531,0.281],
|
1286
|
+
["Czechia, Karlovarský kraj",12.092,49.891,1.21,0.567],
|
1287
|
+
["Lithuania, Klaipėdos apskritis",20.957,55.179,1.068,1.207],
|
1288
|
+
["Germany, Rendsburg-Eckernförde",9.305,54.009,0.893,0.638],
|
1289
|
+
["Germany, Minden-Lübbecke",8.297,52.163,0.839,0.368],
|
1290
|
+
["United Kingdom, Nottingham",-1.247,52.889,0.161,0.13],
|
1291
|
+
["Bulgaria, Blagoevgrad",22.864,41.316,1.251,0.868],
|
1292
|
+
["Germany, Wuppertal, Stadt",7.016,51.165,0.297,0.152],
|
1293
|
+
["Austria, Rheintal-Bodenseegebiet",9.53,47.148,0.47,0.448],
|
1294
|
+
["Germany, Bielefeld, Stadt",8.378,51.914,0.284,0.201],
|
1295
|
+
["United Kingdom, Central Valleys",-3.594,51.5,0.358,0.336],
|
1296
|
+
["United Kingdom, Coventry",-1.613,52.365,0.189,0.1],
|
1297
|
+
["Serbia, Šumadijska oblast",20.4,43.797,0.783,0.646],
|
1298
|
+
["Hungary, Heves",19.57,47.42,1.202,0.734],
|
1299
|
+
["Romania, Brăila",27.066,44.749,1.131,0.743],
|
1300
|
+
["Croatia, Osječko-baranjska županija",17.885,45.204,1.216,0.718],
|
1301
|
+
["France, Tarn-et-Garonne",0.738,43.769,1.262,0.625],
|
1302
|
+
["Germany, Soest",7.827,51.388,0.758,0.34],
|
1303
|
+
["Germany, Warendorf",7.613,51.658,0.708,0.446],
|
1304
|
+
["Serbia, Južnobanatska oblast",20.411,44.656,1.149,0.676],
|
1305
|
+
["Germany, Groß-Gerau",8.288,49.717,0.342,0.366],
|
1306
|
+
["Turkey, Bolu",30.521,40.125,2.047,0.909],
|
1307
|
+
["Switzerland, Basel-Landschaft",7.325,47.337,0.637,0.228],
|
1308
|
+
["Turkey, Rize",40.328,40.521,1.117,0.809],
|
1309
|
+
["Finland, Keski-Suomi",24.012,61.45,2.765,2.163],
|
1310
|
+
["Germany, Breisgau-Hochschwarzwald",7.53,47.743,0.91,0.374],
|
1311
|
+
["Hungary, Somogy",16.876,45.847,1.337,1.151],
|
1312
|
+
["Austria, Klagenfurt-Villach",13.409,46.43,1.132,0.364],
|
1313
|
+
["Greece, Larisa",21.862,39.13,1.054,1.067],
|
1314
|
+
["Germany, Münster, Stadt",7.475,51.84,0.299,0.22],
|
1315
|
+
["France, Ardennes",4.025,49.226,1.369,0.941],
|
1316
|
+
["Austria, Innviertel",12.749,47.97,1.25,0.621],
|
1317
|
+
["Turkey, Bilecik",29.696,39.655,0.955,0.868],
|
1318
|
+
["Sweden, Södermanlands län",15.619,58.6,2.087,0.931],
|
1319
|
+
["Sweden, Dalarnas län",12.13,59.854,4.58,2.414],
|
1320
|
+
["Turkey, Burdur",29.341,36.859,1.561,0.979],
|
1321
|
+
["Italy, Benevento",14.352,40.975,0.798,0.512],
|
1322
|
+
["Poland, Suwalski",22.135,53.201,1.454,1.21],
|
1323
|
+
["Turkey, Kars",42.128,39.942,1.623,1.157],
|
1324
|
+
["France, Jura",5.252,46.26,0.955,1.046],
|
1325
|
+
["Norway, Agder",6.383,57.96,2.983,1.713],
|
1326
|
+
["Greece, Dytiki Makedonia",20.776,39.831,1.419,1.113],
|
1327
|
+
["Belgium, Arr. Kortrijk",3.081,50.71,0.443,0.201],
|
1328
|
+
["Italy, Pescara",13.765,42.073,0.489,0.472],
|
1329
|
+
["Germany, Bergstraße",8.356,49.395,0.594,0.359],
|
1330
|
+
["United Kingdom, Bridgend and Neath Port Talbot",-3.937,51.469,0.473,0.341],
|
1331
|
+
["Italy, Siena",10.908,42.785,1.074,0.764],
|
1332
|
+
["Sweden, Värmlands län",11.691,58.725,2.785,2.331],
|
1333
|
+
["United Kingdom, Walsall",-2.078,52.547,0.206,0.116],
|
1334
|
+
["Germany, Segeberg",9.751,53.648,0.813,0.459],
|
1335
|
+
["Netherlands, Zuidwest-Gelderland",4.995,51.733,0.714,0.253],
|
1336
|
+
["United Kingdom, Dudley",-2.192,52.426,0.181,0.132],
|
1337
|
+
["Belgium, Arr. Sint-Niklaas",3.896,51.071,0.435,0.283],
|
1338
|
+
["Netherlands, Delft en Westland",4.127,51.921,0.281,0.134],
|
1339
|
+
["Belgium, Arr. Maaseik",5.214,50.996,0.641,0.305],
|
1340
|
+
["Switzerland, Solothurn",7.34,47.074,0.691,0.429],
|
1341
|
+
["Netherlands, Noord-Limburg",5.832,51.242,0.394,0.537],
|
1342
|
+
["United Kingdom, East Cumbria",-3.241,54.093,1.082,1.097],
|
1343
|
+
["Germany, Ravensburg",9.378,47.602,0.762,0.403],
|
1344
|
+
["United Kingdom, Chorley and West Lancashire",-3.046,53.483,0.535,0.269],
|
1345
|
+
["Switzerland, Thurgau",8.668,47.375,0.828,0.32],
|
1346
|
+
["Belgium, Arr. Aalst",3.746,50.728,0.417,0.267],
|
1347
|
+
["Italy, Lodi",9.31,45.052,0.591,0.417],
|
1348
|
+
["Germany, Düren",6.194,50.598,0.524,0.448],
|
1349
|
+
["Bahamas",-79.6,20.91,6.86,6.02],
|
1350
|
+
["Romania, Caraş-Severin",21.353,44.586,1.359,1.083],
|
1351
|
+
["Austria, Oststeiermark",15.393,46.656,0.779,0.919],
|
1352
|
+
["Belgium, Arr. Brugge",3.041,51.013,0.37,0.357],
|
1353
|
+
["Italy, Livorno",9.791,42.313,1.003,1.322],
|
1354
|
+
["Portugal, Viseu Dão Lafões",-8.334,40.334,0.912,0.69],
|
1355
|
+
["Romania, Bistriţa-Năsăud",23.919,46.746,1.176,0.863],
|
1356
|
+
["Turkey, Yalova",28.78,40.457,0.767,0.28],
|
1357
|
+
["United Kingdom, Milton Keynes",-0.887,51.969,0.296,0.227],
|
1358
|
+
["Serbia, Mačvanska oblast",19.103,44.099,0.897,0.842],
|
1359
|
+
["Germany, Heinsberg",5.867,50.898,0.61,0.292],
|
1360
|
+
["Germany, Hildesheim",9.629,51.897,0.634,0.398],
|
1361
|
+
["Slovenia, Savinjska",14.565,45.996,1.236,0.484],
|
1362
|
+
["Poland, Żyrardowski",19.936,51.556,1.352,0.864],
|
1363
|
+
["Turkey, Karabük",32.103,40.807,1.026,0.776],
|
1364
|
+
["Sweden, Västmanlands län",15.422,59.197,1.543,0.999],
|
1365
|
+
["Germany, Reutlingen",9.115,48.195,0.524,0.411],
|
1366
|
+
["Turkey, Karaman",32.457,36.357,1.567,1.303],
|
1367
|
+
["Serbia, Zlatiborska oblast",19.222,43.006,1.077,1.163],
|
1368
|
+
["France, Haute-Saône",5.368,47.252,1.457,0.773],
|
1369
|
+
["Austria, Niederösterreich-Süd",15.162,47.421,1.23,0.669],
|
1370
|
+
["Turkey, Bingöl",39.939,38.463,1.39,1.06],
|
1371
|
+
["United Kingdom, Westminster",-0.216,51.484,0.105,0.056],
|
1372
|
+
["France, Corrèze",1.227,44.92,1.302,0.845],
|
1373
|
+
["Albania, Fier",19.314,40.421,0.611,0.647],
|
1374
|
+
["Germany, Rosenheim, Landkreis",11.801,47.6,0.644,0.544],
|
1375
|
+
["Germany, Oberbergischer Kreis",7.252,50.819,0.54,0.431],
|
1376
|
+
["Germany, Bonn, Stadt",7.024,50.632,0.187,0.143],
|
1377
|
+
["Sweden, Gävleborgs län",14.44,60.188,3.2,2.156],
|
1378
|
+
["Latvia, Vidzeme",24.786,56.535,2.906,1.55],
|
1379
|
+
["Germany, Wiesbaden, Stadt",8.111,49.995,0.275,0.157],
|
1380
|
+
["United Kingdom, Wirral",-3.2,53.296,0.272,0.145],
|
1381
|
+
["Austria, Tiroler Unterland",11.384,46.968,1.316,0.775],
|
1382
|
+
["Albania, Durrës",19.396,41.249,0.513,0.342],
|
1383
|
+
["Germany, Kassel, Landkreis",9.093,51.17,0.667,0.488],
|
1384
|
+
["Germany, Lörrach",7.511,47.532,0.512,0.349],
|
1385
|
+
["Germany, Konstanz",8.613,47.648,0.604,0.294],
|
1386
|
+
["United Kingdom, Tower Hamlets",-0.08,51.486,0.09,0.059],
|
1387
|
+
["Italy, Prato",10.964,43.759,0.249,0.354],
|
1388
|
+
["United Kingdom, North and West Norfolk",0.153,52.436,1.523,0.553],
|
1389
|
+
["Lithuania, Šiaulių apskritis",22.466,55.464,1.717,0.951],
|
1390
|
+
["United Kingdom, Perth & Kinross and Stirling",-4.855,55.957,1.804,0.99],
|
1391
|
+
["Germany, Mannheim, Stadtkreis",8.414,49.411,0.176,0.179],
|
1392
|
+
["Portugal, Lezíria do Tejo",-9.005,38.732,0.881,0.752],
|
1393
|
+
["Germany, Karlsruhe, Stadtkreis",8.277,48.94,0.265,0.152],
|
1394
|
+
["Germany, Siegen-Wittgenstein",7.827,50.685,0.723,0.464],
|
1395
|
+
["Greece, Achaia",21.351,37.781,1.027,0.558],
|
1396
|
+
["Bulgaria, Pazardzhik",23.755,41.669,0.781,0.96],
|
1397
|
+
["Germany, Herford",8.404,52.059,0.524,0.209],
|
1398
|
+
["Sweden, Västerbottens län",14.32,63.408,7.3,2.938],
|
1399
|
+
["Albania, Elbasan",19.674,40.706,0.931,0.687],
|
1400
|
+
["Spain, Huesca",-0.934,41.35,1.704,1.574],
|
1401
|
+
["Croatia, Primorsko-goranska županija",14.108,44.441,1.127,1.232],
|
1402
|
+
["Germany, Augsburg, Landkreis",10.495,48.092,0.493,0.547],
|
1403
|
+
["Germany, Lahn-Dill-Kreis",8.109,50.396,0.542,0.487],
|
1404
|
+
["Belgium, Arr. Mons",3.655,50.303,0.429,0.314],
|
1405
|
+
["Finland, Pohjois-Savo",26.03,62.141,3.07,1.896],
|
1406
|
+
["Germany, Sächsische Schweiz-Osterzgebirge",13.421,50.716,0.982,0.374],
|
1407
|
+
["Germany, Hochsauerlandkreis",7.863,51.093,1.108,0.456],
|
1408
|
+
["United Kingdom, Monmouthshire and Newport",-3.158,51.501,0.508,0.483],
|
1409
|
+
["Austria, Mostviertel-Eisenwurzen",14.452,47.707,1.077,0.671],
|
1410
|
+
["Netherlands, Het Gooi en Vechtstreek",5.014,52.167,0.322,0.222],
|
1411
|
+
["France, Haute-Loire",3.083,44.743,1.408,0.685],
|
1412
|
+
["Belgium, Arr. Tournai-Mouscron",2.843,50.487,0.87,0.324],
|
1413
|
+
["Netherlands, Overig Zeeland",3.433,51.374,0.847,0.4],
|
1414
|
+
["Germany, Oberhavel",12.826,52.587,0.695,0.664],
|
1415
|
+
["United Kingdom, Sefton",-3.106,53.438,0.223,0.261],
|
1416
|
+
["North Macedonia, Jugozapaden",20.453,40.898,0.944,0.955],
|
1417
|
+
["Hungary, Komárom-Esztergom",17.87,47.332,1.072,0.491],
|
1418
|
+
["United Kingdom, Camden and City of London",-0.214,51.507,0.141,0.066],
|
1419
|
+
["Greece, Karditsa, Trikala",21.12,39.026,1.144,0.874],
|
1420
|
+
["Germany, Hochtaunuskreis",8.315,50.156,0.397,0.26],
|
1421
|
+
["United Kingdom, South Teesside",-1.285,54.488,0.495,0.159],
|
1422
|
+
["Germany, Potsdam-Mittelmark",12.217,51.979,1.095,0.578],
|
1423
|
+
["Bulgaria, Pleven",23.951,43.202,1.346,0.56],
|
1424
|
+
["United Kingdom, East Ayrshire and North Ayrshire mainland",-4.905,55.139,0.948,0.754],
|
1425
|
+
["Germany, Gießen, Landkreis",8.519,50.415,0.615,0.294],
|
1426
|
+
["Barbados",-59.655,13.051,0.229,0.294],
|
1427
|
+
["France, Hautes-Pyrénées",-0.327,42.673,0.974,0.939],
|
1428
|
+
["Germany, Main-Taunus-Kreis",8.316,49.997,0.285,0.206],
|
1429
|
+
["Turkey, Kırıkkale",33.247,39.351,0.929,0.982],
|
1430
|
+
["Italy, Terni",11.893,42.364,1.004,0.579],
|
1431
|
+
["Germany, Gelsenkirchen, Stadt",6.987,51.481,0.159,0.151],
|
1432
|
+
["United Kingdom, Angus and Dundee City",-3.407,56.451,0.982,0.536],
|
1433
|
+
["Germany, Meißen",13.182,51.007,0.675,0.446],
|
1434
|
+
["Germany, Göppingen",9.484,48.519,0.511,0.263],
|
1435
|
+
["Poland, Chojnicki",16.857,53.49,1.502,0.714],
|
1436
|
+
["United Kingdom, Sunderland",-1.569,54.799,0.222,0.146],
|
1437
|
+
["Portugal, Médio Tejo",-8.764,39.233,0.956,0.716],
|
1438
|
+
["France, Indre",0.867,46.347,1.337,0.93],
|
1439
|
+
["Netherlands, Alkmaar en omgeving",4.609,52.519,0.318,0.238],
|
1440
|
+
["Netherlands, Midden-Limburg",5.566,51.029,0.614,0.318],
|
1441
|
+
["Bulgaria, Haskovo",25.214,41.318,1.371,0.891],
|
1442
|
+
["Germany, Augsburg, Stadt",10.765,48.258,0.194,0.201],
|
1443
|
+
["Austria, Traunviertel",13.27,47.461,0.829,0.673],
|
1444
|
+
["Hungary, Zala",16.361,46.291,1.059,0.758],
|
1445
|
+
["Hungary, Vas",16.113,46.716,1.183,0.745],
|
1446
|
+
["Germany, Coesfeld",7.053,51.664,0.683,0.398],
|
1447
|
+
["North Macedonia, Pelagoniski",20.829,40.854,1.103,0.752],
|
1448
|
+
["United Kingdom, Warrington",-2.698,53.322,0.273,0.159],
|
1449
|
+
["Germany, Landkreis Rostock",11.511,53.567,1.305,0.708],
|
1450
|
+
["Portugal, Alto Minho",-8.881,41.607,0.798,0.548],
|
1451
|
+
["Italy, Rovigo",11.173,44.792,1.325,0.369],
|
1452
|
+
["Germany, Mainz-Bingen",7.664,49.749,0.737,0.334],
|
1453
|
+
["Spain, Cuenca",-3.171,39.226,2.029,1.433],
|
1454
|
+
["Germany, Marburg-Biedenkopf",8.354,50.673,0.797,0.322],
|
1455
|
+
["Germany, Görlitz",14.441,50.819,0.601,0.779],
|
1456
|
+
["United Kingdom, Medway",0.398,51.328,0.325,0.16],
|
1457
|
+
["Italy, Caltanissetta",13.65,37.001,0.826,0.745],
|
1458
|
+
["Italy, Savona",7.978,43.938,0.693,0.591],
|
1459
|
+
["New Caledonia",163.61,-22.68,7.74,3.06],
|
1460
|
+
["United Kingdom, Stoke-on-Trent",-2.238,52.946,0.159,0.147],
|
1461
|
+
["Italy, Asti",7.883,44.519,0.631,0.614],
|
1462
|
+
["Belgium, Arr. Verviers, communes francophones",5.67,50.257,0.528,0.506],
|
1463
|
+
["Bulgaria, Veliko Tarnovo",25.074,42.777,1.1,0.879],
|
1464
|
+
["Vanuatu",166.52,-20.26,3.38,7.2],
|
1465
|
+
["United Kingdom, Armagh City, Banbridge and Craigavon",-6.878,54.18,0.86,0.412],
|
1466
|
+
["Germany, Dahme-Spreewald",13.41,51.727,1.042,0.694],
|
1467
|
+
["Serbia, Rasinska oblast",20.774,43.146,0.806,0.708],
|
1468
|
+
["Fr. Polynesia",-154.54,-27.65,19.6,19.7],
|
1469
|
+
["Sweden, Norrbottens län",15.37,65.06,8.8,4],
|
1470
|
+
["Germany, Barnim",13.397,52.544,0.76,0.515],
|
1471
|
+
["United Kingdom, Swindon",-1.862,51.483,0.26,0.209],
|
1472
|
+
["United Kingdom, Wolverhampton",-2.207,52.544,0.16,0.094],
|
1473
|
+
["Germany, Bodenseekreis",9.031,47.541,0.713,0.341],
|
1474
|
+
["Germany, Mecklenburgische Seenplatte",12.276,53.162,1.521,0.843],
|
1475
|
+
["Germany, Regensburg, Landkreis",11.659,48.764,0.832,0.459],
|
1476
|
+
["Netherlands, Agglomeratie Haarlem",4.493,52.309,0.267,0.129],
|
1477
|
+
["Romania, Mehedinţi",22.016,44.098,1.44,1.011],
|
1478
|
+
["Greece, Notio Aigaio",24.1,35.341,5.55,2.656],
|
1479
|
+
["Belgium, Arr. Tongeren",5.234,50.71,0.677,0.302],
|
1480
|
+
["United Kingdom, Derby",-1.557,52.861,0.173,0.107],
|
1481
|
+
["Germany, Diepholz",8.294,52.444,0.823,0.609],
|
1482
|
+
["Netherlands, Noord-Drenthe",6.305,52.735,0.631,0.469],
|
1483
|
+
["United Kingdom, Peterborough",-0.498,52.506,0.486,0.169],
|
1484
|
+
["Sweden, Västernorrlands län",14.78,62.136,4.51,1.892],
|
1485
|
+
["Denmark, Østsjælland",11.779,55.369,0.585,0.412],
|
1486
|
+
["Germany, Vorpommern-Greifswald",12.986,53.255,1.427,0.997],
|
1487
|
+
["Portugal, Beiras e Serra da Estrela",-7.85,39.977,1.069,1.061],
|
1488
|
+
["Germany, Tübingen, Landkreis",8.755,48.363,0.421,0.26],
|
1489
|
+
["Slovenia, Gorenjska",13.678,46.004,0.894,0.52],
|
1490
|
+
["Austria, Waldviertel",14.691,48.269,1.25,0.752],
|
1491
|
+
["Germany, Cuxhaven",8.481,53.281,0.818,0.611],
|
1492
|
+
["Italy, Grosseto",10.705,42.238,1.114,0.951],
|
1493
|
+
["Germany, Rastatt",7.959,48.586,0.526,0.395],
|
1494
|
+
["United Kingdom, Lancaster and Wyre",-3.051,53.82,0.593,0.419],
|
1495
|
+
["Belgium, Arr. Dendermonde",3.821,50.951,0.42,0.193],
|
1496
|
+
["Germany, Alb-Donau-Kreis",9.489,48.142,0.752,0.49],
|
1497
|
+
["Norway, Troms og Finnmark",15.59,68.356,15.58,2.829],
|
1498
|
+
["Greece, Lakonia, Messinia",21.539,36.391,1.662,1.095],
|
1499
|
+
["Italy, Campobasso",14.378,41.363,0.777,0.708],
|
1500
|
+
["Lithuania, Panevėžio apskritis",23.879,55.387,2.168,1.064],
|
1501
|
+
["Switzerland, Graubünden",8.651,46.169,1.842,0.897],
|
1502
|
+
["Germany, Fürstenfeldbruck",10.993,48.088,0.42,0.209],
|
1503
|
+
["Germany, Märkisch-Oderland",13.61,52.373,1.03,0.531],
|
1504
|
+
["Italy, Belluno",11.666,45.88,1.084,0.801],
|
1505
|
+
["Germany, Saalekreis",11.393,51.233,0.815,0.443],
|
1506
|
+
["France, Nièvre",2.845,46.651,1.387,0.937],
|
1507
|
+
["Finland, Satakunta",21.329,60.872,1.678,1.44],
|
1508
|
+
["Germany, Mönchengladbach, Stadt",6.291,51.086,0.245,0.162],
|
1509
|
+
["France, Gers",-0.283,43.31,1.485,0.77],
|
1510
|
+
["United Kingdom, Swansea",-4.336,51.538,0.493,0.237],
|
1511
|
+
["United Kingdom, Kingston upon Hull, City of",-0.423,53.719,0.182,0.095],
|
1512
|
+
["United Kingdom, Solihull",-1.873,52.347,0.28,0.168],
|
1513
|
+
["Germany, Mayen-Koblenz",6.973,50.16,0.708,0.317],
|
1514
|
+
["Germany, Vogtlandkreis",11.872,50.172,0.713,0.505],
|
1515
|
+
["Germany, Stade",9.014,53.337,0.77,0.531],
|
1516
|
+
["Germany, Fulda",9.427,50.356,0.656,0.454],
|
1517
|
+
["United Kingdom, York",-1.224,53.875,0.304,0.182],
|
1518
|
+
["Germany, Enzkreis",8.468,48.774,0.48,0.289],
|
1519
|
+
["Germany, Nordsachsen",12.148,51.2,1.068,0.485],
|
1520
|
+
["Romania, Sălaj",22.494,46.854,1.348,0.605],
|
1521
|
+
["United Kingdom, East Dunbartonshire, West Dunbartonshire and Helensburgh & Lomond",-4.882,55.889,0.835,0.443],
|
1522
|
+
["Germany, Harz",10.561,51.566,0.848,0.493],
|
1523
|
+
["Austria, Mühlviertel",13.727,48.156,1.263,0.616],
|
1524
|
+
["Italy, Nuoro",8.611,39.549,1.217,1.158],
|
1525
|
+
["Norway, Nordland",11.3,64.93,6.86,4.4],
|
1526
|
+
["Germany, Braunschweig, Stadt",10.414,52.186,0.229,0.172],
|
1527
|
+
["Finland, Päijät-Häme",24.855,60.671,1.659,1.131],
|
1528
|
+
["Sweden, Kalmar län",15.338,56.196,1.806,1.946],
|
1529
|
+
["United Kingdom, Brighton and Hove",-0.245,50.799,0.23,0.093],
|
1530
|
+
["Island, Höfuðborgarsvæði",-22.131,63.829,0.969,0.552],
|
1531
|
+
["Germany, Herzogtum Lauenburg",10.235,53.36,0.72,0.467],
|
1532
|
+
["Bulgaria, Ruse",25.462,43.317,0.996,0.721],
|
1533
|
+
["Romania, Tulcea",27.994,44.616,1.719,0.852],
|
1534
|
+
["Hungary, Tolna",18.001,46.108,1.006,0.752],
|
1535
|
+
["Poland, Świecki",17.247,53.253,1.542,0.529],
|
1536
|
+
["Germany, Westerwaldkreis",7.595,50.347,0.557,0.394],
|
1537
|
+
["Serbia, Pomoravska oblast",20.925,43.726,0.898,0.592],
|
1538
|
+
["Netherlands, IJmond",4.555,52.411,0.228,0.181],
|
1539
|
+
["Serbia, Jablanička oblast",21.389,42.666,1.128,0.504],
|
1540
|
+
["Serbia, Moravička oblast",19.917,43.276,0.736,0.993],
|
1541
|
+
["Romania, Covasna",25.451,45.516,0.995,0.761],
|
1542
|
+
["Norway, Møre og Romsdal",5.26,61.923,4.33,1.597],
|
1543
|
+
["Germany, Ludwigslust-Parchim",10.594,53.11,1.77,0.687],
|
1544
|
+
["France, Meuse",4.888,48.408,0.966,1.21],
|
1545
|
+
["Germany, Havelland",12.143,52.439,1.022,0.372],
|
1546
|
+
["Italy, Matera",15.941,40.055,0.927,0.784],
|
1547
|
+
["Germany, Chemnitz, Stadt",12.727,50.741,0.327,0.163],
|
1548
|
+
["Italy, La Spezia",9.465,44.034,0.606,0.406],
|
1549
|
+
["United Kingdom, West Cumbria",-3.639,54.044,0.656,0.911],
|
1550
|
+
["Finland, Etelä-Pohjanmaa",21.51,61.979,3.08,1.52],
|
1551
|
+
["Germany, Rheingau-Taunus-Kreis",7.772,49.972,0.639,0.325],
|
1552
|
+
["Sweden, Kronobergs län",13.298,56.359,2.539,0.879],
|
1553
|
+
["United Kingdom, Plymouth",-4.205,50.342,0.185,0.102],
|
1554
|
+
["United Kingdom, Herefordshire, County of",-3.142,51.826,0.804,0.57],
|
1555
|
+
["Turkey, Iğdır",43.261,39.631,1.555,0.501],
|
1556
|
+
["Albania, Shkodër",19.281,41.84,0.968,0.821],
|
1557
|
+
["Germany, Schwarzwald-Baar-Kreis",8.109,47.77,0.555,0.416],
|
1558
|
+
["Austria, West- und Südsteiermark",14.84,46.612,0.911,0.602],
|
1559
|
+
["Portugal, Douro",-7.921,40.812,1.232,0.715],
|
1560
|
+
["Germany, Schleswig-Flensburg",9.062,54.272,0.975,0.605],
|
1561
|
+
["Germany, Passau, Landkreis",12.984,48.293,0.854,0.469],
|
1562
|
+
["Portugal, Região Autónoma da Madeira",-17.265,30.03,1.41,3.08],
|
1563
|
+
["Germany, Oder-Spree",13.666,52,1.093,0.503],
|
1564
|
+
["France, Lot",0.981,44.203,1.229,0.844],
|
1565
|
+
["Greece, Dytiki Attiki",23.106,37.951,0.624,0.318],
|
1566
|
+
["Albania, Korcë",20.296,40.079,0.761,1.014],
|
1567
|
+
["Germany, Biberach",9.262,47.946,0.882,0.348],
|
1568
|
+
["Germany, Krefeld, Stadt",6.478,51.286,0.229,0.121],
|
1569
|
+
["Greece, Aitoloakarnania",20.718,38.291,1.308,0.884],
|
1570
|
+
["Germany, Magdeburg, Stadt",11.519,52.026,0.245,0.203],
|
1571
|
+
["United Kingdom, East Lothian and Midlothian",-3.37,55.71,1.004,0.37],
|
1572
|
+
["France, Alpes-de-Haute-Provence",5.496,43.668,1.473,0.992],
|
1573
|
+
["Netherlands, Zuidoost-Friesland",5.796,52.801,0.632,0.359],
|
1574
|
+
["Germany, Ostholstein",10.417,53.879,0.895,0.655],
|
1575
|
+
["Italy, Massa-Carrara",9.686,43.975,0.569,0.498],
|
1576
|
+
["Turkey, Kırşehir",33.441,38.811,1.278,0.983],
|
1577
|
+
["Germany, Gifhorn",10.259,52.321,0.75,0.513],
|
1578
|
+
["Germany, Schwäbisch Hall",9.498,48.917,0.765,0.478],
|
1579
|
+
["Spain, Zamora",-7.035,41.117,1.806,1.138],
|
1580
|
+
["Germany, Kiel, Stadt",10.033,54.251,0.185,0.182],
|
1581
|
+
["United Kingdom, West Lothian",-3.831,55.771,0.443,0.232],
|
1582
|
+
["Croatia, Istarska županija",13.49,44.769,0.738,0.752],
|
1583
|
+
["Germany, Rhein-Pfalz-Kreis",8.233,49.249,0.276,0.359],
|
1584
|
+
["Germany, Börde",10.934,51.893,0.923,0.616],
|
1585
|
+
["Germany, Lüneburg, Landkreis",10.037,53.043,1.158,0.343],
|
1586
|
+
["Germany, Nürnberger Land",11.129,49.302,0.473,0.414],
|
1587
|
+
["Germany, Euskirchen",6.315,50.323,0.618,0.467],
|
1588
|
+
["United Kingdom, Inverness & Nairn and Moray, Badenoch & Strathspey",-5.284,56.775,2.635,0.95],
|
1589
|
+
["Serbia, Podunavska oblast",20.744,44.208,0.432,0.513],
|
1590
|
+
["São Tomé and Principe",6.461,0.024,1.002,1.676],
|
1591
|
+
["Bulgaria, Silistra",26.357,43.663,1.339,0.481],
|
1592
|
+
["Italy, Sondrio",9.247,46.011,1.385,0.624],
|
1593
|
+
["Germany, Teltow-Fläming",12.769,51.791,0.884,0.62],
|
1594
|
+
["Bulgaria, Sliven",25.808,42.245,0.908,0.794],
|
1595
|
+
["United Kingdom, Bedford",-0.669,52.055,0.428,0.268],
|
1596
|
+
["Germany, Potsdam, Stadt",12.89,52.342,0.276,0.172],
|
1597
|
+
["Germany, Oberhausen, Stadt",6.777,51.449,0.153,0.131],
|
1598
|
+
["Spain, Segovia",-4.725,40.633,1.519,0.954],
|
1599
|
+
["France, Mayotte",45.018,-12.999,0.28,0.363],
|
1600
|
+
["Spain, Ávila",-5.738,40.083,1.578,1.082],
|
1601
|
+
["Hungary, Nógrád",18.928,47.687,1.166,0.564],
|
1602
|
+
["United Kingdom, Newry, Mourne and Down",-6.667,54.024,1.142,0.472],
|
1603
|
+
["Italy, Trieste",13.577,45.581,0.342,0.227],
|
1604
|
+
["Germany, Neuwied",7.21,50.412,0.502,0.306],
|
1605
|
+
["Italy, Ascoli Piceno",13.188,42.687,0.728,0.393],
|
1606
|
+
["Greece, Serres",22.869,40.757,1.25,0.649],
|
1607
|
+
["Germany, Aurich",6.852,53.332,0.964,0.404],
|
1608
|
+
["Germany, Aschaffenburg, Landkreis",8.976,49.832,0.511,0.317],
|
1609
|
+
["Germany, Ansbach, Landkreis",10.095,48.977,0.818,0.515],
|
1610
|
+
["Turkey, Sinop",34.228,41.215,1.286,0.883],
|
1611
|
+
["Germany, Halle (Saale), Stadt",11.859,51.402,0.229,0.141],
|
1612
|
+
["Germany, Landshut, Landkreis",11.878,48.317,0.631,0.455],
|
1613
|
+
["Germany, Saarlouis",6.537,49.216,0.453,0.286],
|
1614
|
+
["France, Haute-Corse",8.573,41.832,0.987,1.197],
|
1615
|
+
["Germany, Zollernalbkreis",8.648,48.103,0.573,0.315],
|
1616
|
+
["Finland, Kanta-Häme",23.135,60.552,2.13,0.773],
|
1617
|
+
["France, Haute-Marne",4.626,47.576,1.265,1.113],
|
1618
|
+
["Germany, Freiburg im Breisgau, Stadtkreis",7.663,47.903,0.267,0.168],
|
1619
|
+
["North Macedonia, Istočen",21.947,41.519,1.088,0.637],
|
1620
|
+
["Italy, Biella",7.882,45.376,0.445,0.382],
|
1621
|
+
["North Macedonia, Jugoistočen",22.214,41.117,0.764,0.671],
|
1622
|
+
["Greece, Grevena, Kozani",20.957,39.831,1.238,0.878],
|
1623
|
+
["Germany, Vorpommern-Rügen",12.278,53.974,1.489,0.711],
|
1624
|
+
["Italy, Enna",14.057,37.292,0.773,0.588],
|
1625
|
+
["Macao",113.519,22.105,0.069,0.116],
|
1626
|
+
["Germany, Schwalm-Eder-Kreis",8.974,50.773,0.807,0.485],
|
1627
|
+
["Italy, Vercelli",7.861,45.159,0.721,0.792],
|
1628
|
+
["Samoa",-172.783,-14.053,1.346,0.591],
|
1629
|
+
["United Kingdom, Conwy and Denbighshire",-4.031,52.861,0.94,0.492],
|
1630
|
+
["Finland, Lappi",20.54,65.58,9.48,4.52],
|
1631
|
+
["Greece, Evvoia",22.811,37.932,1.875,1.119],
|
1632
|
+
["Germany, Dachau",11.111,48.201,0.47,0.254],
|
1633
|
+
["Netherlands, Zaanstreek",4.674,52.416,0.261,0.126],
|
1634
|
+
["Switzerland, Schwyz",8.389,46.885,0.616,0.338],
|
1635
|
+
["Germany, Würzburg, Landkreis",9.626,49.48,0.564,0.474],
|
1636
|
+
["Switzerland, Neuchâtel",6.432,46.846,0.657,0.32],
|
1637
|
+
["Germany, Cloppenburg",7.611,52.678,0.648,0.507],
|
1638
|
+
["Germany, Freising",11.493,48.268,0.526,0.349],
|
1639
|
+
["Serbia, Srednjobanatska oblast",20.029,45.074,0.988,0.723],
|
1640
|
+
["France, Ariège",0.826,42.572,1.351,0.744],
|
1641
|
+
["Germany, Salzlandkreis",11.239,51.629,0.781,0.465],
|
1642
|
+
["Germany, Trier-Saarburg",6.358,49.517,0.708,0.399],
|
1643
|
+
["Germany, Traunstein",12.324,47.625,0.561,0.539],
|
1644
|
+
["Serbia, Severnobačka oblast",19.281,45.612,0.615,0.578],
|
1645
|
+
["Croatia, Sisačko-moslavačka županija",15.766,44.996,1.429,0.675],
|
1646
|
+
["Germany, Mainz, Stadt",8.143,49.895,0.201,0.141],
|
1647
|
+
["Germany, Celle",9.727,52.489,0.718,0.448],
|
1648
|
+
["Bulgaria, Dobrich",27.184,43.316,1.424,0.693],
|
1649
|
+
["Germany, Lübeck, Stadt",10.555,53.768,0.412,0.226],
|
1650
|
+
["Germany, Leer",6.654,53.033,1.232,0.585],
|
1651
|
+
["North Macedonia, Vardarski",21.369,41.1,1.001,0.921],
|
1652
|
+
["United Kingdom, Southampton",-1.478,50.88,0.156,0.076],
|
1653
|
+
["Germany, Burgenlandkreis",11.365,50.938,0.929,0.383],
|
1654
|
+
["Finland, Kymenlaakso",25.991,60.274,2.001,1.019],
|
1655
|
+
["Austria, Nordburgenland",16.269,47.634,0.892,0.485],
|
1656
|
+
["Germany, Erfurt, Stadt",10.855,50.89,0.321,0.19],
|
1657
|
+
["Turkey, Erzincan",38.319,39.004,2.459,1.08],
|
1658
|
+
["Serbia, Braničevska oblast",21.025,44.082,0.988,0.741],
|
1659
|
+
["Greece, Ioannina",20.312,39.282,0.984,1.094],
|
1660
|
+
["Greece, Argolida, Arkadia",21.791,36.995,1.664,0.871],
|
1661
|
+
["United Kingdom, Thurrock",0.21,51.451,0.331,0.117],
|
1662
|
+
["Portugal, Região Autónoma dos Açores",-31.27,36.929,6.26,2.798],
|
1663
|
+
["Netherlands, Zuidoost-Drenthe",6.577,52.627,0.516,0.367],
|
1664
|
+
["Croatia, Vukovarsko-srijemska županija",18.489,44.849,0.958,0.637],
|
1665
|
+
["Germany, Neu-Ulm",9.968,48.108,0.347,0.37],
|
1666
|
+
["Croatia, Varaždinska županija",15.873,46.011,0.901,0.395],
|
1667
|
+
["Germany, Oberallgäu",9.96,47.27,0.549,0.594],
|
1668
|
+
["Spain, Palencia",-5.032,41.758,1.143,1.302],
|
1669
|
+
["Germany, Waldshut",7.871,47.544,0.758,0.315],
|
1670
|
+
["United Kingdom, Falkirk",-4.03,55.896,0.518,0.211],
|
1671
|
+
["United Kingdom, Telford and Wrekin",-2.667,52.614,0.355,0.214],
|
1672
|
+
["Italy, Fermo",13.216,42.89,0.634,0.405],
|
1673
|
+
["Austria, Pinzgau-Pongau",12.077,47.013,1.532,0.67],
|
1674
|
+
["Germany, Mülheim an der Ruhr, Stadt",6.806,51.352,0.153,0.12],
|
1675
|
+
["Finland, Pohjois-Karjala",28.35,61.722,3.24,2.161],
|
1676
|
+
["Germany, Erlangen-Höchstadt",10.592,49.472,0.693,0.317],
|
1677
|
+
["Portugal, Alentejo Central",-8.658,38.154,1.551,0.873],
|
1678
|
+
["United Kingdom, Luton",-0.506,51.855,0.156,0.073],
|
1679
|
+
["North Macedonia, Severoistočen",21.433,41.96,1.084,0.414],
|
1680
|
+
["Estonia, Kirde-Eesti",26.703,58.787,1.507,0.684],
|
1681
|
+
["Germany, Rotenburg (Wümme)",8.897,52.917,0.859,0.677],
|
1682
|
+
["Italy, Verbano-Cusio-Ossola",7.868,45.766,0.862,0.699],
|
1683
|
+
["Greece, Magnisia, Sporades",22.492,38.969,1.842,0.634],
|
1684
|
+
["Italy, Imperia",7.495,43.776,0.641,0.365],
|
1685
|
+
["Germany, Limburg-Weilburg",7.964,50.264,0.504,0.336],
|
1686
|
+
["Serbia, Kolubarska oblast",19.436,44.07,1,0.516],
|
1687
|
+
["Finland, Pohjanmaa",20.66,61.953,3.09,1.977],
|
1688
|
+
["Italy, Rieti",12.437,42.089,0.973,0.652],
|
1689
|
+
["United Kingdom, Mid Ulster",-7.368,54.326,0.961,0.627],
|
1690
|
+
["Serbia, Zapadnobačka oblast",18.848,45.422,0.78,0.618],
|
1691
|
+
["Germany, Bamberg, Landkreis",10.44,49.721,0.812,0.374],
|
1692
|
+
["Italy, Oristano",8.378,39.627,0.794,0.799],
|
1693
|
+
["Germany, Emmendingen",7.577,48.008,0.611,0.253],
|
1694
|
+
["United Kingdom, Lisburn and Castlereagh",-6.305,54.37,0.548,0.254],
|
1695
|
+
["Greece, Ionia Nisia",19.373,37.239,1.747,2.661],
|
1696
|
+
["Austria, Östliche Obersteiermark",14.601,47.226,1.261,0.602],
|
1697
|
+
["Bulgaria, Shumen",26.551,42.896,0.885,0.825],
|
1698
|
+
["Germany, Hagen, Stadt",7.376,51.264,0.223,0.154],
|
1699
|
+
["Germany, Hamm, Stadt",7.675,51.578,0.323,0.167],
|
1700
|
+
["Germany, Oldenburg, Landkreis",8.05,52.798,0.644,0.374],
|
1701
|
+
["Netherlands, Zuidwest-Overijssel",6.067,52.219,0.339,0.256],
|
1702
|
+
["Austria, Steyr-Kirchdorf",13.955,47.606,0.816,0.53],
|
1703
|
+
["France, Hautes-Alpes",5.418,44.186,1.66,0.941],
|
1704
|
+
["Curaçao",-69.172,12.041,0.433,0.351],
|
1705
|
+
["Croatia, Krapinsko-zagorska županija",15.596,45.901,0.661,0.379],
|
1706
|
+
["Turkey, Bartın",32.062,41.305,0.823,0.545],
|
1707
|
+
["Germany, Nordwestmecklenburg",10.748,53.566,1.062,0.467],
|
1708
|
+
["Slovenia, Jugovzhodna Slovenija",14.537,45.421,0.87,0.602],
|
1709
|
+
["Germany, Bad Kreuznach",7.388,49.636,0.581,0.365],
|
1710
|
+
["Germany, Anhalt-Bitterfeld",11.839,51.531,0.742,0.574],
|
1711
|
+
["Spain, Teruel",-1.807,39.847,2.1,1.507],
|
1712
|
+
["Croatia, Zadarska županija",14.566,43.825,1.654,0.714],
|
1713
|
+
["Germany, Roth",10.837,48.998,0.589,0.393],
|
1714
|
+
["Austria, Sankt Pölten",15.264,47.889,0.749,0.499],
|
1715
|
+
["Germany, Ostallgäu",10.326,47.514,0.627,0.597],
|
1716
|
+
["France, Territoire de Belfort",6.757,47.433,0.386,0.393],
|
1717
|
+
["Bulgaria, Pernik",22.439,42.36,0.861,0.536],
|
1718
|
+
["Germany, Aichach-Friedberg",10.864,48.192,0.448,0.429],
|
1719
|
+
["United Kingdom, Derry City and Strabane",-7.921,54.607,1.019,0.461],
|
1720
|
+
["Greece, Fthiotida",21.826,38.5,1.552,0.773],
|
1721
|
+
["Germany, Osterholz",8.48,53.125,0.592,0.271],
|
1722
|
+
["Albania, Vlorë",19.263,39.644,1.059,1.021],
|
1723
|
+
["France, Corse-du-Sud",8.537,41.333,0.871,1.049],
|
1724
|
+
["United Kingdom, Ards and North Down",-5.859,54.331,0.426,0.369],
|
1725
|
+
["Germany, Schaumburg",8.964,52.097,0.485,0.358],
|
1726
|
+
["Germany, Waldeck-Frankenberg",8.473,50.936,0.748,0.583],
|
1727
|
+
["Saint Lucia",-61.079,13.714,0.197,0.398],
|
1728
|
+
["Austria, Unterkärnten",13.942,46.372,1.124,0.704],
|
1729
|
+
["United Kingdom, Antrim and Newtownabbey",-6.497,54.568,0.629,0.244],
|
1730
|
+
["Finland, Etelä-Savo",26.22,61.151,3.48,1.507],
|
1731
|
+
["Greece, Voreio Aigaio",24.97,37.504,2.098,2.531],
|
1732
|
+
["Germany, Leverkusen, Stadt",6.898,51.011,0.219,0.086],
|
1733
|
+
["Germany, Kassel, Stadt",9.351,51.261,0.219,0.107],
|
1734
|
+
["France, Cantal",2.062,44.615,1.31,0.869],
|
1735
|
+
["Germany, Calw",8.379,48.484,0.499,0.355],
|
1736
|
+
["Spain, Lanzarote",-13.881,28.839,0.462,0.578],
|
1737
|
+
["Croatia, Brodsko-posavska županija",17.075,45.044,1.499,0.348],
|
1738
|
+
["Bulgaria, Kardzhali",24.999,41.235,0.956,0.667],
|
1739
|
+
["United Kingdom, Portsmouth",-1.117,50.778,0.096,0.081],
|
1740
|
+
["Belgium, Arr. Roeselare",2.959,50.837,0.339,0.232],
|
1741
|
+
["Germany, Südwestpfalz",7.32,49.033,0.597,0.344],
|
1742
|
+
["Belgium, Arr. Ath",3.487,50.442,0.626,0.34],
|
1743
|
+
["Greece, Evros",25.449,40.392,1.187,1.357],
|
1744
|
+
["United Kingdom, Powys",-3.929,51.753,0.975,1.149],
|
1745
|
+
["Germany, Unterallgäu",10.076,47.82,0.632,0.41],
|
1746
|
+
["Italy, Crotone",16.613,38.893,0.593,0.591],
|
1747
|
+
["Germany, Grafschaft Bentheim",6.681,52.241,0.637,0.412],
|
1748
|
+
["Spain, Eivissa y Formentera",1.163,38.642,0.488,0.476],
|
1749
|
+
["United Kingdom, Dumfries & Galloway",-5.187,54.633,2.329,0.832],
|
1750
|
+
["United Kingdom, Causeway Coast and Glens",-7.166,54.82,1.19,0.493],
|
1751
|
+
["Belgium, Arr. Oostende",2.749,51.056,0.366,0.257],
|
1752
|
+
["Germany, Erding",11.732,48.141,0.523,0.314],
|
1753
|
+
["Greece, Ileia",21.105,37.377,0.894,0.726],
|
1754
|
+
["Bulgaria, Vratsa",23.317,42.993,1.007,0.814],
|
1755
|
+
["Germany, Verden",8.904,52.767,0.56,0.418],
|
1756
|
+
["Greece, Imathia",21.882,40.302,0.801,0.432],
|
1757
|
+
["Switzerland, Basel-Stadt",7.555,47.519,0.139,0.082],
|
1758
|
+
["Germany, Nordfriesland",8.278,54.262,1.049,0.797],
|
1759
|
+
["Germany, Heidelberg, Stadtkreis",8.573,49.352,0.221,0.108],
|
1760
|
+
["Lithuania, Marijampolės apskritis",22.588,54.253,1.206,0.852],
|
1761
|
+
["Italy, Vibo Valentia",15.826,38.429,0.608,0.395],
|
1762
|
+
["Greece, Kalymnos, Karpathos, Kasos, Kos, Rodos",26.13,35.341,3.52,2.147],
|
1763
|
+
["United Kingdom, Blackburn with Darwen",-2.564,53.616,0.202,0.166],
|
1764
|
+
["Netherlands, Zuidwest-Friesland",5.164,52.764,0.774,0.39],
|
1765
|
+
["Greece, Pella",21.704,40.639,0.94,0.532],
|
1766
|
+
["Guam",144.624,13.241,0.329,0.414],
|
1767
|
+
["Germany, Saarpfalz-Kreis",7.062,49.114,0.341,0.295],
|
1768
|
+
["Germany, Rostock, Stadt",11.998,54.051,0.296,0.194],
|
1769
|
+
["Germany, Solingen, Stadt",6.951,51.116,0.223,0.105],
|
1770
|
+
["Germany, Ebersberg",11.747,47.931,0.353,0.294],
|
1771
|
+
["Germany, Plön",10.017,54.055,0.711,0.381],
|
1772
|
+
["Turkey, Çankırı",32.554,40.263,1.59,0.807],
|
1773
|
+
["Germany, Eichstätt",10.936,48.732,0.808,0.356],
|
1774
|
+
["Serbia, Pčinjska oblast",21.525,42.232,1.034,0.6],
|
1775
|
+
["Germany, Darmstadt, Stadt",8.562,49.796,0.188,0.159],
|
1776
|
+
["Germany, Schwandorf",11.934,49.143,0.711,0.451],
|
1777
|
+
["Netherlands, Oost-Groningen",6.795,52.838,0.431,0.429],
|
1778
|
+
["Germany, Ludwigshafen am Rhein, Stadt",8.299,49.426,0.177,0.124],
|
1779
|
+
["Serbia, Severnobanatska oblast",19.788,45.601,0.875,0.577],
|
1780
|
+
["Italy, Gorizia",13.237,45.675,0.406,0.377],
|
1781
|
+
["Germany, Hameln-Pyrmont",9.155,51.919,0.529,0.356],
|
1782
|
+
["Germany, Bad Dürkheim",7.825,49.308,0.493,0.321],
|
1783
|
+
["Germany, Peine",9.995,52.175,0.458,0.274],
|
1784
|
+
["Germany, Vechta",8.014,52.432,0.46,0.453],
|
1785
|
+
["Lithuania, Alytaus apskritis",23.313,53.897,1.712,0.666],
|
1786
|
+
["Italy, Valle d’Aosta/Vallée d’Aoste",6.802,45.468,1.138,0.52],
|
1787
|
+
["Germany, Ammerland",7.698,53.059,0.616,0.296],
|
1788
|
+
["Turkey, Artvin",41.164,40.568,1.435,0.957],
|
1789
|
+
["Germany, Starnberg",11.129,47.821,0.306,0.315],
|
1790
|
+
["Germany, Neckar-Odenwald-Kreis",8.937,49.271,0.667,0.393],
|
1791
|
+
["Germany, Höxter",8.905,51.442,0.556,0.469],
|
1792
|
+
["Lithuania, Telšių apskritis",21.512,55.596,1.227,0.836],
|
1793
|
+
["Germany, Alzey-Worms",7.904,49.588,0.576,0.313],
|
1794
|
+
["Sweden, Blekinge län",14.39,55.991,1.678,0.513],
|
1795
|
+
["Germany, Olpe",7.701,50.925,0.545,0.322],
|
1796
|
+
["Germany, Gotha",10.4,50.715,0.564,0.397],
|
1797
|
+
["Estonia, Lääne-Eesti",21.77,57.78,3.54,1.525],
|
1798
|
+
["United Kingdom, Mid and East Antrim",-6.507,54.688,0.818,0.369],
|
1799
|
+
["Germany, Rottweil",8.277,48.071,0.477,0.338],
|
1800
|
+
["Estonia, Kesk-Eesti",24.071,58.606,2.89,1.028],
|
1801
|
+
["Germany, Neumarkt i. d. OPf.",11.187,48.951,0.755,0.482],
|
1802
|
+
["Germany, Miltenberg",9.033,49.573,0.447,0.365],
|
1803
|
+
["Lithuania, Utenos apskritis",24.654,55.031,2.182,0.914],
|
1804
|
+
["Germany, Ahrweiler",6.743,50.307,0.602,0.343],
|
1805
|
+
["Germany, Northeim",9.417,51.552,0.744,0.396],
|
1806
|
+
["Belgium, Arr. La Louvière",4.027,50.33,0.255,0.196],
|
1807
|
+
["Germany, Germersheim",8.055,48.966,0.359,0.332],
|
1808
|
+
["Finland, Etelä-Karjala",27.12,60.666,3.03,1.199],
|
1809
|
+
["Germany, Heidekreis",9.317,52.6,0.921,0.62],
|
1810
|
+
["Germany, Bad Tölz-Wolfratshausen",11.262,47.495,0.418,0.484],
|
1811
|
+
["Germany, Mansfeld-Südharz",10.883,51.339,0.897,0.391],
|
1812
|
+
["Germany, Steinburg",9.199,53.707,0.666,0.39],
|
1813
|
+
["Germany, Bottrop, Stadt",6.833,51.497,0.166,0.147],
|
1814
|
+
["Germany, Fürth, Landkreis",10.681,49.356,0.345,0.193],
|
1815
|
+
["Greece, Chania",23.473,34.802,0.858,0.892],
|
1816
|
+
["Germany, Tuttlingen",8.587,47.846,0.434,0.338],
|
1817
|
+
["Austria, Weinviertel",15.734,48.438,1.22,0.439],
|
1818
|
+
["Germany, Schweinfurt, Landkreis",9.957,49.82,0.565,0.412],
|
1819
|
+
["Germany, Goslar",10.065,51.638,0.637,0.418],
|
1820
|
+
["Island, Landsbyggð",-24.53,63.29,11.04,3.28],
|
1821
|
+
["Netherlands, Zuidwest-Drenthe",6.119,52.612,0.514,0.316],
|
1822
|
+
["Maldives",72.684,-0.69,1.07,7.8],
|
1823
|
+
["Germany, Altenkirchen (Westerwald)",7.44,50.563,0.603,0.38],
|
1824
|
+
["Sweden, Jämtlands län",11.97,61.56,5.03,3.56],
|
1825
|
+
["Belgium, Arr. Soignies",3.953,50.462,0.382,0.207],
|
1826
|
+
["Germany, Wolfenbüttel",10.175,51.971,0.714,0.333],
|
1827
|
+
["Germany, Dithmarschen",8.678,53.877,0.766,0.502],
|
1828
|
+
["Germany, Weilheim-Schongau",10.717,47.616,0.708,0.338],
|
1829
|
+
["Turkey, Kilis",36.678,36.655,0.908,0.395],
|
1830
|
+
["Germany, Rhein-Lahn-Kreis",7.578,50.066,0.544,0.349],
|
1831
|
+
["Germany, Donau-Ries",10.402,48.584,0.639,0.452],
|
1832
|
+
["Belgium, Arr. Oudenaarde",3.453,50.722,0.428,0.231],
|
1833
|
+
["Austria, Oberkärnten",12.656,46.552,1.605,0.58],
|
1834
|
+
["France, Creuse",1.374,45.663,1.237,0.792],
|
1835
|
+
["Germany, Main-Tauber-Kreis",9.295,49.353,0.866,0.439],
|
1836
|
+
["Germany, Südliche Weinstraße",7.824,48.999,0.5,0.345],
|
1837
|
+
["Germany, Landsberg am Lech",10.749,47.842,0.421,0.395],
|
1838
|
+
["Germany, Oldenburg (Oldenburg), Stadt",8.128,53.082,0.185,0.122],
|
1839
|
+
["Germany, Main-Spessart",9.372,49.744,0.674,0.5],
|
1840
|
+
["Germany, Neunkirchen",6.917,49.287,0.376,0.154],
|
1841
|
+
["Croatia, Karlovačka županija",14.963,44.882,0.962,0.881],
|
1842
|
+
["United Kingdom, Fermanagh and Omagh",-8.178,54.113,1.242,0.667],
|
1843
|
+
["Germany, Spree-Neiße",14.074,51.505,0.692,0.553],
|
1844
|
+
["Germany, Nienburg (Weser)",8.699,52.388,0.839,0.522],
|
1845
|
+
["Germany, Pfaffenhofen a. d. Ilm",11.295,48.406,0.425,0.409],
|
1846
|
+
["Belgium, Arr. Huy",5.028,50.365,0.681,0.273],
|
1847
|
+
["Slovenia, Goriška",13.375,45.761,0.771,0.685],
|
1848
|
+
["Germany, Bayreuth, Landkreis",11.184,49.613,0.72,0.52],
|
1849
|
+
["Germany, Sigmaringen",8.935,47.818,0.67,0.469],
|
1850
|
+
["Portugal, Baixo Alentejo",-8.467,37.32,1.536,1.011],
|
1851
|
+
["Germany, Osnabrück, Stadt",7.93,52.22,0.251,0.119],
|
1852
|
+
["Germany, Herne, Stadt",7.124,51.503,0.172,0.071],
|
1853
|
+
["Greece, Pieria",22.104,39.946,0.575,0.603],
|
1854
|
+
["United Kingdom, Scottish Borders",-3.54,55.108,1.506,0.839],
|
1855
|
+
["Bulgaria, Lovech",23.959,42.708,1.191,0.673],
|
1856
|
+
["Germany, Rottal-Inn",12.47,48.206,0.708,0.411],
|
1857
|
+
["Bulgaria, Kyustendil",22.36,42.021,1.169,0.628],
|
1858
|
+
["Germany, Kaiserslautern, Landkreis",7.393,49.306,0.605,0.292],
|
1859
|
+
["Albania, Lezhë",19.461,41.557,0.819,0.468],
|
1860
|
+
["Serbia, Borska oblast",21.78,43.896,0.984,0.819],
|
1861
|
+
["Bulgaria, Montana",22.747,43.11,0.893,0.745],
|
1862
|
+
["Greece, Korinthia",22.222,37.702,0.958,0.441],
|
1863
|
+
["Germany, Forchheim",10.919,49.587,0.469,0.287],
|
1864
|
+
["Germany, Schmalkalden-Meiningen",10.037,50.392,0.717,0.46],
|
1865
|
+
["Belgium, Arr. Dinant",4.726,49.785,0.675,0.633],
|
1866
|
+
["Greece, Voiotia",22.488,38.127,1.203,0.468],
|
1867
|
+
["Switzerland, Zug",8.395,47.081,0.307,0.168],
|
1868
|
+
["Germany, Heidenheim",9.92,48.5,0.572,0.287],
|
1869
|
+
["Germany, Cham",12.306,49.029,0.865,0.461],
|
1870
|
+
["Germany, Günzburg",10.133,48.162,0.467,0.366],
|
1871
|
+
["Greece, Thasos, Kavala",23.861,40.557,0.953,0.649],
|
1872
|
+
["Portugal, Alto Alentejo",-8.343,38.751,1.391,0.912],
|
1873
|
+
["Slovenia, Pomurska",15.786,46.462,0.811,0.415],
|
1874
|
+
["Germany, Kelheim",11.596,48.579,0.538,0.444],
|
1875
|
+
["Germany, Wittenberg",12.254,51.61,0.932,0.436],
|
1876
|
+
["Belgium, Arr. Ieper",2.599,50.708,0.508,0.249],
|
1877
|
+
["Bulgaria, Yambol",26.169,41.926,0.891,0.772],
|
1878
|
+
["Greece, Xanthi",24.466,40.858,0.76,0.551],
|
1879
|
+
["Germany, Fürth, Stadt",10.893,49.436,0.135,0.105],
|
1880
|
+
["Greece, Rodopi",25.046,40.857,0.918,0.491],
|
1881
|
+
["Germany, Straubing-Bogen",12.128,48.715,0.764,0.405],
|
1882
|
+
["Greece, Arta, Preveza",20.3,38.945,1.129,0.594],
|
1883
|
+
["Cyprus U.N. Buffer Zone",32.584,34.977,1.438,0.223],
|
1884
|
+
["Germany, Hersfeld-Rotenburg",9.434,50.718,0.63,0.368],
|
1885
|
+
["Portugal, Terras de Trás-os-Montes",-7.367,41.193,1.178,0.8],
|
1886
|
+
["Slovenia, Obalno-kraška",13.565,45.425,0.565,0.439],
|
1887
|
+
["Germany, Bernkastel-Wittlich",6.681,49.672,0.583,0.459],
|
1888
|
+
["Spain, Fuerteventura",-14.507,28.045,0.697,0.72],
|
1889
|
+
["Germany, Deggendorf",12.749,48.599,0.51,0.359],
|
1890
|
+
["Germany, Amberg-Sulzbach",11.51,49.214,0.61,0.547],
|
1891
|
+
["Croatia, Bjelovarsko-bilogorska županija",16.489,45.467,1.006,0.622],
|
1892
|
+
["United Kingdom, Darlington",-1.709,54.451,0.302,0.169],
|
1893
|
+
["Germany, Freudenstadt",8.207,48.301,0.621,0.339],
|
1894
|
+
["Bulgaria, Targovishte",25.943,42.95,0.86,0.605],
|
1895
|
+
["Netherlands, Zeeuwsch-Vlaanderen",3.359,51.201,0.876,0.207],
|
1896
|
+
["Germany, Ilm-Kreis",10.733,50.547,0.49,0.367],
|
1897
|
+
["Germany, Regensburg, Stadt",12.029,48.967,0.163,0.109],
|
1898
|
+
["Croatia, Koprivničko-križevačka županija",16.341,45.88,0.965,0.475],
|
1899
|
+
["Germany, Ingolstadt, Stadt",11.255,48.684,0.248,0.139],
|
1900
|
+
["Germany, Berchtesgadener Land",12.695,47.464,0.403,0.499],
|
1901
|
+
["Belgium, Arr. Tielt",3.158,50.881,0.302,0.223],
|
1902
|
+
["United Kingdom, Gwynedd",-4.803,52.541,1.363,0.707],
|
1903
|
+
["Germany, Mühldorf a. Inn",12.033,48.083,0.577,0.347],
|
1904
|
+
["Albania, Berat",19.732,40.363,0.711,0.512],
|
1905
|
+
["Germany, Greiz",11.859,50.549,0.463,0.427],
|
1906
|
+
["Germany, Vogelsbergkreis",8.906,50.386,0.745,0.451],
|
1907
|
+
["Germany, Hohenlohekreis",9.343,49.095,0.517,0.335],
|
1908
|
+
["Germany, Uckermark",13.24,52.931,1.211,0.628],
|
1909
|
+
["Albania, Dibër",19.805,41.316,0.769,0.592],
|
1910
|
+
["Serbia, Zaječarska oblast",21.653,43.326,1.014,0.863],
|
1911
|
+
["Germany, Stendal",11.399,52.331,0.856,0.711],
|
1912
|
+
["Germany, Wolfsburg, Stadt",10.647,52.316,0.26,0.18],
|
1913
|
+
["Austria, Tiroler Oberland",10.098,46.763,1.071,0.634],
|
1914
|
+
["Germany, Weimarer Land",11.106,50.793,0.591,0.327],
|
1915
|
+
["Croatia, Međimurska županija",16.24,46.287,0.617,0.268],
|
1916
|
+
["Germany, Neuburg-Schrobenhausen",10.948,48.464,0.508,0.359],
|
1917
|
+
["Germany, Neustadt a. d. Waldnaab",11.63,49.505,0.964,0.351],
|
1918
|
+
["United Kingdom, South Ayrshire",-5.125,54.997,0.726,0.605],
|
1919
|
+
["Bulgaria, Smolyan",24.057,41.31,1.123,0.629],
|
1920
|
+
["Andorra",1.406,42.428,0.36,0.222],
|
1921
|
+
["Belgium, Arr. Thuin",4.042,49.941,0.434,0.487],
|
1922
|
+
["United Kingdom, Isle of Wight",-1.581,50.575,0.511,0.193],
|
1923
|
+
["Greece, Drama",23.623,40.967,1.161,0.607],
|
1924
|
+
["Germany, Wesermarsch",8.164,53.099,0.493,0.518],
|
1925
|
+
["Germany, Merzig-Wadern",6.357,49.372,0.605,0.242],
|
1926
|
+
["Spain, Menorca",3.791,39.799,0.53,0.297],
|
1927
|
+
["Austria, Westliche Obersteiermark",13.785,46.91,1.268,0.557],
|
1928
|
+
["Germany, Hof, Landkreis",11.529,50.103,0.632,0.322],
|
1929
|
+
["Bulgaria, Razgrad",26.153,43.326,0.883,0.627],
|
1930
|
+
["Bulgaria, Gabrovo",24.868,42.733,0.766,0.461],
|
1931
|
+
["Lithuania, Tauragės apskritis",21.651,55.024,1.854,0.664],
|
1932
|
+
["Germany, Saalfeld-Rudolstadt",10.968,50.42,0.666,0.415],
|
1933
|
+
["Germany, Bad Kissingen",9.623,50.029,0.748,0.397],
|
1934
|
+
["Turkey, Gümüşhane",38.787,39.861,1.305,0.933],
|
1935
|
+
["Germany, Neustadt a. d. Aisch-Bad Windsheim",10.069,49.41,0.753,0.346],
|
1936
|
+
["Germany, Saale-Holzland-Kreis",11.421,50.747,0.601,0.341],
|
1937
|
+
["Austria, Südburgenland",15.996,46.83,0.534,0.626],
|
1938
|
+
["United Kingdom, Blackpool",-3.059,53.773,0.075,0.103],
|
1939
|
+
["Germany, Wartburgkreis",9.877,50.616,0.74,0.537],
|
1940
|
+
["Germany, Eifelkreis Bitburg-Prüm",6.112,49.811,0.616,0.514],
|
1941
|
+
["Germany, Rhein-Hunsrück-Kreis",7.202,49.84,0.563,0.425],
|
1942
|
+
["Germany, Remscheid, Stadt",7.132,51.144,0.177,0.081],
|
1943
|
+
["United Kingdom, Torbay",-3.629,50.374,0.146,0.144],
|
1944
|
+
["Germany, Elbe-Elster",13.051,51.368,0.84,0.518],
|
1945
|
+
["Germany, Werra-Meißner-Kreis",9.626,50.992,0.61,0.429],
|
1946
|
+
["Germany, Altötting",12.543,48.045,0.402,0.309],
|
1947
|
+
["Austria, Bludenz-Bregenzer Wald",9.607,46.84,0.63,0.664],
|
1948
|
+
["Germany, Würzburg, Stadt",9.872,49.71,0.142,0.136],
|
1949
|
+
["Germany, Oberspreewald-Lausitz",13.634,51.36,0.583,0.542],
|
1950
|
+
["United Kingdom, Southend-on-Sea",0.623,51.521,0.199,0.055],
|
1951
|
+
["Spain, Soria",-3.551,41.056,1.776,1.091],
|
1952
|
+
["Germany, Odenwaldkreis",8.785,49.47,0.366,0.386],
|
1953
|
+
["Germany, Dillingen a.d. Donau",10.254,48.471,0.532,0.286],
|
1954
|
+
["Germany, Eichsfeld",9.923,51.19,0.617,0.403],
|
1955
|
+
["Germany, Miesbach",11.598,47.581,0.463,0.362],
|
1956
|
+
["Belgium, Bezirk Verviers, Deutschsprachige Gemeinschaft",5.954,50.129,0.454,0.626],
|
1957
|
+
["Germany, Helmstedt",10.601,52.047,0.486,0.425],
|
1958
|
+
["Germany, Koblenz, Stadt",7.486,50.283,0.208,0.128],
|
1959
|
+
["Germany, Offenbach am Main, Stadt",8.717,50.047,0.126,0.09],
|
1960
|
+
["Germany, Pforzheim, Stadtkreis",8.628,48.82,0.181,0.11],
|
1961
|
+
["Germany, Heilbronn, Stadtkreis",9.044,49.092,0.256,0.119],
|
1962
|
+
["Germany, Erlangen, Stadt",10.917,49.533,0.137,0.113],
|
1963
|
+
["Greece, Chalkidiki",23.004,39.908,1.018,0.734],
|
1964
|
+
["Germany, Unstrut-Hainich-Kreis",10.186,51.032,0.737,0.312],
|
1965
|
+
["Germany, Ulm, Stadtkreis",9.844,48.309,0.199,0.16],
|
1966
|
+
["Croatia, Šibensko-kninska županija",15.206,43.488,1.339,0.729],
|
1967
|
+
["Germany, Trier, Stadt",6.553,49.699,0.194,0.159],
|
1968
|
+
["Germany, Uelzen",10.145,52.765,0.748,0.439],
|
1969
|
+
["Germany, Friesland",7.809,53.305,0.399,0.49],
|
1970
|
+
["Serbia, Toplička oblast",20.923,42.867,0.898,0.54],
|
1971
|
+
["Germany, Weißenburg-Gunzenhausen",10.63,48.86,0.572,0.345],
|
1972
|
+
["Portugal, Alto Tâmega",-8.12,41.392,0.949,0.536],
|
1973
|
+
["Germany, Altenburger Land",12.207,50.81,0.447,0.294],
|
1974
|
+
["Germany, Ostprignitz-Ruppin",12.121,52.682,0.936,0.64],
|
1975
|
+
["Spain, La Palma",-18.007,28.454,0.283,0.404],
|
1976
|
+
["Turkey, Ardahan",42.285,40.666,1.189,0.935],
|
1977
|
+
["Germany, Coburg, Landkreis",10.712,50.088,0.49,0.309],
|
1978
|
+
["Portugal, Alentejo Litoral",-8.911,37.373,0.782,1.18],
|
1979
|
+
["Germany, Jerichower Land",11.687,52.001,0.642,0.575],
|
1980
|
+
["Germany, Kitzingen",10.04,49.59,0.514,0.326],
|
1981
|
+
["Germany, Dingolfing-Landau",12.325,48.481,0.643,0.318],
|
1982
|
+
["Germany, Jena, Stadt",11.499,50.856,0.174,0.134],
|
1983
|
+
["Belgium, Arr. Eeklo",3.36,51.146,0.497,0.16],
|
1984
|
+
["Italy, Isernia",13.941,41.387,0.582,0.524],
|
1985
|
+
["Germany, St. Wendel",6.891,49.409,0.418,0.231],
|
1986
|
+
["Portugal, Beira Baixa",-8.088,39.537,1.223,0.788],
|
1987
|
+
["Greece, Kilkis",22.251,40.791,1.001,0.552],
|
1988
|
+
["Switzerland, Schaffhausen",8.405,47.552,0.47,0.256],
|
1989
|
+
["Greece, Andros, Thira, Kea, Milos, Mykonos, Naxos, Paros, Syros, Tinos",24.101,36.232,1.987,1.765],
|
1990
|
+
["Belgium, Arr. Waremme",4.979,50.56,0.462,0.191],
|
1991
|
+
["France, Lozère",2.981,44.112,1.018,0.864],
|
1992
|
+
["Serbia, Pirotska oblast",22.117,42.862,0.89,0.541],
|
1993
|
+
["Bulgaria, Vidin",22.357,43.386,0.701,0.83],
|
1994
|
+
["Albania, Kukës",19.799,41.815,0.828,0.744],
|
1995
|
+
["Germany, Salzgitter, Stadt",10.231,52.013,0.276,0.209],
|
1996
|
+
["Greece, Kerkyra",19.373,39.137,0.879,0.763],
|
1997
|
+
["Croatia, Dubrovačko-neretvanska županija",16.487,42.4,2.039,0.777],
|
1998
|
+
["Grenada",-61.791,12.002,0.37,0.528],
|
1999
|
+
["United Kingdom, Caithness & Sutherland and Ross & Cromarty",-5.872,57.333,2.847,1.364],
|
2000
|
+
["Germany, Haßberge",10.32,49.855,0.559,0.381],
|
2001
|
+
["Greece, Rethymni",24.27,35.001,0.66,0.426],
|
2002
|
+
["Slovenia, Posavska",15.067,45.791,0.665,0.303],
|
2003
|
+
["Aruba",-70.063,12.417,0.187,0.216],
|
2004
|
+
["Germany, Sömmerda",10.862,51.009,0.624,0.314],
|
2005
|
+
["Germany, Birkenfeld",7.027,49.548,0.499,0.353],
|
2006
|
+
["United Kingdom, Lochaber, Skye & Lochalsh, Arran & Cumbrae and Argyll & Bute",-6.998,55.275,2.478,2.473],
|
2007
|
+
["Germany, Nordhausen",10.471,51.364,0.509,0.285],
|
2008
|
+
["Austria, Liezen",13.563,47.249,1.577,0.516],
|
2009
|
+
["Greece, Lesvos, Limnos",24.97,38.963,1.646,1.072],
|
2010
|
+
["Germany, Altmarkkreis Salzwedel",10.755,52.386,0.881,0.556],
|
2011
|
+
["Germany, Garmisch-Partenkirchen",10.87,47.393,0.552,0.343],
|
2012
|
+
["Turkey, Tunceli",38.73,38.763,1.719,0.841],
|
2013
|
+
["Germany, Lindau (Bodensee)",9.558,47.523,0.52,0.163],
|
2014
|
+
["Germany, Dessau-Roßlau, Stadt",12.113,51.733,0.238,0.238],
|
2015
|
+
["Croatia, Virovitičko-podravska županija",17.121,45.472,0.947,0.525],
|
2016
|
+
["Germany, Freyung-Grafenau",13.169,48.683,0.671,0.3],
|
2017
|
+
["Germany, Kaiserslautern, Stadt",7.627,49.358,0.244,0.137],
|
2018
|
+
["Germany, Rhön-Grabfeld",9.921,50.196,0.691,0.369],
|
2019
|
+
["Germany, Saale-Orla-Kreis",11.46,50.374,0.504,0.426],
|
2020
|
+
["Germany, Donnersbergkreis",7.696,49.489,0.466,0.277],
|
2021
|
+
["Germany, Tirschenreuth",11.803,49.754,0.748,0.307],
|
2022
|
+
["Antigua and Barb.",-62.349,16.931,0.682,0.797],
|
2023
|
+
["Germany, Cottbus, Stadt",14.273,51.692,0.229,0.173],
|
2024
|
+
["Belgium, Arr. Philippeville",4.287,49.937,0.512,0.392],
|
2025
|
+
["Switzerland, Jura",6.841,47.151,0.718,0.354],
|
2026
|
+
["Isle of Man",-4.791,54.056,0.48,0.364],
|
2027
|
+
["St. Vin. and Gren.",-61.46,12.585,0.337,0.796],
|
2028
|
+
["Germany, Bremerhaven, Stadt",8.484,53.471,0.176,0.139],
|
2029
|
+
["Slovenia, Koroška",14.674,46.386,0.774,0.274],
|
2030
|
+
["Finland, Kainuu",26.74,63.668,3.82,1.853],
|
2031
|
+
["Germany, Regen",12.764,48.857,0.653,0.317],
|
2032
|
+
["Croatia, Požeško-slavonska županija",16.928,45.182,1.186,0.398],
|
2033
|
+
["Germany, Kulmbach",11.252,49.934,0.437,0.334],
|
2034
|
+
["Germany, Kusel",7.247,49.363,0.481,0.351],
|
2035
|
+
["Switzerland, Appenzell Ausserrhoden",9.191,47.246,0.44,0.223],
|
2036
|
+
["Germany, Schwerin, Stadt",11.296,53.544,0.209,0.143],
|
2037
|
+
["Germany, Kyffhäuserkreis",10.483,51.199,0.991,0.231],
|
2038
|
+
["Germany, Holzminden",9.308,51.646,0.587,0.399],
|
2039
|
+
["Germany, Gera, Stadt",11.998,50.799,0.172,0.178],
|
2040
|
+
["Germany, Prignitz",11.265,52.876,1.154,0.496],
|
2041
|
+
["Finland, Keski-Pohjanmaa",22.786,63.116,2.251,0.979],
|
2042
|
+
["Belgium, Arr. Neufchâteau",4.969,49.709,0.736,0.415],
|
2043
|
+
["Jersey",-2.243,49.171,0.235,0.097],
|
2044
|
+
["Germany, Kronach",11.169,50.16,0.441,0.363],
|
2045
|
+
["Germany, Wunsiedel i. Fichtelgebirge",11.789,49.971,0.486,0.257],
|
2046
|
+
["U.S. Virgin Is.",-65.042,17.682,0.483,0.705],
|
2047
|
+
["Belgium, Arr. Arlon",5.677,49.539,0.233,0.319],
|
2048
|
+
["United Kingdom, Isle of Anglesey",-4.696,53.126,0.675,0.303],
|
2049
|
+
["Germany, Lichtenfels",10.875,49.989,0.488,0.23],
|
2050
|
+
["Tonga",-176.22,-22.34,2.306,6.79],
|
2051
|
+
["Germany, Worms, Stadt",8.238,49.586,0.209,0.151],
|
2052
|
+
["Greece, Lasithi",25.399,34.865,0.954,0.52],
|
2053
|
+
["Germany, Hildburghausen",10.45,50.205,0.589,0.41],
|
2054
|
+
["Dominica",-61.489,15.201,0.24,0.433],
|
2055
|
+
["Seychelles",46.2,-9.76,10.09,5.97],
|
2056
|
+
["Belgium, Arr. Virton",5.147,49.497,0.594,0.294],
|
2057
|
+
["Turkey, Bayburt",39.644,39.94,1.106,0.633],
|
2058
|
+
["Germany, Cochem-Zell",6.953,49.959,0.431,0.322],
|
2059
|
+
["Germany, Vulkaneifel",6.386,50.073,0.684,0.317],
|
2060
|
+
["Germany, Wittmund",7.408,53.363,0.568,0.42],
|
2061
|
+
["Germany, Wilhelmshaven, Stadt",7.994,53.501,0.175,0.138],
|
2062
|
+
["Belgium, Arr. Marche-en-Famenne",5.207,50.048,0.541,0.383],
|
2063
|
+
["Germany, Flensburg, Stadt",9.358,54.752,0.149,0.072],
|
2064
|
+
["Slovenia, Zasavska",14.711,45.963,0.477,0.245],
|
2065
|
+
["Belgium, Arr. Diksmuide",2.697,50.904,0.373,0.229],
|
2066
|
+
["Germany, Delmenhorst, Stadt",8.579,52.986,0.133,0.123],
|
2067
|
+
["Slovenia, Primorsko-notranjska",14.042,45.469,0.537,0.425],
|
2068
|
+
["Germany, Bamberg, Stadt",10.827,49.842,0.133,0.086],
|
2069
|
+
["Germany, Brandenburg an der Havel, Stadt",12.361,52.311,0.363,0.229],
|
2070
|
+
["Albania, Gjirokastër",19.744,39.785,0.869,0.738],
|
2071
|
+
["Germany, Aschaffenburg, Stadt",9.08,49.92,0.158,0.102],
|
2072
|
+
["Belgium, Arr. Veurne",2.546,50.906,0.279,0.256],
|
2073
|
+
["Germany, Sonneberg",10.94,50.268,0.344,0.276],
|
2074
|
+
["Spain, Ceuta",-5.421,35.87,0.142,0.047],
|
2075
|
+
["Germany, Neumünster, Stadt",9.926,54.018,0.132,0.132],
|
2076
|
+
["Sweden, Gotlands län",17.958,56.907,1.393,1.491],
|
2077
|
+
["Greece, Florina",20.96,40.522,0.872,0.422],
|
2078
|
+
["Germany, Baden-Baden, Stadtkreis",8.111,48.667,0.21,0.18],
|
2079
|
+
["Greece, Kastoria",20.776,40.143,0.74,0.608],
|
2080
|
+
["Croatia, Ličko-senjska županija",14.682,44.271,1.459,0.853],
|
2081
|
+
["Belgium, Arr. Bastogne",5.415,49.82,0.619,0.528],
|
2082
|
+
["Germany, Kempten (Allgäu), Stadt",10.233,47.695,0.145,0.083],
|
2083
|
+
["Austria, Osttirol",12.121,46.651,0.844,0.507],
|
2084
|
+
["Germany, Bayreuth, Stadt",11.475,49.888,0.197,0.089],
|
2085
|
+
["Germany, Lüchow-Dannenberg",10.751,52.845,0.847,0.406],
|
2086
|
+
["Germany, Weimar, Stadt",11.236,50.917,0.167,0.12],
|
2087
|
+
["Germany, Frankenthal (Pfalz), Stadt",8.308,49.485,0.116,0.097],
|
2088
|
+
["St. Kitts and Nevis",-62.862,17.1,0.326,0.316],
|
2089
|
+
["Germany, Neustadt an der Weinstraße, Stadt",7.999,49.296,0.319,0.105],
|
2090
|
+
["Switzerland, Nidwalden",8.219,46.771,0.355,0.249],
|
2091
|
+
["Netherlands, Delfzijl en omgeving",6.595,53.237,0.498,0.185],
|
2092
|
+
["Austria, Mittelburgenland",16.279,47.343,0.436,0.323],
|
2093
|
+
["Germany, Frankfurt (Oder), Stadt",14.395,52.252,0.207,0.147],
|
2094
|
+
["Guernsey",-2.674,49.411,0.504,0.321],
|
2095
|
+
["Germany, Pirmasens, Stadt",7.514,49.141,0.16,0.094],
|
2096
|
+
["Germany, Landshut, Stadt",12.019,48.508,0.263,0.088],
|
2097
|
+
["St-Martin",-63.147,18.033,0.137,0.09],
|
2098
|
+
["Greece, Thesprotia",20.008,39.273,0.675,0.543],
|
2099
|
+
["Switzerland, Obwalden",8.042,46.753,0.466,0.228],
|
2100
|
+
["Germany, Rosenheim, Stadt",12.054,47.81,0.098,0.077],
|
2101
|
+
["Switzerland, Glarus",8.871,46.796,0.383,0.378],
|
2102
|
+
["Micronesia",138.06,0.91,24.99,8.87],
|
2103
|
+
["Faeroe Is.",-7.645,61.394,1.37,1.005],
|
2104
|
+
["Greece, Chios",25.287,38.149,1.009,0.46],
|
2105
|
+
["Germany, Emden, Stadt",6.999,53.32,0.313,0.089],
|
2106
|
+
["Austria, Außerfern",10.176,47.153,0.816,0.434],
|
2107
|
+
["American Samoa",-171.087,-14.54,2.927,3.49],
|
2108
|
+
["Germany, Schwabach, Stadt",10.97,49.293,0.117,0.083],
|
2109
|
+
["Greece, Fokida",21.851,38.282,0.778,0.526],
|
2110
|
+
["Germany, Speyer, Stadt",8.376,49.282,0.115,0.095],
|
2111
|
+
["Switzerland, Uri",8.398,46.527,0.56,0.467],
|
2112
|
+
["Cayman Is.",-81.417,19.263,1.691,0.495],
|
2113
|
+
["Germany, Schweinfurt, Stadt",10.165,50.009,0.108,0.086],
|
2114
|
+
["Baikonur",62.8,45.565,1.168,0.826],
|
2115
|
+
["Germany, Ansbach, Stadt",10.455,49.234,0.202,0.11],
|
2116
|
+
["Spain, Melilla",-3.894,35.176,1.478,0.144],
|
2117
|
+
["Greece, Ikaria, Samos",25.974,37.504,1.094,0.308],
|
2118
|
+
["Germany, Passau, Stadt",13.303,48.541,0.211,0.072],
|
2119
|
+
["N. Mariana Is.",144.902,14.11,0.967,6.45],
|
2120
|
+
["Germany, Straubing, Stadt",12.48,48.842,0.187,0.082],
|
2121
|
+
["Germany, Landau in der Pfalz, Stadt",7.864,49.155,0.317,0.162],
|
2122
|
+
["Germany, Eisenach, Stadt",10.177,50.93,0.215,0.123],
|
2123
|
+
["Denmark, Bornholm",14.683,54.987,0.511,0.339],
|
2124
|
+
["Greece, Zakynthos",20.62,37.239,0.403,0.694],
|
2125
|
+
["Germany, Coburg, Stadt",10.887,50.221,0.177,0.078],
|
2126
|
+
["Liechtenstein",9.475,47.052,0.141,0.211],
|
2127
|
+
["Germany, Memmingen, Stadt",10.085,47.916,0.148,0.132],
|
2128
|
+
["Germany, Weiden i. d. Opf, Stadt",12.064,49.615,0.202,0.097],
|
2129
|
+
["Germany, Zweibrücken, Stadt",7.289,49.189,0.16,0.128],
|
2130
|
+
["Germany, Hof, Stadt",11.808,50.268,0.164,0.086],
|
2131
|
+
["Germany, Amberg, Stadt",11.777,49.411,0.137,0.087],
|
2132
|
+
["Greece, Ithaki, Kefallinia",20.337,38.059,0.783,0.509],
|
2133
|
+
["W. Sahara",-17.11,20.76,8.43,6.91],
|
2134
|
+
["Germany, Kaufbeuren, Stadt",10.552,47.841,0.109,0.081],
|
2135
|
+
["Turks and Caicos Is.",-72.482,21.29,1.354,0.67],
|
2136
|
+
["Germany, Suhl, Stadt",10.552,50.561,0.277,0.106],
|
2137
|
+
["Bermuda",-64.886,32.248,0.239,0.141],
|
2138
|
+
["Monaco",7.365,43.717,0.073,0.047],
|
2139
|
+
["Spain, La Gomera",-17.349,28.02,0.25,0.198],
|
2140
|
+
["Switzerland, Appenzell Innerrhoden",9.31,47.233,0.308,0.206],
|
2141
|
+
["United Kingdom, Na h-Eileanan Siar (Western Isles)",-8.648,56.779,2.836,2.354],
|
2142
|
+
["San Marino",12.385,43.892,0.108,0.091],
|
2143
|
+
["Finland, Åland",19.311,59.866,1.8,0.789],
|
2144
|
+
["Austria, Lungau",13.318,46.944,0.678,0.352],
|
2145
|
+
["Åland",19.513,59.904,1.584,0.577],
|
2146
|
+
["Greece, Evrytania",21.375,38.675,0.572,0.581],
|
2147
|
+
["Malta, Gozo and Comino/Għawdex u Kemmuna",14.184,36.004,0.167,0.079],
|
2148
|
+
["British Virgin Is.",-64.774,18.334,0.504,0.413],
|
2149
|
+
["United Kingdom, Orkney Islands",-4.412,58.673,2.041,0.727],
|
2150
|
+
["Greece, Lefkada",20.544,38.542,0.417,0.311],
|
2151
|
+
["Akrotiri",32.76,34.568,0.271,0.133],
|
2152
|
+
["Dhekelia",33.674,34.937,0.248,0.182],
|
2153
|
+
["United Kingdom, Shetland Islands",-2.117,59.512,1.393,1.334],
|
2154
|
+
["Norway, Jan Mayen and Svalbard",-9.1,70.82,42.4,10.02],
|
2155
|
+
["Norway, Svalbard",10.49,74.33,22.8,6.51],
|
2156
|
+
["Kiribati",-175,-11.47,352,16.2],
|
2157
|
+
["Palau",131.13,2.94,3.6,5.16],
|
2158
|
+
["Sint Maarten",-63.119,18.019,0.102,0.044],
|
2159
|
+
["Spain, El Hierro",-18.16,27.638,0.277,0.212],
|
2160
|
+
["Cook Is.",-165.83,-21.94,8.52,13],
|
2161
|
+
["Siachen Glacier",76.777,35.11,1.024,0.538],
|
2162
|
+
["Anguilla",-63.429,18.169,0.504,0.433],
|
2163
|
+
["Bir Tawil",33.181,21.71,0.904,0.286],
|
2164
|
+
["Gibraltar",-5.359,36.11,0.021,0.032],
|
2165
|
+
["Nauru",166.906,-0.552,0.053,0.062],
|
2166
|
+
["St-Barthélemy",-62.868,17.881,0.077,0.049],
|
2167
|
+
["Wallis and Futuna Is.",-178.186,-14.32,2.061,1.112],
|
2168
|
+
["St. Pierre and Miquelon",-56.397,46.752,0.253,0.39],
|
2169
|
+
["Saint Helena",-14.42,-40.4,8.77,32.6],
|
2170
|
+
["Montserrat",-62.231,16.675,0.091,0.145],
|
2171
|
+
["Marshall Is.",165.28,4.57,6.75,10.05],
|
2172
|
+
["Falkland Is.",-61.32,-52.407,3.59,1.38],
|
2173
|
+
["Tuvalu",176.12,-9.43,3.79,3.76],
|
2174
|
+
["Norfolk Island",167.912,-29.081,0.085,0.084],
|
2175
|
+
["USNB Guantanamo Bay",-75.233,19.891,0.139,0.081],
|
2176
|
+
["Niue",-169.951,-19.143,0.169,0.179],
|
2177
|
+
["Fr. S. Antarctic Lands",39.7,-49.8,37.9,38.3],
|
2178
|
+
["Indian Ocean Ter.",96.82,-12.2,8.9,1.77],
|
2179
|
+
["Southern Patagonian Ice Field",-73.589,-49.76,0.532,0.488],
|
2180
|
+
["S. Geo. and the Is.",-38.09,-59.48,11.86,5.51],
|
2181
|
+
["Vatican",12.452,41.902,0.003,0.002],
|
2182
|
+
["Norway, Jan Mayen",-9.083,70.826,1.147,0.336],
|
2183
|
+
["Pitcairn Is.",-130.76,-25.078,5.99,1.154],
|
2184
|
+
["Brazilian I.",-57.643,-30.194,0.041,0.012],
|
2185
|
+
["Heard I. and McDonald Is.",73.236,-53.193,0.577,0.232],
|
2186
|
+
["Br. Indian Ocean Ter.",71.26,-7.433,1.235,2.207],
|
2187
|
+
["U.S. Minor Outlying Is.",-178,-0.39,345,28.61],
|
2188
|
+
["Spratly Is.",114.027,9.679,1.822,1.439],
|
2189
|
+
["Serranilla Bank",-78.641,15.862,0.005,0.006],
|
2190
|
+
["Clipperton I.",-109.235,10.281,0.025,0.031],
|
2191
|
+
["Ashmore and Cartier Is.",123.575,-12.439,0.023,0.013],
|
2192
|
+
["Scarborough Reef",117.751,15.15,0.005,0.005],
|
2193
|
+
["Bajo Nuevo Bank",-79.99,15.794,0.004,0.003],
|
2194
|
+
["Coral Sea Is.",154.388,-21.031,0.004,0.003]
|
2195
|
+
]
|