undns 0.4.0d → 0.4.0f
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.
- checksums.yaml +4 -4
- data/bin/update_origins_dat +183 -0
- data/ext/undns/conventions.c +800 -723
- data/ext/undns/conventions.h +30 -38
- data/ext/undns/conventlex.c +45 -58
- data/ext/undns/earth.c +20 -1
- data/ext/undns/extconf.rb +3 -1
- data/ext/undns/hashtable.c +6 -2
- data/ext/undns/originAS.c +6 -4
- data/ext/undns/originAS.h +3 -0
- data/ext/undns/progress.c +3 -3
- data/ext/undns/ruleset.c +9 -3
- data/ext/undns/ruleset.h +3 -1
- data/ext/undns/swig-undns_wrap-rb.c +140 -103
- data/lib/undns.rb +14 -1
- data/lib/undns/LocationTable +2804 -0
- data/lib/undns/keys/Makefile +90 -91
- data/lib/undns/keys/Makefile.am +2 -2
- data/lib/undns/keys/Makefile.in +29 -30
- data/lib/undns/origins.dat +517715 -0
- data/test/test_undns.rb +80 -0
- metadata +20 -13
data/lib/undns.rb
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
require 'undns/undns'
|
2
2
|
|
3
|
+
# not clear how to accomplish this inside the .so, so at least this component
|
4
|
+
# has to be in ruby.
|
3
5
|
module Undns
|
4
|
-
|
6
|
+
Undns.ruleset_path = File.expand_path('..', __FILE__) + ':' + Undns.ruleset_path
|
7
|
+
module Path
|
8
|
+
def Path.origins_dat
|
9
|
+
File.expand_path('../origins.dat', __FILE__)
|
10
|
+
end
|
11
|
+
def Path.conventions_dat
|
12
|
+
File.expand_path('../Conventions.dat', __FILE__)
|
13
|
+
end
|
14
|
+
def Path.location_table
|
15
|
+
File.expand_path('../undns/LocationTable', __FILE__)
|
16
|
+
end
|
17
|
+
end
|
5
18
|
end
|
@@ -0,0 +1,2804 @@
|
|
1
|
+
"AHM, Netherlands"
|
2
|
+
"ALM, Netherlands"
|
3
|
+
"Aachen, Germany" 50.759998 6.100000 # from geotrack
|
4
|
+
"Aachen, Germany" 50.767 6.100
|
5
|
+
"Aalborg, Denmark" 57.050 9.933
|
6
|
+
"Aalborg, Denmark" 57.083332 9.850000 # from geotrack
|
7
|
+
"Aalen, Germany" 48.833 10.100
|
8
|
+
"Aarhus, Denmark" 56.167 10.217
|
9
|
+
"Aarhus, Denmark" 57.15 10.2166666666667
|
10
|
+
"Abbeville, LA" 29.966667 -92.116669 # from geotrack
|
11
|
+
"Abbeville, SC" 34.166668 -82.366669 # from geotrack
|
12
|
+
"Aberdeen, MD" 39.0 -76.0
|
13
|
+
"Aberdeen, MD" 39.500 -76.150
|
14
|
+
"Aberdeen, MD" 39.509440 -76.164440 # geonames.usgs.gov fc "ppl" population 13458
|
15
|
+
"Aberdeen, UnitedKingdom" 57.099998 -2.100000 # from geotrack
|
16
|
+
"Abilene, TX" 32.433 -99.717
|
17
|
+
"Abilene, TX" 32.448490 -99.733063
|
18
|
+
"Abingdon, VA" 36.700 -81.967
|
19
|
+
"Abingdon, VA" 36.709702 -81.977501
|
20
|
+
"Adana, Turkey" 39.0 35.0 # correct me
|
21
|
+
"Adelaide, Australia" -34.866 138.5 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
22
|
+
"Adelaide, Australia" -34.933 138.600
|
23
|
+
"Agana, Guam" 13.4666666666667 144.75
|
24
|
+
"Aguascalientes, Mexico" 21.88333 -102.3
|
25
|
+
"Aguascalientes, Mexico" 22.000 -102.500
|
26
|
+
"Ahmedabad, IN" 23.050 72.667 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
27
|
+
"Ahmedabad, India" 23.050 72.667 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
28
|
+
"Aichi, Japan" 35.000 137.250
|
29
|
+
"Ajax, Canada" 43.800 -79.133
|
30
|
+
"Ajax, Canada" 43.85 -79.0333333333333
|
31
|
+
"Akita, Japan" 39.750 140.083
|
32
|
+
"Akron, OH" 41.067 -81.517
|
33
|
+
"Akron, OH" 41.081402 -81.519203
|
34
|
+
"Akron, Ohio" 41.066666 -81.516670 # from geotrack
|
35
|
+
"Akron, Ohio" 41.081402 -81.519203
|
36
|
+
"Alameda, CA" 37.750000 -122.266670 # from geotrack
|
37
|
+
"Alamosa, CO" 37.469440 -105.869440 # geonames.usgs.gov fc "ppl" population 7706
|
38
|
+
"Albany, Australia" -35.0 117.87 # from http://life.csu.edu.au/geo/findlatlong.html
|
39
|
+
"Albany, NY" 42.600 -73.967
|
40
|
+
"Albany, NY" 42.650002 -73.783333 # from geotrack
|
41
|
+
"Albany, NY" 42.652500 -73.756699
|
42
|
+
"Albany, OR" 44.6366666666667 -123.104722222222
|
43
|
+
"Albuquerque, IN" 39.782000 -86.138000
|
44
|
+
"Albuquerque, NM" 35.083 -106.650
|
45
|
+
"Albuquerque, NM" 35.084400 -106.650597
|
46
|
+
"Albuquerque, NM" 35.116665 -106.616669 # from geotrack
|
47
|
+
"Albury, Australia" -36.00 146.75 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
48
|
+
"Alenquer, Brazil" -1.93333333333333 -54.7666666666667
|
49
|
+
"Alessandria, Italy" 44.817 8.700
|
50
|
+
"Alessandria, Italy" 44.917 8.617
|
51
|
+
"Alexandria, VA" 38.804699 -77.047203
|
52
|
+
"Alexandria, Virginia" 38.805038 -77.047028
|
53
|
+
"Alfred, NY" 42.250 -77.783
|
54
|
+
"Alfred, NY" 42.250000 -77.783333 # from geotrack
|
55
|
+
"Alice Springs, Australia" -23.7 133.878 # http://life.csu.edu.au/geo/findlatlong.html
|
56
|
+
"Allentown, PA" 40.608330 -75.490560 # geonames.usgs.gov fc "ppl" population 105339
|
57
|
+
"Almeria, Spain" 36.900002 -2.450000 # from geotrack
|
58
|
+
"Alpena, MI" 45.066666 -83.433334 # from geotrack
|
59
|
+
"Altoona, PA" 40.517 -78.383
|
60
|
+
"Altoona, PA" 40.5186111111111 -78.395
|
61
|
+
"Amarillo, TX" 35.200001 -101.816666 # from geotrack
|
62
|
+
"Amarillo, TX" 35.217 -101.817
|
63
|
+
"Ames, IA" 42.033 -93.617
|
64
|
+
"Amherst, MA" 42.366665 -72.516670 # from geotrack
|
65
|
+
"Amherst, MA" 42.367 -72.517
|
66
|
+
"Amstelveen, Netherlands" 52.300 4.833
|
67
|
+
"Amstelveen, Netherlands" 52.300000 4.866667 #nima.mil type N cc NL adm1 07
|
68
|
+
"Amsterdam" 51.95 5.333 # manual, same.
|
69
|
+
"Amsterdam, Netherlands" 51.95 5.333 # manual, same.
|
70
|
+
"Amsterdam, Netherlands" 52.350 4.900
|
71
|
+
"Anaheim, CA" 33.833 -117.900
|
72
|
+
"Anaheim, CA" 33.833332 -117.866669 # from geotrack
|
73
|
+
"Anaheim, CA" 33.835300 -117.913597
|
74
|
+
"Anchorage, AK" 58.367 -134.817
|
75
|
+
"Anchorage, AK" 61.218060 -149.900280 # geonames.usgs.gov fc "ppl" population 253649
|
76
|
+
"Ancona, Italy" 43.550 13.167
|
77
|
+
"Ancona, Italy" 43.599998 13.500000 # from geotrack
|
78
|
+
"Ancona, Italy" 43.633333 13.500000 #nima.mil type N cc IT adm1 10
|
79
|
+
"Anderson, IN" 40.083332 -85.683334 # from geotrack
|
80
|
+
"Anderson, SC" 34.5033333333333 -82.6502777777778
|
81
|
+
"Anglet, France" 43.483 -1.533
|
82
|
+
"Anglet, France" 43.483333 -1.533333 #nima.mil type N cc FR adm1 97
|
83
|
+
"Ankara, Turkey" 39.917 32.833
|
84
|
+
"Ankara, Turkey" 39.9333333333333 32.8666666666667
|
85
|
+
"Ann Arbor, MI" 42.266666 -83.716667 # from geotrack
|
86
|
+
"Ann Arbor, MI" 42.283298 -83.745796
|
87
|
+
"AnnArbor, MI" 42.283 -83.733
|
88
|
+
"Annapolis, MD" 38.966667 -76.500000 # from geotrack
|
89
|
+
"Annapolis, MD" 38.967 -76.483
|
90
|
+
"Annapolis, MD" 38.978298 -76.492500
|
91
|
+
"Annapolis, MD" 38.978330 -76.492500 # geonames.usgs.gov fc "ppl" population 35169
|
92
|
+
"Antwerp, Belgium" 51.216667 4.400000 # from geotrack
|
93
|
+
"Antwerp, Belgium" 51.217 4.417
|
94
|
+
"Antwerp, Netherlands"
|
95
|
+
"Antwerpen, Belgium" 51.217 4.417
|
96
|
+
"Anyang, Korea"
|
97
|
+
"Anyang, SouthKorea" 37.383 126.917
|
98
|
+
"Anyang, SouthKorea" 37.3833333333333 126.916666666667
|
99
|
+
"Aomori, Japan" 40.833 140.750
|
100
|
+
"Appleton, WI" 44.250 -88.400
|
101
|
+
"Appleton, WI" 44.2619444444444 -88.4152777777778
|
102
|
+
"Arcadia, CA" 34.133 -118.033
|
103
|
+
"Arcadia, CA" 34.1397222222222 -118.034444444444
|
104
|
+
"Archamps, France" 46.130001 6.130000 # from geotrack
|
105
|
+
"Archives, France" 48.849998 2.333333 # the french archives are in paris...
|
106
|
+
"Ariake, Japan" 33.1333333 130.1333333 # nima.mil administrative region.
|
107
|
+
"Arlington, VA" 38.866665 -77.099998 # from geotrack
|
108
|
+
"Arlington, VA" 38.886398 -77.094597
|
109
|
+
"Armidale, Australia" -30.5 151.666 # from caida
|
110
|
+
"Asan, Korea"
|
111
|
+
"Asan, SouthKorea"
|
112
|
+
"Asan, SouthKorea" 36.350000 126.916667 #nima.mil type N cc KS adm1 17 ( several Asan's in korea. )
|
113
|
+
"Asenovgrad, Bulgaria" 42.0166666666667 24.8666666666667
|
114
|
+
"Ashburn, VA" 39.033 -77.483
|
115
|
+
"Ashburn, VA" 39.043598 -77.487801
|
116
|
+
"Asheville, NC" 35.566666 -82.533333 # from geotrack
|
117
|
+
"Ashland, OH" 40.866665 -82.316666 # from geotrack
|
118
|
+
"Ashland, OR" 42.194720 -122.708330 # geonames.usgs.gov fc "ppl" population 16951
|
119
|
+
"Aston, UnitedKingdom" 52.500000 -3.000000 # from geotrack
|
120
|
+
"Athens, GA" 33.950 -83.367
|
121
|
+
"Athens, GA" 33.9608333333333 -83.3780555555555
|
122
|
+
"Athens, Greece" 38.000 23.733
|
123
|
+
"Athens, Greece" 38.016666 23.733334 # from geotrack
|
124
|
+
"Athens, OH" 39.316666 -82.083336 # from geotrack
|
125
|
+
"Atlanta, GA" 33.733 -84.383
|
126
|
+
"Atlanta, GA" 33.748901 -84.388100
|
127
|
+
"Atlanta, GA" 33.750000 -84.416664 # from geotrack
|
128
|
+
"Atlantic City, NJ" 39.350 -74.417
|
129
|
+
"Atlantic City, NJ" 39.3641666666667 -74.4233333333333
|
130
|
+
"Atsuta, Japan" 26.2833333333333 127.816666666667
|
131
|
+
"Aubagne, France" 43.299999 5.500000 # from geotrack
|
132
|
+
"Aubervilliers, France" 48.400002 2.000000 # from geotrack
|
133
|
+
"Aubervilliers, France" 48.917 2.400
|
134
|
+
"Auburn, AL" 32.583332 -85.466667 # from geotrack
|
135
|
+
"Auburn, AL" 32.600 -85.467
|
136
|
+
"Auburn, IN" 41.367 -85.050
|
137
|
+
"Auckland, NewZealand" -36.8666666666667 174.766666666667
|
138
|
+
"Auckland, NewZealand" -37.000 175.000
|
139
|
+
"Audubon, NJ" 39.883 -75.067
|
140
|
+
"Audubon, NJ" 39.890830 -75.073330 # geonames.usgs.gov fc "ppl" population 9127
|
141
|
+
"Augsburg, Germany" 48.350 10.900
|
142
|
+
"Augsburg, Germany" 54.500000 9.100000 # from geotrack
|
143
|
+
"Augusta, GA" 33.470830 -81.975000 # geonames.usgs.gov fc "ppl" population 43459
|
144
|
+
"Augusta, ME" 44.300 -69.767
|
145
|
+
"Augusta, ME" 44.3105555555556 -69.78
|
146
|
+
"Aurora, CO" 39.700001 -104.716667 # from geotrack
|
147
|
+
"Austell, GA" 33.816666 -84.633331 # from geotrack
|
148
|
+
"Austin, TX" 29.883 -96.317
|
149
|
+
"Austin, TX" 30.266899 -97.742798
|
150
|
+
"Austin, TX" 30.299999 -97.750000 # from geotrack
|
151
|
+
"Avalon, NJ" 39.100 -74.717
|
152
|
+
"Avalon, NJ" 39.101110 -74.718060 # geonames.usgs.gov fc "ppl" population 1683
|
153
|
+
"Avenel, NJ" 40.567 -74.283
|
154
|
+
"Avenel, NJ" 40.580280 -74.285560 # geonames.usgs.gov fc "ppl" population
|
155
|
+
"Aviero, Portugal" 37.799999 -9.000000 # from geotrack
|
156
|
+
"Avignon, France" 43.933 4.800
|
157
|
+
"Avignon, France" 43.95 4.81666666666667
|
158
|
+
"Bagnolet, France" 48.799999 2.400000 # from geotrack
|
159
|
+
"Bakersfield, CA" 35.349998 -119.000000 # from geotrack
|
160
|
+
"Bakersfield, CA" 35.367 -119.017
|
161
|
+
"Ballarat, Australia" -37.55 143.833 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
162
|
+
"Baltimore, MD" 39.290298 -76.612503
|
163
|
+
"Baltimore, MD" 39.299999 -76.599998 # from geotrack
|
164
|
+
"Baltimore, MD" 39.467 -76.650
|
165
|
+
"Balzers, Leichenstein" 47.099998 9.500000 # from geotrack
|
166
|
+
"Bamberg, Germany" 49.816666 10.816667 # from geotrack
|
167
|
+
"Bangalore, IN" 12.967 77.583 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
168
|
+
"Bangalore, India" 12.967 77.583
|
169
|
+
"Bangalore, India" 12.967 77.583 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
170
|
+
"Bangkok, Thailand" 13.733 100.500
|
171
|
+
"Bangkok, Thailand" 13.75 100.516666666667
|
172
|
+
"Bangor, ME" 44.816666 -68.783333 # from geotrack
|
173
|
+
"Barcelona, Spain" 41.383 2.183
|
174
|
+
"Barcelona, Spain" 41.417 2.167 # manual
|
175
|
+
"Bari, Italy" 40.933 16.667
|
176
|
+
"Bari, Italy" 41.117 16.867
|
177
|
+
"Barnegat, NJ" 39.753060 -74.223330 # geonames.usgs.gov fc "ppl" population
|
178
|
+
"Barnsley, UnitedKingdom" 51.750 -1.900
|
179
|
+
"Barnwood, UnitedKingdom"
|
180
|
+
"Barnwood, UnitedKingdom" 51.867 -2.217
|
181
|
+
"Barrie, Canada" 44.367 -79.700
|
182
|
+
"Barrie, Canada" 44.4 -79.6666666666667
|
183
|
+
"Basel, Switzerland" 47.550 7.600
|
184
|
+
"Basel, Switzerland" 47.560001 7.600000 # from geotrack
|
185
|
+
"Basildon" 51.567 0.417
|
186
|
+
"Bath, UnitedKingdom" 51.299999 -2.500000 # from geotrack
|
187
|
+
"Bath, UnitedKingdom" 51.383 -2.367
|
188
|
+
"Bathurst, Australia" -33.415 149.57 # http://life.csu.edu.au/geo/findlatlong.html
|
189
|
+
"Baton Rouge, LA" 30.433332 -91.116669 # from geotrack
|
190
|
+
"Baton Rouge, LA" 30.450 -91.150
|
191
|
+
"Baton Rouge, LA" 30.450600 -91.154404
|
192
|
+
"Bautzen, Germany" 51.183 14.483
|
193
|
+
"Bautzen, Germany" 51.183333 14.433333 #nima.mil type N cc GM adm1 13
|
194
|
+
"Bay Minette, AL" 30.882780 -87.773060 # geonames.usgs.gov fc "ppl" population 8455
|
195
|
+
"Bayreuth, Germany" 49.450 11.583
|
196
|
+
"Bayreuth, Germany" 49.930000 11.560000 # from geotrack
|
197
|
+
"Baytown, TX" 29.733 -94.967
|
198
|
+
"Baytown, TX" 29.733334 -94.966667 # from geotrack
|
199
|
+
"Bayville, NJ" 39.900 -74.150
|
200
|
+
"Bayville, NJ" 39.909170 -74.155280 # geonames.usgs.gov fc "ppl" population
|
201
|
+
"Beaujon, France" 48.867 2.333 # either a street in paris or a hospital in clichy?
|
202
|
+
"Beaumont, TX" 30.083 -94.100
|
203
|
+
"Beaumont, TX" 30.0858333333333 -94.1016666666667
|
204
|
+
"Beaverton, OR" 45.466667 -122.816666 # from geotrack
|
205
|
+
"Bedford, MA" 42.490799 -71.276489
|
206
|
+
"Beijing, China" 39.917 116.433
|
207
|
+
"Beijing, China" 39.928889 116.388333 #nima.mil type N cc CH adm1 22
|
208
|
+
"Belfast, UnitedKingdom" 54.500000 -6.000000 # from geotrack
|
209
|
+
"Belfast, UnitedKingdom" 54.583 -5.917
|
210
|
+
"Belgrade, Serbia" 44.818611 20.468056 #nima.mil type C cc YI adm1 02
|
211
|
+
"Belleville, Canada" 44.1666666666667 -77.3833333333333
|
212
|
+
"Belleville, MI" 42.2047222222222 -83.4852777777778
|
213
|
+
"Bellevue, WA" 47.599998 -122.150002 # from geotrack
|
214
|
+
"Bellevue, WA" 47.610600 -122.199501
|
215
|
+
"Bellingham, WA" 48.750 -122.483
|
216
|
+
"Beloit, WI" 42.516666 -89.016670 # from geotrack
|
217
|
+
"Bemidji, MN" 47.466667 -94.866669 # from geotrack
|
218
|
+
"Bend, OR" 44.058330 -121.314170 # geonames.usgs.gov fc "ppl" population 23951
|
219
|
+
"Bendigo, Australia" -36.75 144.25 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
220
|
+
"Bendigo, Australia" -36.800 144.350
|
221
|
+
"Benning, DC" 38.883 -76.933
|
222
|
+
"Benning, DC" 38.895000 -76.949170 # geonames.usgs.gov fc "ppl" population
|
223
|
+
"Bergamo, Italy" 45.7 9.667
|
224
|
+
"Bergamo, Italy" 45.833 9.800
|
225
|
+
"Bergen, Norway" 60.283333 5.216667 # from geotrack
|
226
|
+
"Berkeley, CA" 37.866665 -122.283333 # from geotrack
|
227
|
+
"Berkeley, CA" 37.867 -122.267
|
228
|
+
"Berlin" 52.533 13.417
|
229
|
+
"Berlin, Germany" 52.500 13.417
|
230
|
+
"Berlin, Germany" 52.516666 13.333333 # from geotrack
|
231
|
+
"Bern, Switzerland" 46.916668 7.416667 # from geotrack
|
232
|
+
"Bern, Switzerland" 46.950 7.433
|
233
|
+
"Besancon, France" 47.233 6.033
|
234
|
+
"Besancon, France" 47.250000 6.030000 # from geotrack
|
235
|
+
"Biel, Switzerland" 47.160000 7.250000 # from geotrack
|
236
|
+
"Bielefeld, Germany" 52.029999 8.540000 # from geotrack
|
237
|
+
"Bielefeld, Germany" 52.033 8.533
|
238
|
+
"Biggin Hill, UnitedKingdom" 51.316 0.031 #manual www.heavens-above.com
|
239
|
+
"Bilbao, Spain" 43.250 -2.933
|
240
|
+
"Bilbao, Spain" 43.250000 -3.000000 # from geotrack
|
241
|
+
"Billerica, MA" 42.550 -71.267
|
242
|
+
"Billings, MT" 45.783 -108.500
|
243
|
+
"Billings, MT" 45.783581 -108.500099
|
244
|
+
"Binghampton, NY" 40.714199 -74.006401
|
245
|
+
"Binghamton, NY" 42.083 -75.917
|
246
|
+
"Binghamton, NY" 42.099998 -75.900002 # from geotrack
|
247
|
+
"Birmingham, AL" 33.516666 -86.783333 # from geotrack
|
248
|
+
"Birmingham, AL" 33.517 -86.800
|
249
|
+
"Birmingham, AL" 33.520599 -86.802498
|
250
|
+
"Birmingham, MI" 42.533 -83.200
|
251
|
+
"Birmingham, MI" 42.533333 -83.199997 # from geotrack
|
252
|
+
"Birmingham, MI" 42.546670 -83.211390 # geonames.usgs.gov fc "ppl" population 20505
|
253
|
+
"Birmingham, MI" 42.546700 -83.211403
|
254
|
+
"Birmingham, UnitedKingdom" 52.299999 -2.000000 # from geotrack
|
255
|
+
"Birmingham, UnitedKingdom" 52.500 -1.917
|
256
|
+
"Bismarck, ND" 46.800 -100.783
|
257
|
+
"Bismarck, ND" 46.808330 -100.783330 # geonames.usgs.gov fc "ppl" population 52592
|
258
|
+
"Bismark, ND" 47.581299 -100.341003
|
259
|
+
"Blaavand, Denmark" 57.083332 9.850000 # approximate it as alborg.
|
260
|
+
"Blackbush, UnitedKingdom" 51.3 -0.9 #manual http://www.flyunity.com/odbc/waypointinfo.asp?code=BLC&type=VOR
|
261
|
+
"Blackpool, UnitedKingdom" 53.783 -3.033
|
262
|
+
"Bletchley, UnitedKingdom" 51.983333 -0.733333 #nima.mil type N cc UK adm1 00
|
263
|
+
"Bletchley, UnitedKingdom" 52.000 -0.767
|
264
|
+
"Bloomington, CA" 34.049999 -117.383331 # from geotrack
|
265
|
+
"Bloomington, IL" 40.466667 -88.966667 # from geotrack
|
266
|
+
"Bloomington, IL" 40.483 -88.983
|
267
|
+
"Bloomington, IN" 39.017 -86.933
|
268
|
+
"Bl�vand, Denmark" 57.083332 9.850000 # approximate it as alborg.
|
269
|
+
"Boca Raton, FL" 26.350 -80.083
|
270
|
+
"Boca Raton, FL" 26.358299 -80.083298
|
271
|
+
"Boca Raton, FL" 26.366667 -80.099998 # from geotrack
|
272
|
+
"Bochum, Germany" 51.4666666666667 7.21666666666667
|
273
|
+
"Bochum, Germany" 51.467 7.183
|
274
|
+
"Boden, Sweden" 65.800003 21.700001 # from geotrack
|
275
|
+
"Bogota, Colombia" 10.400 -75.283 ##manual www.heavens-above.com
|
276
|
+
"Bogota, Colombia" 4.633 -74.083
|
277
|
+
"Bohemia, NY" 40.767 -73.100
|
278
|
+
"Bohemia, NY" 40.768902 -73.110802
|
279
|
+
"Boise, ID" 43.599998 -116.199997 # from geotrack
|
280
|
+
"Boise, ID" 43.967 -115.800
|
281
|
+
"Bologna, Italy" 44.467 11.433
|
282
|
+
"Bologna, Italy" 44.533333 11.283334 # from geotrack
|
283
|
+
"Bolzano, Italy" 46.516667 11.366667 #nima.mil type N cc IT adm1 17
|
284
|
+
"Bolzano, Italy" 46.717 11.500
|
285
|
+
"Bombay, IN" 18.933 72.850 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
286
|
+
"Bombay, India" 18.933 72.850 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
287
|
+
"Bombay, India" 18.933 72.850
|
288
|
+
"Bonaventure, Canada" 48.05 -65.4833333333333
|
289
|
+
"Bonn, Germany" 50.716667 7.066667 # from geotrack
|
290
|
+
"Bonn, Germany" 50.733 7.100
|
291
|
+
"Boras, Spain" 40.400002 -3.700000 # from geotrack
|
292
|
+
"Bordeaux, France" 44.833 -0.567
|
293
|
+
"Bordeaux, France" 44.8333333333333 -0.566666666666667
|
294
|
+
"Bordertown, Australia" -36.316667 140.766667 #nima.mil type N cc AS adm1 05
|
295
|
+
"Boryung, SouthKorea" 36.3333333 126.5 # Boryeong gun (nima.mil)
|
296
|
+
"Boston" 42.358299 -71.060303
|
297
|
+
"Boston, MA" 42.333332 -71.016670 # from geotrack
|
298
|
+
"Boston, MA" 42.350 -71.050
|
299
|
+
"Boston, MA" 42.358299 -71.060303
|
300
|
+
"Boulder, CO" 40.016666 -105.250000 # from geotrack
|
301
|
+
"Boulder, CO" 40.083 -105.350
|
302
|
+
"Boulogne, France" 50.700001 1.500000 # from geotrack
|
303
|
+
"Bowdoin, MT" 48.383335 -107.599998 # from geotrack
|
304
|
+
"Bowling Green, OH" 41.366665 -83.633331 # from geotrack
|
305
|
+
"BowlingGreen, KY" 36.983 -86.433
|
306
|
+
"Bozeman, MT" 45.667 -111.033
|
307
|
+
"Bozeman, MT" 45.6797222222222 -111.037777777778
|
308
|
+
"Bracke, Sweden" 62.733 15.500
|
309
|
+
"Bracke, Sweden" 62.799999 15.700000 # from geotrack
|
310
|
+
"Bracknell, UnitedKingdom" 51.433 -0.767 # getty
|
311
|
+
"Bradford, UnitedKingdom" 50.833 -4.233
|
312
|
+
"Bradford, UnitedKingdom" 53.799999 -1.750000 # from geotrack
|
313
|
+
"Braga, Portugal" 41.500000 -8.500000 # from geotrack
|
314
|
+
"Brampton, Canada" 43.683 -79.767
|
315
|
+
"Brampton, Canada" 43.716 -79.7253
|
316
|
+
"Brandenburg, Germany" 52.4 12.5333333333333
|
317
|
+
"Brandenburg, Germany" 52.417 12.567
|
318
|
+
"Branson, MO" 36.643610 -93.218330 # geonames.usgs.gov fc "ppl" population 4454
|
319
|
+
"Bratislava, Slovakia" 48.150002 17.116667 # from geotrack
|
320
|
+
"Bratislava, Slovakia" 48.167 17.167
|
321
|
+
"Braunschweig, Germany" 52.250 10.500
|
322
|
+
"Braunschweig, Germany" 52.259998 10.540000 # from geotrack
|
323
|
+
"Bremen, Germany" 53.033333 8.783334 # from geotrack
|
324
|
+
"Bremen, Germany" 53.050 8.833
|
325
|
+
"Brentwood, NY" 40.766666 -73.233330 # from geotrack
|
326
|
+
"Brescia, Italy" 45.55 13.25
|
327
|
+
"Brescia, Italy" 45.633 10.300
|
328
|
+
"Brest, France" 48.383 -4.500
|
329
|
+
"Brest, France" 48.4 -4.48333333333333
|
330
|
+
"Bridgeport, CT" 41.166901 -73.205299
|
331
|
+
"Bridgeport, CT" 41.167 -73.200
|
332
|
+
"Bridgeton, MO" 38.753502 -90.416199
|
333
|
+
"Bridgeton, NJ" 39.417 -75.233
|
334
|
+
"Bridgeton, NJ" 39.427220 -75.234440 # geonames.usgs.gov fc "ppl" population 19038
|
335
|
+
"Bridgewater, MA" 41.983334 -70.966667 # from geotrack
|
336
|
+
"Bridgewater, VA" 38.383335 -78.966667 # from geotrack
|
337
|
+
"Brighton, MI" 42.517 -83.767
|
338
|
+
"Brighton, MI" 42.529440 -83.780280 # geonames.usgs.gov fc "ppl" population 6451
|
339
|
+
"Brighton, UnitedKingdom" 50.83 -0.15 # http://wwp.wwp.org.uk/uk-towns-cities.htm
|
340
|
+
"Brighton, UnitedKingdom" 50.833 -0.167
|
341
|
+
"Brisbane, Australia" -27.4166 153.033 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
342
|
+
"Brisbane, Australia" -27.500 153.000
|
343
|
+
"Bristol, UnitedKingdom" 51.500 -2.667
|
344
|
+
"Bristol, UnitedKingdom" 51.500000 -2.600000 # from geotrack
|
345
|
+
"Bristol, WI" 42.5588888888889 -88.0491666666667
|
346
|
+
"Brno, CzechRepublic" 49.200001 16.600000 # from geotrack
|
347
|
+
"Broadview, IL" 41.850 -87.850
|
348
|
+
"Broadview, IL" 41.862270 -87.852997
|
349
|
+
"Broken Arrow, OK" 36.033333 -95.783333 # from geotrack
|
350
|
+
"Bromma, Sweden" 59.000000 18.000000 # from geotrack
|
351
|
+
"Bronx, NY" 40.849998 -73.866669 # from geotrack
|
352
|
+
"Brookdale, NJ" 40.833332 -74.183334 # from geotrack
|
353
|
+
"Brookfield, WI" 43.062302 -88.106186
|
354
|
+
"Brookhaven, MI" 44.733300 -85.552500
|
355
|
+
"Broomfield, CO" 39.920601 -105.086098
|
356
|
+
"Brownsville, TX" 25.901390 -97.497220 # geonames.usgs.gov fc "ppl" population 112904
|
357
|
+
"Bruges, Belgium" 51.216667 3.233333 #nima.mil type V cc BE adm1 09
|
358
|
+
"Brunel, UnitedKingdom" 59.000000 0.000000 # from geotrack
|
359
|
+
"Brunswick, ME" 43.900 -69.950
|
360
|
+
"Brussels" 50.833 4.333
|
361
|
+
"Brussels, Belgium" 50.833 4.333
|
362
|
+
"Brussels, Belgium" 50.849998 4.350000 # from geotrack
|
363
|
+
"Bryan, TX" 30.666666 -96.349998 # from geotrack
|
364
|
+
"Bucharest, Romania" 44.383335 26.166666 # from geotrack
|
365
|
+
"Bucharest, Romania" 44.433 26.100
|
366
|
+
"Buchs, Switzerland" 47.450001 8.450000 # from geotrack
|
367
|
+
"Budapest, Hungary" 47.416668 19.250000 # from geotrack
|
368
|
+
"Budapest, Hungary" 47.500 19.083
|
369
|
+
"Buenos Aires, Argentina" -34.6 -58.45
|
370
|
+
"Buenos Aires, Argentina" -38.750 -62.250
|
371
|
+
"BuenosAires, Argentina" -34.667 -58.500
|
372
|
+
"Buffalo, NY" 42.883335 -78.849998 # from geotrack
|
373
|
+
"Buffalo, NY" 42.886398 -78.878601
|
374
|
+
"Bull Shoals, AR" 36.366665 -92.583336 # from geotrack
|
375
|
+
"Bunbury, Australia" -33.327 115.634 # http://life.csu.edu.au/geo/findlatlong.html
|
376
|
+
"Bunbury, Australia" -33.333 115.567
|
377
|
+
"Bundaberg, Australia" -24.87 152.345 # http://life.csu.edu.au/geo/findlatlong.html
|
378
|
+
"Burbank, CA" 34.167 -118.300
|
379
|
+
"Burbank, CA" 34.183334 -118.316666 # from geotrack
|
380
|
+
"Burlington, Canada" 43.325977 -79.792000
|
381
|
+
"Burlington, MA" 42.504848 -71.195847
|
382
|
+
"Burlington, MI" 42.128201 -85.095299
|
383
|
+
"Burlington, NJ" 39.883 -74.633
|
384
|
+
"Burlington, NJ" 40.071110 -74.865280 # geonames.usgs.gov fc "ppl" population 9878
|
385
|
+
"Burlington, VT" 44.475830 -73.212500 # geonames.usgs.gov fc "ppl" population 38306
|
386
|
+
"Burnaby, BC,Canada" 49.200001 -122.000000 # from geotrack
|
387
|
+
"Burnaby, Canada" 49.200001 -122.000000 # from geotrack
|
388
|
+
"Cachan, France" 48.783 2.333
|
389
|
+
"Cachan, France" 48.8 2.33333333333333
|
390
|
+
"Caen, France" 49.183 -0.367
|
391
|
+
"Caen, France" 49.1833333333333 -0.35
|
392
|
+
"Cagliari, Italy" 39.500 8.750
|
393
|
+
"Cagliari, Italy" 39.500000 8.750000 # from geotrack
|
394
|
+
"Cairns, Australia" -16.9397 145.763 # http://life.csu.edu.au/geo/findlatlong.html
|
395
|
+
"Cairns, Australia" -16.850 145.717
|
396
|
+
"Cairo, Egypt" 30.05 31.25
|
397
|
+
"Calcutta, IN" 22.500 88.333 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
398
|
+
"Calcutta, India" 22.500 88.333
|
399
|
+
"Calcutta, India" 22.500 88.333 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
400
|
+
"Calgary, Canada" 51.05 -114.083333333333
|
401
|
+
"Calgary, Canada" 51.083 -114.083
|
402
|
+
"Cambridge, MA" 42.366665 -71.116669 # from geotrack
|
403
|
+
"Cambridge, MA" 42.367 -71.100
|
404
|
+
"Cambridge, MA" 42.375000 -71.106102
|
405
|
+
"Cambridge, ME" 45.016666 -69.466667 # from geotrack
|
406
|
+
"Cambridge, UnitedKingdom" 52.200 0.117
|
407
|
+
"Cambridge, UnitedKingdom" 52.200001 0.000000 # from geotrack
|
408
|
+
"Camden, NJ" 39.783 -74.967
|
409
|
+
"Camden, NJ" 39.925800 -75.120003
|
410
|
+
"Camden, UnitedKingdom" 51.583 -0.167
|
411
|
+
"Campbell River, Canada" 50.017 -125.300
|
412
|
+
"Campbell River, Canada" 50.02 -125.24
|
413
|
+
"Campbelltown, Australia" -34.055 150.817 # http://life.csu.edu.au/geo/findlatlong.html
|
414
|
+
"Canberra, Australia" -35.25 149.133 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
415
|
+
"Canberra, Australia" -35.300 149.133
|
416
|
+
"Canterbury, UnitedKingdom" 51.299999 1.100000 # from geotrack
|
417
|
+
"Canton, MI" 42.308610 -83.482220 # geonames.usgs.gov fc "ppl" population
|
418
|
+
"Canton, OH" 40.799183 -81.378311
|
419
|
+
"Caparica, Portugal" 38.700001 -9.200000 # from geotrack
|
420
|
+
"Cape Town, SouthAfrica" -33.9166666666667 18.3666666666667
|
421
|
+
"CapeGirardeau, MO" 37.383 -89.717
|
422
|
+
"CapeTown, SouthAfrica" -33.933 18.467
|
423
|
+
"Caracas, Venezuela" 10.5 -66.9333333333333
|
424
|
+
"Caracas, Venezuela" 10.500 -66.917
|
425
|
+
"Carbondale, IL" 37.716667 -89.216667 # from geotrack
|
426
|
+
"Carbondale, IL" 37.717 -89.217
|
427
|
+
"Cardiff, UnitedKingdom" 51.40 -3.34
|
428
|
+
"Cardiff, UnitedKingdom" 51.500 -3.167
|
429
|
+
"Carlsbad, CA" 33.150 -117.333
|
430
|
+
"Carlsbad, CA" 33.1580555555556 -117.349722222222
|
431
|
+
"Carlton, TX" 31.916666 -98.166664 # from geotrack
|
432
|
+
"Carmel, IN" 39.967 -86.117
|
433
|
+
"Carmel, IN" 39.9783333333333 -86.1180555555555
|
434
|
+
"Caro, MI" 43.491110 -83.396940 # geonames.usgs.gov fc "ppl" population 4005
|
435
|
+
"Carrollton, TX" 32.953602 -96.889999
|
436
|
+
"Catania, Italy" 37.333 14.667
|
437
|
+
"Catania, Italy" 37.400002 14.700000 # from geotrack
|
438
|
+
"Cedar Knolls, NJ" 40.823002 -74.452301
|
439
|
+
"Cedar Rapids, IA" 42.000 -91.633
|
440
|
+
"Cedar Rapids, IA" 42.007881 -91.644363
|
441
|
+
"CedarFalls, IA" 42.517 -92.433
|
442
|
+
"Cedarville, OH" 39.733334 -83.800003 # from geotrack
|
443
|
+
"Celina, OH" 40.548890 -84.570280 # geonames.usgs.gov fc "ppl" population 10428
|
444
|
+
"Central, MI" 47.407220 -88.200560 # geonames.usgs.gov fc "ppl" population
|
445
|
+
"Centralia, IL" 38.525000 -89.133330 # geonames.usgs.gov fc "ppl" population 14562
|
446
|
+
"Centralia, WA" 46.716390 -122.953060 # geonames.usgs.gov fc "ppl" population 12635
|
447
|
+
"Chamblee, GA" 33.883335 -84.300003 # from geotrack
|
448
|
+
"Champagne, France" 45.033333 1.833333 #nima.mil type N cc FR adm1 B1
|
449
|
+
"Champaign, IL" 40.099998 -88.250000 # from geotrack
|
450
|
+
"Champaign, IL" 40.116402 -88.243301
|
451
|
+
"Champaign, IL" 40.133 -88.200
|
452
|
+
"Champlain, NY" 44.983334 -73.433334 # from geotrack
|
453
|
+
"Chancetown, VA" 37.632488 -75.700882
|
454
|
+
"Chandler, AZ" 33.283333 -111.866669 # from geotrack
|
455
|
+
"Chapel Hill, NC" 35.913060 -79.056110 # geonames.usgs.gov fc "ppl" population 46614
|
456
|
+
"ChapelHill, NC" 35.933 -82.700
|
457
|
+
"Charlebourg, France" 48.900002 2.250000 # from geotrack
|
458
|
+
"Charleroi, Belgium" 50.417 4.433
|
459
|
+
"Charleston, SC" 32.767 -79.967
|
460
|
+
"Charleston, SC" 32.783333 -79.983330 # from geotrack
|
461
|
+
"Charleston, WV" 38.349720 -81.632780 # geonames.usgs.gov fc "ppl" population 56553
|
462
|
+
"Charlotte, NC" 35.183334 -80.833336 # from geotrack
|
463
|
+
"Charlotte, NC" 35.217 -80.833
|
464
|
+
"Charlotte, NC" 35.226898 -80.843300
|
465
|
+
"Charlottesville, VA" 38.029160 -78.477188
|
466
|
+
"Chatham, Canada" 42.4 -82.183 # Chatham, ont, could be nb instead
|
467
|
+
"Chatham, Canada" 47.033 -65.500
|
468
|
+
"Chatsworth, CA" 34.257217 -118.599365
|
469
|
+
"Chattanooga, TN" 35.049999 -85.250000 # from geotrack
|
470
|
+
"Chemnitz, Germany" 50.833 12.917
|
471
|
+
"Chemnitz, Germany" 50.833 12.917
|
472
|
+
"Chester, PA" 39.833332 -75.366669 # from geotrack
|
473
|
+
"Chesterfield, MO" 38.650002 -90.566666 # from geotrack
|
474
|
+
"Cheswick, VA" 40.500000 -74.199997 # from geotrack
|
475
|
+
"Cheyenne, WY" 41.133 -104.817
|
476
|
+
"Cheyenne, WY" 41.133335 -104.783333 # from geotrack
|
477
|
+
"Chiapas, Mexico" 16.500 -92.500
|
478
|
+
"Chiapas, Mexico" 16.500000 -91.750000 #nima.mil type N cc MX adm1 05
|
479
|
+
"Chiba, Japan" 35.333 140.000
|
480
|
+
"Chiba, Japan" 35.6 140.116666666667
|
481
|
+
"Chicago, IL" 41.799999 -87.800003 # from geotrack
|
482
|
+
"Chicago, IL" 41.849998 -87.650002
|
483
|
+
"Chicago, IL" 41.850 -87.650
|
484
|
+
"Chico, CA" 39.750000 -121.800003 # from geotrack
|
485
|
+
"Chico, CA" 40.117 -121.500
|
486
|
+
"Chihuahua, Mexico" 28.500 -106.000
|
487
|
+
"Chihuahua, Mexico" 28.6333333333333 -106.083333333333
|
488
|
+
"China Lake, CA" 35.650639 -117.661293
|
489
|
+
"Chinchilla, Australia" -26.85 150.33 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
490
|
+
"Choonchun, Korea"
|
491
|
+
"Choonchun, SouthKorea"
|
492
|
+
"Choonchun, SouthKorea" 37.874722 127.734167 # Chuncheon
|
493
|
+
"Christchurch, NewZealand" -43.533333 172.633333 #nima.mil type N cc NZ adm1 00
|
494
|
+
"Chunan, Korea"
|
495
|
+
"Chunan, SouthKorea" 35.423 129.153
|
496
|
+
"Chuncheon, SouthKorea" 37.874722 127.734167 #nima.mil type V cc KS adm1 06
|
497
|
+
"Chungju, SouthKorea" 36.9666666666667 127.966666666667
|
498
|
+
"Chungju, SouthKorea" 36.967 127.917
|
499
|
+
"Chunju, SouthKorea" 35.821944 127.148889 #nima.mil type V cc KS adm1 03
|
500
|
+
"Churchville, MD" 39.550 -76.233
|
501
|
+
"Churchville, MD" 39.561110 -76.245830 # geonames.usgs.gov fc "ppl" population
|
502
|
+
"Cincinnati, OH" 39.133335 -84.500000 # from geotrack
|
503
|
+
"Cincinnati, OH" 39.150 -84.450
|
504
|
+
"Cincinnati, OH" 39.161900 -84.457001
|
505
|
+
"Cityreach, UnitedKingdom"
|
506
|
+
"Ciudad Real, Spain" 39.000000 -4.000000 # from geotrack
|
507
|
+
"Clare, Australia" -19.78332 147.23334 # life.csu.edu.au if SA -33.816/138.643
|
508
|
+
"Claremont, CA" 34.083 -117.717
|
509
|
+
"Claremont, CA" 34.116665 -117.699997 # from geotrack
|
510
|
+
"Claremore, OK" 36.299999 -95.616669 # from geotrack
|
511
|
+
"Clarion, PA" 41.200001 -79.366669 # from geotrack
|
512
|
+
"Clarksburg, WV" 39.266666 -80.316666 # from geotrack
|
513
|
+
"Clearwater, FL" 27.966667 -82.750000 # from geotrack
|
514
|
+
"Clementon, NJ" 39.800 -74.983
|
515
|
+
"Clementon, NJ" 39.811390 -74.983330 # geonames.usgs.gov fc "ppl" population 5606
|
516
|
+
"Clemson, SC" 34.683300 -82.837502
|
517
|
+
"Clemson, SC" 34.683334 -82.800003 # from geotrack
|
518
|
+
"Clermont, France" 43.049999 2.400000 # from geotrack
|
519
|
+
"Cleveland, GA" 34.583332 -83.750000 # from geotrack
|
520
|
+
"Cleveland, OH" 41.466667 -81.666664 # from geotrack
|
521
|
+
"Cleveland, OH" 41.499401 -81.695602
|
522
|
+
"Cliffside Park, NJ" 40.821400 -73.988899
|
523
|
+
"Clinton, MI" 42.071940 -83.971670 # geonames.usgs.gov fc "ppl" population 2546
|
524
|
+
"Clinton, MI" 42.950 -84.600
|
525
|
+
"Clyde, OH" 41.300 -82.967
|
526
|
+
"Clyde, OH" 41.304170 -82.975280 # geonames.usgs.gov fc "ppl" population 5930
|
527
|
+
"Coatesville, PA" 39.967 -75.817
|
528
|
+
"Coatesville, PA" 39.983060 -75.824170 # geonames.usgs.gov fc "ppl" population 11838
|
529
|
+
"Coatzacoalcos, Mexico" 18.15 -94.4166666666667
|
530
|
+
"Coatzacoalcos, Mexico" 18.167 -94.417
|
531
|
+
"Cockeysville, MD" 39.481100 -76.644200
|
532
|
+
"Coffs Harbour, Australia" -30.313 153.137 # http://life.csu.edu.au/geo/findlatlong.html
|
533
|
+
"Coimbra, Portugal" 40.200001 -8.400000 # from geotrack
|
534
|
+
"Colchester, UnitedKingdom" 51.88 0.9
|
535
|
+
"Colchester, UnitedKingdom" 51.900 0.900
|
536
|
+
"Colima, Mexico" 19.167 -104.000
|
537
|
+
"Colima, Mexico" 19.233333 -103.716667 #nima.mil type N cc MX adm1 08 (state 8 is colima)
|
538
|
+
"College Park, MD" 38.967 -76.933
|
539
|
+
"College Park, MD" 38.980560 -76.937220 # geonames.usgs.gov fc "ppl" population 21320
|
540
|
+
"College Station, TX" 30.617 -96.333
|
541
|
+
"College Station, TX" 30.627780 -96.334170 # geonames.usgs.gov fc "ppl" population 57273
|
542
|
+
"CollegePark, MD" 38.967 -76.933
|
543
|
+
"Collinsville, IL" 38.666668 -89.983330 # from geotrack
|
544
|
+
"Collinsville, IL" 38.667 -89.983
|
545
|
+
"Cologne, Germany" 65.933 6.95 # getty
|
546
|
+
"Cologne, Germany" 50.933 6.950
|
547
|
+
"Colorado Springs, CO" 38.833 -104.817
|
548
|
+
"Colorado Springs, CO" 38.833900 -104.820801
|
549
|
+
"Colorado Springs, CO" 38.849998 -104.750000 # from geotrack
|
550
|
+
"ColoradoSprings, CO" 38.833 -104.817
|
551
|
+
"Columbia, MD" 39.200001 -76.849998 # from geotrack
|
552
|
+
"Columbia, MO" 38.950 -92.333
|
553
|
+
"Columbia, MO" 38.9516666666667 -92.3338888888889
|
554
|
+
"Columbia, SC" 34.033333 -80.883331 # from geotrack
|
555
|
+
"Columbus, GA" 32.460850 -84.987701
|
556
|
+
"Columbus, MO" 38.850 -93.883
|
557
|
+
"Columbus, MO" 38.8586111111111 -93.8905555555556
|
558
|
+
"Columbus, OH" 39.961102 -82.998901
|
559
|
+
"Columbus, OH" 39.961110 -82.998890 # geonames.usgs.gov fc "ppl" population 635913
|
560
|
+
"Columbus, OH" 39.983334 -82.983330 # from geotrack
|
561
|
+
"Columbus, OH" 40.050 -82.883
|
562
|
+
"Columbus, PA" 41.940830 -79.581940 # geonames.usgs.gov fc "ppl" population
|
563
|
+
"Compiegne, France" 49.400002 2.800000 # from geotrack
|
564
|
+
"Compton, CA" 33.883335 -118.216667 # from geotrack
|
565
|
+
"Concord, NH" 43.208060 -71.538060 # geonames.usgs.gov fc "ppl" population 36198
|
566
|
+
"Conshohocken, PA" 40.066666 -75.300003 # from geotrack
|
567
|
+
"Conway, SC" 33.833332 -79.050003 # from geotrack
|
568
|
+
"Cooma, Australia" -36.233333 149.133333 #nima.mil type N cc AS adm1 02 there's another one..
|
569
|
+
"Coos Bay, OR" 43.366665 -124.216667 # from geotrack
|
570
|
+
"Copenhagen" 55.717 12.567
|
571
|
+
"Copenhagen, Denmark" 55.716667 12.450000 # from geotrack
|
572
|
+
"Copenhagen, Denmark" 55.750 12.417
|
573
|
+
"Coquitlam, Canada" 49.200 -122.817
|
574
|
+
"Coquitlam, Canada" 49.2477 -122.8924
|
575
|
+
"Coram, NY" 40.867 -73.000
|
576
|
+
"Coram, NY" 40.8686111111111 -73.0019444444444
|
577
|
+
"Cork, Ireland" 52.000000 -8.500000 # from geotrack
|
578
|
+
"Cornwall, Canada" 45.016667 -74.733333 #nima.mil type N cc CA adm1 08
|
579
|
+
"Corpus Christi, TX" 27.800 -97.383
|
580
|
+
"Corpus Christi, TX" 27.800508 -97.396248
|
581
|
+
"CorpusChristi, TX" 27.800 -97.383
|
582
|
+
"Corte, France" 42.300000 9.150000 #nima.mil type N cc FR adm1 00
|
583
|
+
"Corvallis, OR" 44.550 -123.250
|
584
|
+
"Corvallis, OR" 44.566666 -123.266670 # from geotrack
|
585
|
+
"Cosenza, Italy" 39.283 16.267
|
586
|
+
"Cosenza, Italy" 39.467 16.417
|
587
|
+
"Cottbus, Germany" 51.75 14.3166666666667
|
588
|
+
"Cottbus, Germany" 51.750 14.000
|
589
|
+
"Courtenay, Canada" 49.667 -124.967
|
590
|
+
"Courtenay, Canada" 49.68 -124.98 # http://www.seismo.nrcan.gc.ca/hazards/OF4459/of4459table1_e.php
|
591
|
+
"Coventry, UnitedKingdom" 52.42 -1.50
|
592
|
+
"Covine, OR" 44.000000 -123.000000 # from geotrack
|
593
|
+
"Covington, KY" 39.033333 -84.500000 # from geotrack
|
594
|
+
"Covington, OH" 40.116665 -84.349998 # from geotrack
|
595
|
+
"Cracow, Poland" 50.000000 20.000000 # from geotrack
|
596
|
+
"Cranfield, UnitedKingdom" 52.000000 -0.100000 # from geotrack
|
597
|
+
"Creighton, NE" 42.450001 -97.900002 # from geotrack
|
598
|
+
"Crescent City, CA" 41.755989 -124.200150
|
599
|
+
"Crowley, LA" 30.2138888888889 -92.3744444444444
|
600
|
+
"Cullman, AL" 34.1747222222222 -86.8436111111111
|
601
|
+
"Culpeper, VA" 38.473060 -77.996940 # geonames.usgs.gov fc "ppl" population 9453
|
602
|
+
"Daejun, Korea"
|
603
|
+
"Daejun, SouthKorea" 36.33333 127.4
|
604
|
+
"Dahlgren, VA" 38.331451 -77.051170
|
605
|
+
"Dallas, TX" 32.783298 -96.800003
|
606
|
+
"Dallas, TX" 32.783333 -96.750000 # from geotrack
|
607
|
+
"Dallas, TX" 33.133 -96.983
|
608
|
+
"Danville, KY" 37.6455555555556 -84.7722222222222
|
609
|
+
"Darmstadt, Germany" 49.529999 8.630000 # from geotrack
|
610
|
+
"Darmstadt, Germany" 49.867 8.650
|
611
|
+
"Darwin, Australia" -12.4166 130.85 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
612
|
+
"Darwin, Australia" -12.383 130.733
|
613
|
+
"Davenport, IA" 41.517 -90.567
|
614
|
+
"Davenport, IA" 41.523602 -90.577499
|
615
|
+
"Davis, CA" 38.549999 -121.733330 # from geotrack
|
616
|
+
"Davison, MI" 43.0347222222222 -83.5180555555555
|
617
|
+
"Dayton, OH" 39.750 -84.183
|
618
|
+
"Dayton, OH" 39.758890 -84.191670 # geonames.usgs.gov fc "ppl" population 178540
|
619
|
+
"Dayton, OH" 39.758900 -84.191704
|
620
|
+
"Dayton, OH" 39.766666 -84.183334 # from geotrack
|
621
|
+
"Daytona Beach, FL" 29.183332 -81.050003 # from geotrack
|
622
|
+
"Dearborn, MI" 42.317 -83.167
|
623
|
+
"Dearborn, MI" 42.322220 -83.176390 # geonames.usgs.gov fc "ppl" population 86187
|
624
|
+
"Decatur, IL" 39.849998 -88.933334 # from geotrack
|
625
|
+
"Deer Park, NY" 40.750000 -73.316666 # from geotrack
|
626
|
+
"Delafield, WI" 43.060830 -88.403610 # geonames.usgs.gov fc "ppl" population 6325
|
627
|
+
"Delft, Netherlands" 52.000000 4.400000 # from geotrack
|
628
|
+
"Delhi, IN" 28.617 77.167 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
629
|
+
"Delhi, India" 28.533 77.233
|
630
|
+
"Delhi, India" 28.617 77.167 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
631
|
+
"Den Bosch, Netherlands" 51.583333 6.016667 #nima.mil type N cc NL adm1 06
|
632
|
+
"Den Haag, Netherlands" 52.099998 4.300000 # from geotrack
|
633
|
+
"Denhaag, Netherlands" 52.099998 4.300000 # from geotrack
|
634
|
+
"Denton, TX" 29.600 -97.350
|
635
|
+
"Denton, TX" 33.200001 -97.116669 # from geotrack
|
636
|
+
"Denver, CO" 39.667 -104.950
|
637
|
+
"Denver, CO" 39.739201 -104.984200
|
638
|
+
"Denver, CO" 39.766666 -104.866669 # from geotrack
|
639
|
+
"Denver, Colorado" 39.739109 -104.983917
|
640
|
+
"Des Laurentides, Canada" 46.5333 -72.1166 # same as? "Deschaillons, Canada"
|
641
|
+
"Des Moines, IA" 40.917 -91.183
|
642
|
+
"Des Moines, IA" 41.566666 -93.616669 # from geotrack
|
643
|
+
"Des Moines, IA" 41.600601 -93.608902
|
644
|
+
"Deschaillons, Canada" 46.5333333333333 -72.1166666666667
|
645
|
+
"Desert Cities, CA" 37.219700 -119.764999
|
646
|
+
"Detroit, MI" 42.317 -83.033
|
647
|
+
"Detroit, MI" 42.331402 -83.045799
|
648
|
+
"Detroit, MI" 42.366665 -83.099998 # from geotrack
|
649
|
+
"Devonport, Australia" -41.166667 146.350000 #nima.mil type N cc AS adm1 06
|
650
|
+
"Dijon, France" 47.333 5.033
|
651
|
+
"Dijon, France" 47.349998 5.033333 # from geotrack
|
652
|
+
"Doncaster, UnitedKingdom" 53.500 -1.083
|
653
|
+
"Doraville, GA" 33.883 -84.283
|
654
|
+
"Doraville, GA" 33.897858 -84.284607
|
655
|
+
"Dortmund, Germany" 51.516666 7.600000 # from geotrack
|
656
|
+
"Dortmund, Germany" 51.517 7.450
|
657
|
+
"Dover, DE" 39.158060 -75.524720 # geonames.usgs.gov fc "ppl" population 28876
|
658
|
+
"Dover, NJ" 39.900 -74.150
|
659
|
+
"Dover, NJ" 40.883890 -74.562500 # geonames.usgs.gov fc "ppl" population 14498
|
660
|
+
"Downers Grove, IL" 41.783333 -88.016670 # from geotrack
|
661
|
+
"Downers Grove, IL" 41.808899 -88.011101
|
662
|
+
"Dresden, Germany" 51.05 13.75 # getty
|
663
|
+
"Dresden, Germany" 51.167 14.000
|
664
|
+
"Drummondville, Canada" 45.883333 -72.483333 #nima.mil type N cc CA adm1 10
|
665
|
+
"Dubbo, Australia" -32.254 148.608 # http://life.csu.edu.au/geo/findlatlong.html
|
666
|
+
"Dubbo, Australia" -32.267 148.683
|
667
|
+
"Dublin, Ireland" 53.333 -6.250
|
668
|
+
"Dublin, Ireland" 53.416668 -6.250000 # from geotrack
|
669
|
+
"Dubuque, IA" 42.5005555555556 -90.6644444444445
|
670
|
+
"Dudley, UnitedKingdom" 55.050 -1.583
|
671
|
+
"Duisberg, Germany" 51.4333 6.75
|
672
|
+
"Duisburg, Germany" 51.4166666666667 6.76666666666667
|
673
|
+
"Duisburg, Germany" 51.433 6.750
|
674
|
+
"Dulth, MN" 46.766666 -92.116669 # typo.
|
675
|
+
"Duluth, MN" 46.766666 -92.116669 # from geotrack
|
676
|
+
"Duluth, MN" 46.783 -92.100
|
677
|
+
"Dundee, UnitedKingdom" 56.500 -3.000
|
678
|
+
"Dunwoody, GA" 33.933 -84.333
|
679
|
+
"Dunwoody, GA" 33.945568 -84.334061
|
680
|
+
"Dunwoody, VA" 37.568600 -78.525400
|
681
|
+
"Durango, CO" 37.567 -107.567
|
682
|
+
"Durant, OK" 33.983334 -96.383331 # from geotrack
|
683
|
+
"Durham, NC" 35.966667 -78.900002 # from geotrack
|
684
|
+
"Durham, NC" 36.033 -78.867
|
685
|
+
"Durham, UnitedKingdom" 54.799999 -1.500000 # from geotrack
|
686
|
+
"Dusseldorf" 51.217 6.783
|
687
|
+
"Dusseldorf, Germany" 51.250 7.000
|
688
|
+
"Dusseldorf, Germany" 51.266666 6.750000 # from geotrack
|
689
|
+
"Ealing, UnitedKingdom" 51.500 -0.333
|
690
|
+
"Ealing, UnitedKingdom" 51.53 -0.333
|
691
|
+
"Earlham, IA" 41.483334 -94.116669 # from geotrack
|
692
|
+
"Earlsfort, Ireland" 53.299999 -9.000000 # from geotrack
|
693
|
+
"East Lansing, MI" 42.736900 -84.483902
|
694
|
+
"EastLansing, MI" 42.733 -84.483
|
695
|
+
"Eastpointe, MI" 42.467 -82.950
|
696
|
+
"Eastpointe, MI" 42.468330 -82.955560 # geonames.usgs.gov fc "ppl" population 33458
|
697
|
+
"Eatontown, NJ" 40.283 -74.050
|
698
|
+
"Eatontown, NJ" 40.296110 -74.051390 # geonames.usgs.gov fc "ppl" population 13017
|
699
|
+
"Eden, CA" 33.866665 -117.050003 # from geotrack
|
700
|
+
"Edinborough, UnitedKingdom" 55.95 -3.21666666666667 # my continued misspelling
|
701
|
+
"Edinburgh, UnitedKingdom" 55.917 -0.250
|
702
|
+
"Edinburgh, UnitedKingdom" 55.95 -3.21666666666667
|
703
|
+
"Edmond, OK" 35.666668 -97.400002 # from geotrack
|
704
|
+
"Edmonton, Canada" 53.55 -113.466666666667
|
705
|
+
"Edmonton, Canada" 53.567 -113.417
|
706
|
+
"Ehime, Japan" 33.667 132.833
|
707
|
+
"Eindhoven, Netherlands" 51.433 5.500
|
708
|
+
"Eindhoven, Netherlands" 51.500000 5.500000 # from geotrack
|
709
|
+
"Ejby, Denmark" 55.700001 12.400000 # from geotrack
|
710
|
+
"El Paso, TX" 31.758530 -106.486122
|
711
|
+
"El Paso, TX" 31.800 -106.200
|
712
|
+
"El Segundo, CA" 33.900002 -118.416664 # from geotrack
|
713
|
+
"El Segundo, CA" 33.917 -118.400
|
714
|
+
"El Vigo, Spain" 43.066667 -3.300000 #nima.mil type N cc SP adm1 55
|
715
|
+
"ElPaso, TX" 31.800 -106.200
|
716
|
+
"Elgg, Switzerland" 47.500000 8.500000 # from geotrack
|
717
|
+
"Elk Grove, IL" 41.983 -88.000
|
718
|
+
"Elk Grove, IL" 42.007259 -87.940277
|
719
|
+
"Elkhart, IN" 41.681940 -85.976670 # geonames.usgs.gov fc "ppl" population 44840
|
720
|
+
"Elkridge, MD" 39.200001 -76.750000 # from geotrack
|
721
|
+
"Elkridge, MD" 39.212500 -76.713890 # geonames.usgs.gov fc "ppl" population
|
722
|
+
"Ellensburg, WA" 46.983 -120.533
|
723
|
+
"Elmhurst, IL" 41.883 -87.933
|
724
|
+
"Elmhurst, IL" 41.883335 -87.933334 # from geotrack
|
725
|
+
"Elmira, NY" 42.083332 -76.800003 # from geotrack
|
726
|
+
"Elmsland in Meppen, Germany" 52.683333 7.316667 # Meppen
|
727
|
+
"Emory, NY" 40.599998 -74.000000 # from geotrack
|
728
|
+
"Emporia, KS" 38.400002 -96.183334 # from geotrack
|
729
|
+
"Englewood, CO" 39.633 -104.983
|
730
|
+
"Englewood, CO" 39.647800 -104.987198
|
731
|
+
"Enschede, Netherlands" 52.200001 6.900000 # from geotrack
|
732
|
+
"Erfurt, Germany" 50.9666666666667 11.0166666666667
|
733
|
+
"Erfurt, Germany" 50.967 11.033
|
734
|
+
"Erie, PA" 41.117 -80.000
|
735
|
+
"Erie, PA" 42.1291666666667 -80.0852777777778
|
736
|
+
"Erlangen, Germany" 49.500000 11.000000 # from geotrack
|
737
|
+
"Erlangen, Germany" 49.600 11.033
|
738
|
+
"Esk, Australia" -27.350 152.430 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
739
|
+
"Espoo, Finland" 60.167 24.700
|
740
|
+
"Espoo, Finland" 60.216667 24.666667 #nima.mil type N cc FI adm1 13
|
741
|
+
"Essen, Germany" 52.317 8.333
|
742
|
+
"Essen, Germany" 52.750000 9.050000 # from geotrack
|
743
|
+
"Essex, MD" 39.299999 -76.433334 # from geotrack
|
744
|
+
"Essex, MD" 39.300 -76.467
|
745
|
+
"Essex, MD" 39.309170 -76.475280 # geonames.usgs.gov fc "ppl" population
|
746
|
+
"Esslingen, Germany" 48.750 9.317
|
747
|
+
"Etapa, Bolivia" -10.750000 -65.866667 #nima.mil type N cc BL adm1 03
|
748
|
+
"Eugene, OR" 44.049999 -123.099998 # from geotrack
|
749
|
+
"Eugene, OR" 44.050 -123.083
|
750
|
+
"Eugene, OR" 44.052200 -123.085602
|
751
|
+
"Evansville, IN" 37.9747222222222 -87.5558333333333
|
752
|
+
"Everett, WA" 47.950001 -122.183334 # from geotrack
|
753
|
+
"Everett, WA" 47.983 -121.683
|
754
|
+
"Fair Haven, NJ" 40.359600 -74.038200
|
755
|
+
"Fairbanks, AK" 64.833 -147.700
|
756
|
+
"Fairfield, CT" 41.1411111111111 -73.2641666666667
|
757
|
+
"Fairfield, CT" 41.267 -73.317
|
758
|
+
"Fairmont, PA" 39.933 -79.433
|
759
|
+
"Fairmont, PA" 39.941390 -79.441390 # geonames.usgs.gov fc "ppl" population
|
760
|
+
"Fairmont, WV" 39.466667 -80.133331 # from geotrack
|
761
|
+
"Fareham, UnitedKingdom" 50.85 -1.18
|
762
|
+
"Fargo, ND" 46.867 -96.783
|
763
|
+
"Fargo, ND" 46.876278 -96.790077
|
764
|
+
"Farmingdale, NJ" 39.367 -75.100
|
765
|
+
"Farmingdale, NJ" 40.196289 -74.168442
|
766
|
+
"Faro, Portugal" 37.000000 -8.000000 # from geotrack
|
767
|
+
"Fayetteville, AR" 36.050 -94.150
|
768
|
+
"Fayetteville, AR" 36.062672 -94.156700
|
769
|
+
"Fayetteville, NC" 35.052631 -78.878487
|
770
|
+
"Fayetteville, NC" 35.117 -78.933
|
771
|
+
"Fergus, CA" 37.317 -120.533
|
772
|
+
"Fergus, CA" 37.3194444444444 -120.537222222222
|
773
|
+
"Findlay, OH" 41.0441666666667 -83.65
|
774
|
+
"Firenze, Italy" 43.783 11.25
|
775
|
+
"Firenze, Italy" 43.766667 11.250000 #nima.mil type N cc IT adm1 16
|
776
|
+
"Firenze, Italy" 43.833 11.333
|
777
|
+
"Flensburg, Germany" 54.783 9.433
|
778
|
+
"Flensburg, Germany" 54.7833333333333 9.43333333333333
|
779
|
+
"Flint, MI" 43.012500 -83.687500 # geonames.usgs.gov fc "ppl" population 138164
|
780
|
+
"Flint, MI" 43.012501 -83.687500
|
781
|
+
"Flint, MI" 43.016666 -83.683334 # from geotrack
|
782
|
+
"Flint, MI" 43.167 -83.367
|
783
|
+
"Florence, Italy" 43.799999 11.300000 # from geotrack
|
784
|
+
"Florence, SC" 34.166668 -79.766670 # from geotrack
|
785
|
+
"Florissant, MO" 38.783 -90.317
|
786
|
+
"Florissant, MO" 38.789200 -90.322502
|
787
|
+
"Flushing, MI" 43.050 -83.850
|
788
|
+
"Flushing, MI" 43.063060 -83.851110 # geonames.usgs.gov fc "ppl" population 8505
|
789
|
+
"Fort Collins, CO" 40.583 -105.083
|
790
|
+
"Fort Collins, CO" 40.5852777777778 -105.083888888889
|
791
|
+
"Fort Lauderdale, FL" 26.117 -80.133
|
792
|
+
"Fort Lauderdale, FL" 26.121901 -80.143600
|
793
|
+
"Fort Lauderdale, FL" 26.133333 -80.133331 # from geotrack
|
794
|
+
"Fort Smith, AR" 35.385830 -94.398330 # geonames.usgs.gov fc "ppl" population 74480
|
795
|
+
"Fort Wayne, IN" 41.130560 -85.128890 # geonames.usgs.gov fc "ppl" population 183359
|
796
|
+
"Fort Worth, TX" 32.717 -97.317
|
797
|
+
"Fort Worth, TX" 32.725300 -97.320602
|
798
|
+
"FortWorth, TX" 32.725300 -97.320602
|
799
|
+
"FortCollins, CO" 40.583 -105.083
|
800
|
+
"Framingham, MA" 42.267 -71.417
|
801
|
+
"Framingham, MA" 42.279202 -71.416702
|
802
|
+
"Framingham, MA" 42.299999 -71.433334 # from geotrack
|
803
|
+
"Franconia, PA" 40.300 -75.350
|
804
|
+
"Franconia, PA" 40.307780 -75.358060 # geonames.usgs.gov fc "ppl" population
|
805
|
+
"Frankford, MD" 38.733 -76.067
|
806
|
+
"Frankford, MD" 38.746940 -76.071940 # geonames.usgs.gov fc "ppl" population
|
807
|
+
"Frankfurt an der Oder, Germany" 52.350000 14.550000 #nima.mil type V cc GM adm1 11
|
808
|
+
"Frankfurt on Oder, Germany" 52.350000 14.550000 # Frankfurt an (on?) der (the?) Oder
|
809
|
+
"Frankfurt" 50.016666 8.566667 # from geotrack
|
810
|
+
"Frankfurt, Germany" 50.016666 8.566667 # from geotrack
|
811
|
+
"Frankfurt, Germany" 52.500 13.750
|
812
|
+
"Fraser, MI" 42.533 -82.933
|
813
|
+
"Fraser, MI" 42.539170 -82.949440 # geonames.usgs.gov fc "ppl" population 14085
|
814
|
+
"Fredericia, Denmark" 55.5833333333333 9.76666666666667
|
815
|
+
"Frederick, MD" 39.414200 -77.410797
|
816
|
+
"Frederick, MD" 39.467 -77.400
|
817
|
+
"Fredericksburg, VA"
|
818
|
+
"Fredericton, Canada" 45.950 -66.667
|
819
|
+
"Fredericton, Canada" 45.950000 -66.633333 #nima.mil type N cc CA adm1 04
|
820
|
+
"Fredricksburg, VA" 37.568600 -78.525400
|
821
|
+
"Fredricksburg, VA" 38.300 -77.450
|
822
|
+
"Freehold, NJ" 40.241798 -74.276802
|
823
|
+
"Freehold, NJ" 40.267 -74.250
|
824
|
+
"Freiburg, Germany" 48.000 7.850
|
825
|
+
"Freiburg, Germany" 48.016666 7.816667 # from geotrack
|
826
|
+
"Fremont, CA" 37.533 -121.983
|
827
|
+
"Fremont, CA" 37.549870 -121.987259
|
828
|
+
"Fresno, CA" 36.133 -120.550
|
829
|
+
"Fresno, CA" 36.766666 -119.783333 # from geotrack
|
830
|
+
"Fribourg, Switzerland" 46.799999 7.100000 # from geotrack
|
831
|
+
"Fuberlin, Germany" 52.533 13.417
|
832
|
+
"Fujisawa, Japan" 35.341944 139.470000 #nima.mil type N cc JA adm1 19
|
833
|
+
"Fukui, Japan" 36.000 136.250
|
834
|
+
"Fukuoka, Japan" 33.58 130.44
|
835
|
+
"Fukuoka, Japan" 35.567 137.450
|
836
|
+
"Fukushima, Japan" 37.750000 140.466667 #nima.mil type N cc JA adm1 08
|
837
|
+
"Fukushima, Japan" 41.517 140.267
|
838
|
+
"Fukuyama, Japan" 34.483 133.350
|
839
|
+
"Fullerton, CA" 33.867 -117.917
|
840
|
+
"Fullerton, CA" 33.870438 -117.924301
|
841
|
+
"Fulton, NJ" 40.000000 -74.000000 # from geotrack
|
842
|
+
"Funabashi, Japan" 35.700 139.983
|
843
|
+
"Furtwangen, Germany" 48.050 8.233
|
844
|
+
"Gainesville, FL" 29.650 -82.317
|
845
|
+
"Gainesville, FL" 29.666666 -82.333336 # from geotrack
|
846
|
+
"Galion, OH" 40.733610 -82.790000 # geonames.usgs.gov fc "ppl" population 11768
|
847
|
+
"Galva, IL" 41.164799 -90.043701
|
848
|
+
"Galva, IL" 41.167 -90.033
|
849
|
+
"Galway, Ireland" 53.299999 -9.000000 # from geotrack
|
850
|
+
"Gambrills, MD" 39.066940 -76.665560 # geonames.usgs.gov fc "ppl" population
|
851
|
+
"Gambrills, MD" 39.067 -76.650
|
852
|
+
"Garching, Germany" 18.100000 12.500000 # from geotrack
|
853
|
+
"Garden City, NY" 40.716667 -73.633331 # from geotrack
|
854
|
+
"Garden City, NY" 40.725651 -73.638901
|
855
|
+
"Gardena, CA" 33.883 -118.300
|
856
|
+
"Gardena, CA" 33.888027 -118.310577
|
857
|
+
"Gardenia, CA" 33.888027 -118.310577 # my mistake.
|
858
|
+
"Gary, IN" 41.583332 -87.333336 # from geotrack
|
859
|
+
"Gastonia, NC" 35.261940 -81.187500 # geonames.usgs.gov fc "ppl" population 59093
|
860
|
+
"Gateshead, UnitedKingdom" 55.000 -1.583
|
861
|
+
"Gaziantep, Turkey" 39.0 35.0 # correct me
|
862
|
+
"Gdansk, Poland" 54.333332 18.666666 # from geotrack
|
863
|
+
"Gdansk, Poland" 54.367 18.683
|
864
|
+
"Geelong, Australia" -38.166 144.366 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
865
|
+
"Geelong, Australia" -38.150 144.350
|
866
|
+
"Geneseo, NY" 42.783 -77.817
|
867
|
+
"Geneseo, NY" 42.795830 -77.817220 # geonames.usgs.gov fc "ppl" population 7651
|
868
|
+
"Geneva, Switzerland" 46.217 6.150
|
869
|
+
"Geneva, Switzerland" 46.233334 6.066667 # from geotrack
|
870
|
+
"Geneva, TX" 31.466667 -93.916664 # from geotrack
|
871
|
+
"Genoa, Italy" 44.417 8.950
|
872
|
+
"Genoa, Italy" 44.417 8.950 # getty
|
873
|
+
"Gent, Belgium" 51.050 3.717
|
874
|
+
"Gent, Belgium" 51.050000 3.716667 #nima.mil type N cc BE adm1 08
|
875
|
+
"Georgetown, TX" 30.632500 -97.676940 # geonames.usgs.gov fc "ppl" population 17598
|
876
|
+
"Gera, Germany" 50.733333 10.850000 #nima.mil type V cc GM adm1 15
|
877
|
+
"Gera, Germany" 50.867 12.083
|
878
|
+
"Geraldton, Australia" -28.775 114.61 # http://life.csu.edu.au/geo/findlatlong.html
|
879
|
+
"Ghent, Belgium" 51.05 3.71666666666667
|
880
|
+
"Gibsons, Canada" 49.2666666666667 -123.116666666667 # in bc anyway
|
881
|
+
"Giessen, Germany" 50.583 8.650
|
882
|
+
"Giessen, Germany" 50.5833333333333 8.66666666666667
|
883
|
+
"Gieterveen, Netherlands" 53.000000 6.800000 # from geotrack
|
884
|
+
"Gifu, Japan" 35.450 136.767
|
885
|
+
"Gig Harbor, WA" 47.3294444444444 -122.578888888889
|
886
|
+
"Gig Harbor, WA" 47.333 -122.567
|
887
|
+
"Gilbert, Australia"
|
888
|
+
"Gilbert, Australia" -18.150000 142.866667 #nima.mil type V cc AS adm1 04
|
889
|
+
"Gladstone, Australia" -25.933333 114.250000 #nima.mil type N cc AS adm1 08
|
890
|
+
"Glamorgan, UnitedKingdom" 51.700001 -3.700000 # from geotrack
|
891
|
+
"Glasgow, UnitedKingdom" 55.900002 -4.250000 # from geotrack
|
892
|
+
"Glasgow, UnitedKingdom" 55.917 -4.250
|
893
|
+
"Glattbrugg, Switzerland" 47.433 8.566 # http://www.astro.com/atlas/horoscope
|
894
|
+
"Goettingen, Germany"
|
895
|
+
"Goettingen, Germany" 48.466667 10.083333 # Gottingen; arbitrarily chosen among four.
|
896
|
+
"Gold Coast, Australia" -28.000000 153.433333 #nima.mil type N cc AS adm1 04
|
897
|
+
"Golden, CO" 39.750 -105.217
|
898
|
+
"Goonhilly, UnitedKingdom"
|
899
|
+
"Gosford, Australia" -33.427 151.35 # http://life.csu.edu.au/geo/findlatlong.html
|
900
|
+
"Gosford, Australia" -33.417 151.300
|
901
|
+
"Goshen, IN" 41.566666 -85.833336 # from geotrack
|
902
|
+
"Gothenburg, Sweden" 57.500000 12.000000 # from geotrack
|
903
|
+
"Gothenburg, Sweden" 57.717 11.967
|
904
|
+
"Gottingen, Germany"
|
905
|
+
"Gottingen, Germany" 48.466667 10.083333 #nima.mil type N cc GM adm1 01
|
906
|
+
"Gottingen, Germany" 50.867 8.783
|
907
|
+
"Goulburn, Australia" -34.750000 149.716667 #nima.mil type N cc AS adm1 02
|
908
|
+
"Grafton, Australia" -29.575 152.85 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
909
|
+
"Grand Rapids, MI" 42.933 -85.600
|
910
|
+
"Grand Rapids, MI" 42.963299 -85.668098
|
911
|
+
"GrandRapids, MI" 42.950 -85.667
|
912
|
+
"Grande Prairie, Canada" 55.1666666666667 -118.8
|
913
|
+
"Granville, OH" 40.068060 -82.519720 # geonames.usgs.gov fc "ppl" population 4381
|
914
|
+
"Grapevine, TX" 32.933334 -97.066666 # from geotrack
|
915
|
+
"Graz, Austria" 47.000000 15.500000 # from geotrack
|
916
|
+
"Green Bay, WI" 44.519170 -88.019720 # geonames.usgs.gov fc "ppl" population 102708
|
917
|
+
"Greenbay, WI" 44.519070 -88.019310
|
918
|
+
"Greensboro, NC" 36.066666 -79.816666 # from geotrack
|
919
|
+
"Greensboro, NC" 36.067 -79.783
|
920
|
+
"Greensboro, NC" 36.072498 -79.792198
|
921
|
+
"Greenville, NC" 35.583332 -77.366669 # from geotrack
|
922
|
+
"Greenville, SC" 34.833332 -82.366669 # from geotrack
|
923
|
+
"Greifswald, Germany" 54.083 13.383
|
924
|
+
"Greifswald, Germany" 54.100000 13.383333 #nima.mil type N cc GM adm1 12
|
925
|
+
"Greifswald,, Germany" 54.100000 13.383333 #nima.mil type N cc GM adm1 12
|
926
|
+
"Grenoble, France" 45.183 5.717
|
927
|
+
"Grenoble, France" 45.349998 5.316667 # from geotrack
|
928
|
+
"Griffith, Australia" -34.283333 146.033333 #nima.mil type N cc AS adm1 02
|
929
|
+
"Griffith, Australia" -34.300 146.067
|
930
|
+
"Grimsby, UnitedKingdom" 53.533333 -0.050000 #nima.mil type N cc UK adm1 00
|
931
|
+
"Grimsby, UnitedKingdom" 53.583 -0.083
|
932
|
+
"Groningen, Netherlands" 53.200001 6.500000 # from geotrack
|
933
|
+
"Grosse Pointe, MI" 42.383 -82.900
|
934
|
+
"Grosse Pointe, MI" 42.386110 -82.911940 # geonames.usgs.gov fc "ppl" population 5406
|
935
|
+
"Guadalajara, Mexico" 20.6666666666667 -103.333333333333
|
936
|
+
"Guadalajara, Mexico" 20.667 -103.333
|
937
|
+
"Guam, USA" 13.4666666666667 144.75
|
938
|
+
"Guanajuato, Mexico" 21.000 -101.267
|
939
|
+
"Guanajuato, Mexico" 21.0166666666667 -101.25
|
940
|
+
"Guangzhou, China" 23.1 113.266666666667
|
941
|
+
"Guangzhou, China" 23.133 113.333
|
942
|
+
"Guangzhou, China" 23.15 113.32
|
943
|
+
"Guelph, Canada" 43.55 -80.25
|
944
|
+
"Guerrero, Mexico" 28.3333333333333 -100.383333333333
|
945
|
+
"Guerrero, Mexico" 28.550 -107.467
|
946
|
+
"Guildford, UnitedKingdom" 51.217 -0.567
|
947
|
+
"Guildford, UnitedKingdom" 51.22 -0.57
|
948
|
+
"Gulfport, MS" 30.367220 -89.092780 # geonames.usgs.gov fc "ppl" population 43023
|
949
|
+
"Gunma, Japan" 36.400 139.000
|
950
|
+
"Guntersville, AL" 34.3580555555556 -86.2947222222222
|
951
|
+
"Haarlem, Netherlands" 52.3833333333333 4.63333333333333
|
952
|
+
"Hachioji, Japan" 35.65 139.333333333333
|
953
|
+
"Hachioji, Japan" 35.650 139.333
|
954
|
+
"Hackettstown, NJ" 40.8538888888889 -74.8294444444444
|
955
|
+
"Hagerstown, MD" 39.633335 -77.716667 # from geotrack
|
956
|
+
"Haifa, Israel" 32.583 35.000
|
957
|
+
"Haifa, Israel" 32.8166666666667 34.9833333333333
|
958
|
+
"Hailey, ID" 43.5197222222222 -114.314444444444
|
959
|
+
"Hakata, Japan" 34.200 133.117
|
960
|
+
"Halcottsville, NY" 42.200 -74.600
|
961
|
+
"Halcottsville, NY" 42.2083333333333 -74.6013888888889
|
962
|
+
"Halifax, Canada" 44.633 -63.583
|
963
|
+
"Halifax, Canada" 44.65 -63.6
|
964
|
+
"Halle, Germany" 51.983 9.550
|
965
|
+
"Halle, Germany" 52.0 9.56 # there are a few cities named this.
|
966
|
+
"Halmstad, Sweden" 56.683 12.917
|
967
|
+
"Halmstad, Sweden" 56.700001 12.900000 # from geotrack
|
968
|
+
"Hamamatsu, Japan" 34.700 137.700
|
969
|
+
"Hamburg" 51.217 6.783
|
970
|
+
"Hamburg, Germany" 53.566666 10.033334 # from geotrack
|
971
|
+
"Hamburg, Germany" 53.583 10.000
|
972
|
+
"Hamilton Square, NJ" 40.217 -74.650
|
973
|
+
"Hamilton Square, NJ" 40.227200 -74.653600
|
974
|
+
"Hamilton, Canada" 43.25 -79.85
|
975
|
+
"Hamilton, Canada" 43.250 -79.833
|
976
|
+
"Hamilton, NY" 42.783 -75.450
|
977
|
+
"Hamilton, NY" 42.816666 -75.533333 # from geotrack
|
978
|
+
"Hamm, Germany" 51.7166 7.166
|
979
|
+
"Hannover, Germany" 52.450001 9.700000 # from geotrack
|
980
|
+
"Hannover, Germany" 52.500 9.000
|
981
|
+
"Hanover, Germany" 52.4 9.73333333333333
|
982
|
+
"Hanover, Germany" 52.500 9.000
|
983
|
+
"Hanover, MD" 39.162399 -76.717903
|
984
|
+
"Hanover, NH" 43.700 -72.283
|
985
|
+
"Harare, Zimbabwe" -17.863889 31.029722 #nima.mil type V cc ZI adm1 00
|
986
|
+
"Harburg, Germany" 48.799999 10.700000 # from geotrack
|
987
|
+
"Hardy, AR" 36.3158333333333 -91.4825
|
988
|
+
"Harrisburg, PA" 40.266666 -76.883331 # from geotrack
|
989
|
+
"Harrisburg, PA" 40.273602 -76.884697
|
990
|
+
"Harrisburg, PA" 40.273610 -76.884720 # geonames.usgs.gov fc "ppl" population 54238
|
991
|
+
"Harrisburg, PA" 40.450 -76.733
|
992
|
+
"Hartford, CT" 41.750000 -72.683334 # from geotrack
|
993
|
+
"Hartford, CT" 41.763599 -72.685600
|
994
|
+
"Hartford, CT" 41.767 -72.600
|
995
|
+
"Hatsukaichi, Japan" 34.367 132.333
|
996
|
+
"Hauterive, Canada" 49.2 -68.2666666666667
|
997
|
+
"Haverford, PA" 40.000000 -75.283333 # from geotrack
|
998
|
+
"Hayward, CA" 37.667 -122.067
|
999
|
+
"Hayward, CA" 37.668751 -122.080841
|
1000
|
+
"Hedstervester, Canada"
|
1001
|
+
"Heidelberg, Germany" 49.417 8.700
|
1002
|
+
"Heidelberg, Germany" 51.480000 10.500000 # from geotrack
|
1003
|
+
"Heidelburg, Germany" 51.480000 10.500000
|
1004
|
+
"Heilbronn, Germany" 49.133 9.233
|
1005
|
+
"Heilbronn, Germany" 49.1333333333333 9.21666666666667
|
1006
|
+
"Helena, MT" 46.583 -111.900
|
1007
|
+
"Helena, MT" 46.592640 -112.033592
|
1008
|
+
"Helsingborg, Sweden" 56.05 12.7
|
1009
|
+
"Helsingborg, Sweden" 56.083 12.750
|
1010
|
+
"Helsinki, Finland" 60.133 25.000
|
1011
|
+
"Helsinki, Finland" 60.166668 24.883333 # from geotrack
|
1012
|
+
"Henley Brook, Australia" -31.81523 115.98621
|
1013
|
+
"Hennig, Israel"
|
1014
|
+
"Heraklio, Greece" 41.000000 24.799999 # from geotrack
|
1015
|
+
"Herkalion, Greece" 35.333 25.133 #manual www.heavens-above.com
|
1016
|
+
"Hermosillo, Mexico" 29.066667 -110.966667 #nima.mil type N cc MX adm1 26 (sonora)
|
1017
|
+
"Hermosillo, Mexico" 32.500 -114.983
|
1018
|
+
"Herndon, VA" 38.966667 -77.383331 # from geotrack
|
1019
|
+
"Herndon, VA" 38.967 -77.383
|
1020
|
+
"Hersfeld-Rotenburg, Germany" 50.920000 9.765833 # so what if it's a landkreis.
|
1021
|
+
"Hershey, PA" 40.285830 -76.650560 # geonames.usgs.gov fc "ppl" population
|
1022
|
+
"Hidalgo, Mexico"
|
1023
|
+
"Hidalgo, Mexico" 18.983 -97.783
|
1024
|
+
"Hidalgo, Mexico" 20.116667 -98.733333 # Pachuca de Soto is the capital
|
1025
|
+
"Hilden, Germany" 51.160000 6.940000 # from geotrack
|
1026
|
+
"Hilden, Germany" 51.200 6.933
|
1027
|
+
"Hilo, HI" 19.7297222222222 -155.09
|
1028
|
+
"Himeji, Japan" 34.816667 134.700000 #nima.mil type N cc JA adm1 13
|
1029
|
+
"Hiratsuka, Japan" 35.333 139.317
|
1030
|
+
"Hiroshima, Japan" 34.400 132.500
|
1031
|
+
"Hiroshima, Japan" 34.450 132.717
|
1032
|
+
"Hobart, Australia" -42.833 147.35 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1033
|
+
"Hobart, Australia" -42.900 147.300
|
1034
|
+
"Hobbs, NM" 32.733334 -103.150002 # from geotrack
|
1035
|
+
"Hof, Germany" 50.3 11.9166666666667
|
1036
|
+
"Hofu, Japan" 34.033 131.567
|
1037
|
+
"Hokkaido, Japan" 44.000 143.000
|
1038
|
+
"Holman, WI" 43.038898 -87.906403 # call it milwaukee.
|
1039
|
+
"Hong Kong" 22.250 114.167
|
1040
|
+
"HongKong" 22.250 114.167
|
1041
|
+
"Honolulu, HI" 21.306900 -157.858307
|
1042
|
+
"Honolulu, HI" 21.316668 -157.800003 # from geotrack
|
1043
|
+
"Honolulu, HI" 21.467 -157.967
|
1044
|
+
"Honolulu, Hawaii" 21.306900 -157.858307
|
1045
|
+
"Hoofdorp, Netherlands" 52.349998 4.866667 # just a few miles from schipol
|
1046
|
+
"Hoover, AL" 33.366665 -86.816666 # from geotrack
|
1047
|
+
"Houghton, MI" 46.950 -88.683
|
1048
|
+
"Houma, LA" 29.595560 -90.719440 # geonames.usgs.gov fc "ppl" population 31311
|
1049
|
+
"Houston, TX" 29.763100 -95.363098
|
1050
|
+
"Houston, TX" 29.766666 -95.383331 # from geotrack
|
1051
|
+
"Houston, TX" 29.817 -95.267
|
1052
|
+
"Huberlin, Germany" 52.533 13.417
|
1053
|
+
"Hudson, FL" 28.350000 -82.683334 # from geotrack
|
1054
|
+
"Hudson, FL" 28.364201 -82.693604
|
1055
|
+
"Humble, TX" 29.983 -95.250
|
1056
|
+
"Humble, TX" 29.998610 -95.261940 # geonames.usgs.gov fc "ppl" population 13098
|
1057
|
+
"Huntington, NY" 40.867 -73.417
|
1058
|
+
"Huntington, NY" 40.8680555555556 -73.4261111111111
|
1059
|
+
"Huntington, WV" 38.400002 -82.433334 # from geotrack
|
1060
|
+
"Huntsville, AL" 34.700001 -86.616669 # from geotrack
|
1061
|
+
"Huntsville, AL" 34.717 -86.583
|
1062
|
+
"Hyderabad, IN" 17.367 78.433 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1063
|
+
"Hyderabad, India" 17.367 78.433
|
1064
|
+
"Hyderabad, India" 17.367 78.433 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1065
|
+
"Hyogo, Japan" 35.000 135.000
|
1066
|
+
"IAD" 38.956200 -77.445999 # manual
|
1067
|
+
"Ibaraki, Japan" 34.816667 135.566667 #nima.mil type N cc JA adm1 32
|
1068
|
+
"Ibaraki, Japan" 36.283 140.433
|
1069
|
+
"Ichikawa, Japan" 35.719722 139.924722 #nima.mil type N cc JA adm1 04
|
1070
|
+
"Ichikawa, Japan" 35.750 139.917
|
1071
|
+
"Ichinomiya, Japan" 34.683 137.433
|
1072
|
+
"Idaho Falls, ID" 43.466670 -112.033330 # geonames.usgs.gov fc "ppl" population 49928
|
1073
|
+
"Ikebukuro, Japan" 35.7166667 139.7166667 # a railroad station, according to nima.mil.
|
1074
|
+
"Iksan, Korea" 35.983 127.050
|
1075
|
+
"Iksan, SouthKorea" 35.983 127.050
|
1076
|
+
"Ilford, UnitedKingdom" 51.55 0.09
|
1077
|
+
"Ilford, UnitedKingdom" 51.550 0.100
|
1078
|
+
"Ilmenau, Germany" 50.683 10.917
|
1079
|
+
"Independence, KS" 37.216667 -95.699997 # from geotrack
|
1080
|
+
"Independence, MO" 39.091110 -94.415280 # geonames.usgs.gov fc "ppl" population 111669
|
1081
|
+
"Indianapolis, ID" 44.231800 -114.293999
|
1082
|
+
"Indianapolis, IN" 39.766666 -86.133331 # from geotrack
|
1083
|
+
"Indianapolis, IN" 39.767 -86.150
|
1084
|
+
"Indianapolis, IN" 39.768299 -86.158096
|
1085
|
+
"Indianpolis, IN" 39.768299 -86.158096 # my typo (REMOVE)
|
1086
|
+
"Indio, CA" 33.7205555555556 -116.214722222222
|
1087
|
+
"Ingham, Australia" -18.65 146.166666666667
|
1088
|
+
"Inglewood, CA" 33.9616666666667 -118.352222222222
|
1089
|
+
"Innsbruck, Austria" 47.250000 11.333333 # from geotrack
|
1090
|
+
"Iowa City, IA" 41.650002 -91.533333 # from geotrack
|
1091
|
+
"IowaCity, IA" 41.650 -91.517
|
1092
|
+
"Irkutsk, Russia" 52.266667 104.333333 #nima.mil type N cc RS adm1 20
|
1093
|
+
"Irvine" 33.650002 -117.783333 # from geotrack
|
1094
|
+
"Irvine, CA" 33.650002 -117.783333 # from geotrack
|
1095
|
+
"Irvine, CA" 33.667 -117.750
|
1096
|
+
"Irvine, CA" 33.669399 -117.822197
|
1097
|
+
"Irving, TX" 32.849998 -96.966667 # from geotrack
|
1098
|
+
"Ishikawa, Japan" 26.417 127.783
|
1099
|
+
"Islamabad, Pakistan" 33.7 73.1666666666667
|
1100
|
+
"Islamabad, Pakistan" 33.700 73.167
|
1101
|
+
"Island Park, NY" 40.600 -73.650
|
1102
|
+
"Island Park, NY" 40.6041666666667 -73.6558333333333
|
1103
|
+
"Ispra, Italy" 45.799999 8.600000 # from geotrack
|
1104
|
+
"Istanbul, Turkey" 41.0166666666667 28.9666666666667
|
1105
|
+
"Ithaca, NY" 42.433 -76.467
|
1106
|
+
"Ithaca, NY" 42.433334 -76.500000 # from geotrack
|
1107
|
+
"Ivyland, PA" 40.200 -75.067
|
1108
|
+
"Ivyland, PA" 40.200001 -75.066666 # from geotrack
|
1109
|
+
"Ivyland, PA" 40.207780 -75.073060 # geonames.usgs.gov fc "ppl" population 523
|
1110
|
+
"Iwakuni, Japan" 34.167 132.150
|
1111
|
+
"Iwate, Japan" 39.583 141.417
|
1112
|
+
"Izmir, Turkey" 39.0 35.0 # correct me
|
1113
|
+
"JER, Dunno"
|
1114
|
+
"Jackson, MI" 42.245800 -84.401398
|
1115
|
+
"Jackson, MS" 32.316666 -90.199997 # from geotrack
|
1116
|
+
"Jacksonville, AR" 34.850 -92.100
|
1117
|
+
"Jacksonville, AR" 34.866110 -92.110000 # geonames.usgs.gov fc "ppl" population 29584
|
1118
|
+
"Jacksonville, FL" 30.317 -81.650
|
1119
|
+
"Jacksonville, FL" 30.331900 -81.655800
|
1120
|
+
"Jacksonville, FL" 30.333334 -81.650002 # from geotrack
|
1121
|
+
"Jacksonville, IL" 39.733890 -90.228890 # geonames.usgs.gov fc "ppl" population 19211
|
1122
|
+
"Jacksonville, IN" 38.816666 -85.033333 # from geotrack
|
1123
|
+
"Jakarta, Indonesia" -6.133 106.750
|
1124
|
+
"Jakarta, Indonesia" -6.16666666666667 106.8
|
1125
|
+
"Jalisco, Mexico" 20.6666666666667 -103.333333333333 # guadalajara (jalisco)
|
1126
|
+
"Jalisco, Mexico" 21.45 -104.9
|
1127
|
+
"Jecheon, SouthKorea" 37.136111 128.211944 #nima.mil type V cc KS adm1 05
|
1128
|
+
"Jechun, SouthKorea" 37.136111 128.211944 # Jecheon
|
1129
|
+
"Jefferson City, MO" 38.567 -92.167
|
1130
|
+
"Jefferson City, MO" 38.5766666666667 -92.1733333333333
|
1131
|
+
"Jersey City, NJ" 40.700001 -74.050003 # from geotrack
|
1132
|
+
"Jersey City, NJ" 40.728100 -74.078102
|
1133
|
+
"Jersey City, NJ" 40.883 -74.383
|
1134
|
+
"Jerusalem, Israel" 31.7666666666667 35.2333333333333
|
1135
|
+
"Jinju, SouthKorea" 35.167 128.100
|
1136
|
+
"Jinju, SouthKorea" 35.1833333333333 128.083333333333
|
1137
|
+
"Joensuu, Finland" 64.699997 27.000000 # from geotrack
|
1138
|
+
"Joetsu, Japan" 37.100 138.250
|
1139
|
+
"Johannesburg, SouthAfrica" -26.167 28.033
|
1140
|
+
"Johannesburg, SouthAfrica" -26.200000 28.083333 #nima.mil type N cc SF adm1 06
|
1141
|
+
"Johannesburg, SouthAfrica" -26.25 28.0
|
1142
|
+
"Johnson, IN" 38.266666 -87.733330 # from geotrack
|
1143
|
+
"Joliette, Canada" 46.033333 -73.433333 #nima.mil type N cc CA adm1 10
|
1144
|
+
"Jonkoping, Sweden" 57.500 14.500
|
1145
|
+
"Jonkoping, Sweden" 57.500000 14.500000 # from geotrack
|
1146
|
+
"Jungeup, SouthKorea"
|
1147
|
+
"Junju, SouthKorea" 35.821944 127.148889 # Chunju
|
1148
|
+
"Jussieu, France" 48.849998 2.333333 # a university near paris?
|
1149
|
+
"Kagawa, Japan" 34.250 134.000
|
1150
|
+
"Kagoshima, Japan" 31.6 130.55
|
1151
|
+
"Kagoshima, Japan" 31.617 130.533
|
1152
|
+
"Kahului, HI" 20.894699 -156.470001
|
1153
|
+
"Kaiserlautern, Germany" 49.450000 7.750000 #nima.mil type V cc GM adm1 08
|
1154
|
+
"Kaiserslautern, Germany" 49.4333333333333 7.76666666666667
|
1155
|
+
"Kaiserslautern, Germany" 49.450 7.783
|
1156
|
+
"Kajigaya, Japan"
|
1157
|
+
"Kajigaya, Japan" 34.75 139.5 # call it tokyo TEMPORARY
|
1158
|
+
"Kakogawa, Japan" 34.733 134.800
|
1159
|
+
"Kalamazoo, MI" 42.250 -85.550
|
1160
|
+
"Kalamazoo, MI" 42.266666 -85.583336 # from geotrack
|
1161
|
+
"Kalamazoo, MI" 42.3 -85.5833
|
1162
|
+
"Kalamzoo, MI" 42.3 -85.5833
|
1163
|
+
"Kalgoorlie, Australia" -30.752 121.468 # http://life.csu.edu.au/geo/findlatlong.html
|
1164
|
+
"Kalispell, MT" 48.183 -114.300
|
1165
|
+
"Kalispell, MT" 48.1958333333333 -114.311944444444
|
1166
|
+
"Kalmar, Sweden" 56.666667 16.366667 #nima.mil type N cc SW adm1 09
|
1167
|
+
"Kamakura, Japan" 35.317 139.550
|
1168
|
+
"Kamloops, Canada" 50.650 -120.400
|
1169
|
+
"Kamloops, Canada" 50.6666666666667 -120.333333333333
|
1170
|
+
"Kampala, Uganda" 0.315556 32.565556 #nima.mil type N cc UG adm1 37
|
1171
|
+
"Kanagawa, Japan" 35.500 139.667
|
1172
|
+
"Kanagawa, Japan" 37.583333 139.916667 #nima.mil type N cc JA adm1 08
|
1173
|
+
"Kanazawa, Japan" 36.5666666666667 136.65
|
1174
|
+
"Kanazawa, Japan" 36.583 136.633
|
1175
|
+
"Kangmunjin-ni, SouthKorea" 37.800000 128.916667 #nima.mil type V cc KS adm1 06
|
1176
|
+
"Kansas City, KS" 39.116665 -94.716667 # from geotrack
|
1177
|
+
"Kansas City, MO" 38.567 -93.467
|
1178
|
+
"Kansas City, MO" 39.099701 -94.578300
|
1179
|
+
"Kansas City, MO" 39.116665 -94.550003 # from geotrack
|
1180
|
+
"KansasCity, KS" 39.100 -94.617
|
1181
|
+
"KansasCity, MO" 39.083 -94.567
|
1182
|
+
"Karlsruhe, Germany" 48.500 8.500
|
1183
|
+
"Karlsruhe, Germany" 52.400002 12.800000 # from geotrack
|
1184
|
+
"Karratha, Australia" -20.735 116.825 # http://life.csu.edu.au/geo/findlatlong.html
|
1185
|
+
"Kassel, Germany" 51.167 9.333
|
1186
|
+
"Kassel, Germany" 51.3166666666667 9.48333333333333
|
1187
|
+
"Katmandu, Nepal" 27.700 85.317
|
1188
|
+
"Katmandu, Nepal" 27.7166666666667 85.3166666666667
|
1189
|
+
"Kawasaki, Japan" 33.583333 130.833333 #nima.mil type N cc JA adm1 07
|
1190
|
+
"Kawasaki, Japan" 35.533 139.683
|
1191
|
+
"Kearsley, United kingdom" 53.533333 -2.383333 #nima.mil type N cc UK adm1 00
|
1192
|
+
"Keene, NH" 42.933 -72.267
|
1193
|
+
"Kelowna, Canada" 49.8863 -119.4257
|
1194
|
+
"Kelowna, Canada" 49.867 -119.400
|
1195
|
+
"Kemi, Finland" 65.800003 24.500000 # from geotrack
|
1196
|
+
"Kempele, Finland" 65.000000 25.400000 # from geotrack
|
1197
|
+
"Kempten, Germany" 49.967 7.933 #manual www.heavens-above.com; there is another town by the same name at 47.717 10.317
|
1198
|
+
"Kempten, Germany" 47.733 10.317
|
1199
|
+
"Kennewick, WA" 46.211390 -119.136110 # geonames.usgs.gov fc "ppl" population 48100
|
1200
|
+
"Kensington, PA" 39.983 -75.117
|
1201
|
+
"Kensington, PA" 39.985830 -75.132220 # geonames.usgs.gov fc "ppl" population
|
1202
|
+
"Kent, OH" 41.153611111111111143 -81.358055555555552019
|
1203
|
+
"Kentland, IN" 40.766666 -87.433334 # from geotrack
|
1204
|
+
"Kibi, Japan" 34.783 134.6
|
1205
|
+
"Kibi, Japan" 34.833 133.500
|
1206
|
+
"Kiel, Germany" 54.333 10.133
|
1207
|
+
"Kiel, Germany" 54.3333333333333 10.1333333333333
|
1208
|
+
"Kiev, Ukraine" 50.4333 30.5166
|
1209
|
+
"Kingston, Canada" 44.229794 -76.497498
|
1210
|
+
"Kingston, Canada" 44.983 -64.950
|
1211
|
+
"Kingston, UnitedKingdom" 50.600 -2.050
|
1212
|
+
"Kingston, UnitedKingdom" 53.75 -0.36
|
1213
|
+
"KingstonUponHull, UnitedKingdom" 53.750 -0.333
|
1214
|
+
"Kircheim, Germany" 48.1637 11.7579
|
1215
|
+
"Kirkland, WA" 47.681702 -122.207497
|
1216
|
+
"Kirkland, WA" 47.683334 -122.183334 # from geotrack
|
1217
|
+
"Kista, Sweden" 60.000000 19.000000 # from geotrack
|
1218
|
+
"Kitakyushu, Japan" 33.867 130.817
|
1219
|
+
"Kitchener, Canada" 43.45 -80.4833333333333
|
1220
|
+
"Kitchener, Canada" 43.450 -80.500
|
1221
|
+
"Kjeller, Norway" 60.000000 11.000000 # from geotrack
|
1222
|
+
"Knoxville, TN" 36.000000 -84.000000 # from geotrack
|
1223
|
+
"Kobe, Japan" 34.667 135.200
|
1224
|
+
"Kobe, Japan" 34.6833333333333 135.166666666667
|
1225
|
+
"Koblenz, Germany" 50.167 7.250
|
1226
|
+
"Koblenz, Germany" 50.35 7.58333333333333
|
1227
|
+
"Koeln, Germany" 51.000000 7.000000 # from geotrack
|
1228
|
+
"Kofu, Japan" 35.700 138.567
|
1229
|
+
"Kolding, Denmark" 55.483 9.500
|
1230
|
+
"Kolding, Denmark" 55.500000 9.500000 # from geotrack
|
1231
|
+
"Koln, Germany" 50.933 6.950
|
1232
|
+
"Koln, Germany" 65.933 6.95 # getty
|
1233
|
+
"Konstanz, Germany" 47.6666666666667 9.16666666666667
|
1234
|
+
"Konstanz, Germany" 47.667 9.167
|
1235
|
+
"Kooriyama, Japan" 37.400000 140.383333 #nima.mil type N cc JA adm1 08 (of a few; overlaps with an admin region)
|
1236
|
+
"Kortrijk, Belgium" 50.833 3.283
|
1237
|
+
"Kortrijk, Belgium" 51.000000 3.300000 # from geotrack
|
1238
|
+
"Koyang, Korea" 37.656389 126.835000 #nima.mil type N cc KS adm1 13
|
1239
|
+
"Koyang, SouthKorea" 37.656389 126.835000 #nima.mil type N cc KS adm1 13
|
1240
|
+
"Koyang, SouthKorea" 37.700 126.900
|
1241
|
+
"Krakow, Poland" 50.050 19.917
|
1242
|
+
"Krakow, Poland" 51.700001 18.500000 # from geotrack
|
1243
|
+
"Krefeld, Germany" 51.333 6.533
|
1244
|
+
"Krefeld, Germany" 51.3333333333333 6.56666666666667
|
1245
|
+
"Kuala Lumpur, Malaysia" 3.133 101.700
|
1246
|
+
"Kuala Lumpur, Malaysia" 3.16666666666667 101.7
|
1247
|
+
"Kumamoto, Japan" 32.833 130.700
|
1248
|
+
"Kuopio, Finland" 62.900000 27.683333 #nima.mil type N cc FI adm1 14
|
1249
|
+
"Kuopio, Finland" 63.000000 27.500000 # from geotrack
|
1250
|
+
"Kurashiki, Japan" 34.600 133.717
|
1251
|
+
"Kure, Japan" 34.233 132.567
|
1252
|
+
"Kurume, Japan" 35.750 139.517
|
1253
|
+
"Kwangju, Korea"
|
1254
|
+
"Kwangju, SouthKorea" 35.117 126.867
|
1255
|
+
"Kwangju, SouthKorea" 35.15 126.9
|
1256
|
+
"Kyong-choo, SouthKorea" 35.842778 129.211667 #nima.mil type V cc KS adm1 14
|
1257
|
+
"Kyoongjoo, SouthKorea"
|
1258
|
+
"Kyoongjoo, SouthKorea" 35.842778 129.211667 # Kyong-choo.
|
1259
|
+
"Kyoto, Japan" 35.0 135.75
|
1260
|
+
"Kyoto, Japan" 35.083 135.750
|
1261
|
+
"L'Aquila, Italy" 45.500000 9.200000 # from geotrack
|
1262
|
+
"La Crosse, WI" 43.750 -91.100
|
1263
|
+
"La Crosse, WI" 43.8013888888889 -91.2394444444444
|
1264
|
+
"La Jolla, CA" 32.715302 -117.156403
|
1265
|
+
"La Junta, CO" 37.133 -104.817
|
1266
|
+
"La Junta, CO" 37.985 -103.543333333333
|
1267
|
+
"La Paz, Mexico" 24.0 105.0
|
1268
|
+
"LaJolla, CA" 32.833 -117.267
|
1269
|
+
"Lafayette, IN" 40.400002 -86.866669 # from geotrack
|
1270
|
+
"Lafayette, LA" 30.233 -92.067
|
1271
|
+
"Lafayette, LA" 46.783333 -89.833336 # from geotrack
|
1272
|
+
"Lahti, Finland" 60.967 25.667
|
1273
|
+
"Lahti, Finland" 63.200001 22.900000 # from geotrack
|
1274
|
+
"Lake Cowichan, Canada" 48.8333333333333 -124.05
|
1275
|
+
"Lakeland, FL" 28.039170 -81.950000 # geonames.usgs.gov fc "ppl" population 71255
|
1276
|
+
"Lamentin, Martinique" 14.6166666666667 -61.0166666666667
|
1277
|
+
"Lamentin, Martinique" 14.617 -61.017
|
1278
|
+
"Lampasas, TX" 31.049999 -98.166664 # from geotrack
|
1279
|
+
"Lancaster, PA" 40.037780 -76.305830 # geonames.usgs.gov fc "ppl" population 57721
|
1280
|
+
"Lancaster, PA" 40.250 -76.250
|
1281
|
+
"Landkreis Hersfeld-Rotenburg, Germany" 50.920000 9.765833 #nima.mil type N cc GM adm1 05 note: administrative region
|
1282
|
+
"Lansdale, PA" 40.233 -75.283
|
1283
|
+
"Lansdale, PA" 40.241390 -75.284170 # geonames.usgs.gov fc "ppl" population 16916
|
1284
|
+
"Lansing, MI" 42.7325 -84.5555555555556
|
1285
|
+
"Lansing, MI" 42.733 -84.483
|
1286
|
+
"Lansing, WI" 42.7325 -84.5555555555556 # my typo (REMOVE)
|
1287
|
+
"Laredo, TX" 27.500 -99.500
|
1288
|
+
"Laredo, TX" 27.5061111111111 -99.5072222222222
|
1289
|
+
"Las Cruces, NM" 32.333332 -106.750000 # from geotrack
|
1290
|
+
"Las Palmas, Spain" 28.333333 -16.833333 #nima.mil type N cc SP adm1 53
|
1291
|
+
"Las Vegas, NV" 36.083 -115.033
|
1292
|
+
"Las Vegas, NV" 36.174999 -115.136398
|
1293
|
+
"Las Vegas, NV" 36.200001 -115.216667 # from geotrack
|
1294
|
+
"LasCruces, NM" 32.300 -106.767
|
1295
|
+
"LasVegas, NV" 36.167 -115.133
|
1296
|
+
"Lattelekom, Latvia" 57.000000 24.000000 # from geotrack
|
1297
|
+
"Lauback, TX" 29.617 -97.933
|
1298
|
+
"Lauback, TX" 29.628441 -97.940071
|
1299
|
+
"Launceston, Tasmania" -42.60 147.550 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1300
|
+
"Launceston, Tazmania" -41.433 147.133 # http://life.csu.edu.au/geo/findlatlong.html
|
1301
|
+
"Lausanne, Switzerland" 46.500000 6.700000 # from geotrack
|
1302
|
+
"Lausanne, Switzerland" 46.533 6.650
|
1303
|
+
"Le Mans, France" 47.950 0.083
|
1304
|
+
"Le Mans, France" 48.000 0.167
|
1305
|
+
"Lebanon, PA" 40.340830 -76.411670 # geonames.usgs.gov fc "ppl" population 25515
|
1306
|
+
"Leeds, UnitedKingdom" 51.250 0.617
|
1307
|
+
"Leeds, UnitedKingdom" 53.799999 -1.500000 # from geotrack
|
1308
|
+
"Leer, Germany" 53.233 7.450
|
1309
|
+
"Leer, Germany" 53.2333333333333 7.43333333333333
|
1310
|
+
"Lees Summit, MO" 38.900 -94.367
|
1311
|
+
"Lees Summit, MO" 38.910889 -94.382385
|
1312
|
+
"Leesburg, VA" 39.115601 -77.563904
|
1313
|
+
"Legnano, Italy" 45.600000 8.900000 #nima.mil type N cc IT adm1 00
|
1314
|
+
"Lehigh, PA" 40.567 -75.533
|
1315
|
+
"Lehigh, PA" 41.266666 -75.449997 # from geotrack
|
1316
|
+
"Leicester, UnitedKingdom" 52.64 -1.13 # http://wwp.wwp.org.uk/uk-towns-cities.htm
|
1317
|
+
"Leiden, Netherlands" 52.000000 4.500000 # from geotrack
|
1318
|
+
"Leipzig, Germany" 51.333 12.333
|
1319
|
+
"Leipzig, Germany" 51.400002 12.216666 # from geotrack
|
1320
|
+
"Leoben, Austria" 47.400002 27.000000 # from geotrack
|
1321
|
+
"Leon, Spain" 41.500 -5.000
|
1322
|
+
"Leon, Spain" 42.6 -5.7 # http://www.wunderground.com/global/stations/08055.html
|
1323
|
+
"Leuven, Belgium" 50.883 4.700
|
1324
|
+
"Leuven, Belgium" 51.000000 4.700000 # from geotrack
|
1325
|
+
"Levittown, PA" 40.150002 -74.849998 # from geotrack
|
1326
|
+
"Lexington Park, MD" 38.240398 -76.442200
|
1327
|
+
"Lexington, KY" 37.983334 -84.466667 # from geotrack
|
1328
|
+
"Lexington, KY" 38.033 -84.500
|
1329
|
+
"Lexington, Kentucky" 37.983334 -84.466667 # TEMPORARY
|
1330
|
+
"Lille, France" 50.650 3.067
|
1331
|
+
"Lille, France" 51.000000 4.900000 # from geotrack
|
1332
|
+
"Lima, OH" 40.7302 -84.0727
|
1333
|
+
"Lima, OH" 40.733 -84.100
|
1334
|
+
"Lima, Peru" -12.000 -76.633
|
1335
|
+
"Lima, Peru" -12.05 -77.05
|
1336
|
+
"Limburg, Germany" 48.033333 12.183333 #nima.mil type N cc GM adm1 02
|
1337
|
+
"Limerick, Ireland" 52.700001 -6.300000 # from geotrack
|
1338
|
+
"Limestone, PA" 40.750 -77.183
|
1339
|
+
"Limestone, PA" 41.128610 -79.327220 # geonames.usgs.gov fc "ppl" population
|
1340
|
+
"Limoges, France" 45.833 1.250
|
1341
|
+
"Limoges, France" 50.599998 4.500000 # from geotrack
|
1342
|
+
"Lincoln, MD" 38.950001 -76.816666 # from geotrack
|
1343
|
+
"Lincoln, NE" 40.799999 -96.666702
|
1344
|
+
"Lincoln, NE" 40.799999 -96.683334 # from geotrack
|
1345
|
+
"Lincoln, NE" 41.150 -101.250
|
1346
|
+
"Lincoln, UnitedKingdom" 53.233 -0.533
|
1347
|
+
"Linkoping, Sweden" 58.400002 15.600000 # from geotrack
|
1348
|
+
"Linkoping, Sweden" 58.417 15.617
|
1349
|
+
"Linz, Austria" 48.233334 14.183333 # from geotrack
|
1350
|
+
"Lisbon, Portugal" 38.700001 -9.083333 # from geotrack
|
1351
|
+
"Lisbon, Portugal" 38.733 -9.133
|
1352
|
+
"Lismore, Australia" -28.811 153.276 # http://life.csu.edu.au/geo/findlatlong.html
|
1353
|
+
"Little Rock, AR" 34.716667 -92.349998 # from geotrack
|
1354
|
+
"Little Rock, AR" 34.733 -92.283
|
1355
|
+
"Little Rock, AR" 34.746399 -92.289398
|
1356
|
+
"Liverpool, UnitedKingdom" 53.417 -2.983
|
1357
|
+
"Liverpool, UnitedKingdom" 53.42 -2.99 # http://wwp.wwp.org.uk/uk-towns-cities.htm
|
1358
|
+
"Livingston, IL" 38.966667 -89.750000 # from geotrack
|
1359
|
+
"Livonia, MI" 42.368301 -83.352798
|
1360
|
+
"Ljubljana, Slovenia" 46.049999 14.516666 # from geotrack
|
1361
|
+
"Ljubljana, Slovenia" 46.067 14.500
|
1362
|
+
"Lodz, Poland" 51.817 19.467
|
1363
|
+
"Lodz, Poland" 52.299999 17.000000 # from geotrack
|
1364
|
+
"Logan, OH" 39.540000 -82.407220 # geonames.usgs.gov fc "ppl" population 7051
|
1365
|
+
"Logan, UT" 39.933 -112.117
|
1366
|
+
"London" 51.525300 -0.104600 # manual
|
1367
|
+
"London, Canada" 42.967 -81.250
|
1368
|
+
"London, Canada" 42.9833333333333 -81.2333333333333
|
1369
|
+
"London, KY" 37.116665 -84.066666 # from geotrack
|
1370
|
+
"London, UK" 51.500000 -0.116667 # from geotrack
|
1371
|
+
"London, UnitedKingdom" 51.500 -0.083
|
1372
|
+
"London, UnitedKingdom" 51.525300 -0.104600 # manual
|
1373
|
+
"Long Beach, CA" 33.766899 -118.188301
|
1374
|
+
"Long Hill, MD" 39.126390 -76.575000 # geonames.usgs.gov fc "ppl" population
|
1375
|
+
"Long View, TX" 32.500 -94.733
|
1376
|
+
"Long View, TX" 32.500648 -94.740311
|
1377
|
+
"LongBeach, CA" 33.767 -118.183
|
1378
|
+
"Longmont, CO" 40.166668 -105.099998 # from geotrack
|
1379
|
+
"Longview, WA" 46.138330 -122.936940 # geonames.usgs.gov fc "ppl" population 32705
|
1380
|
+
"Lorain, OH" 41.267 -83.250
|
1381
|
+
"Lorain, OH" 41.4527777777778 -82.1825
|
1382
|
+
"Lorton, VA" 38.700001 -77.233330 # from geotrack
|
1383
|
+
"Los Angeles, CA" 34.052200 -118.242798
|
1384
|
+
"Los Angeles, CA" 34.099998 -118.400002 # from geotrack
|
1385
|
+
"Los Angeles, CA" 34.367 -118.200
|
1386
|
+
"LosAngeles, CA" 34.367 -118.200
|
1387
|
+
"Louis Dreyfus, Poland"
|
1388
|
+
"Louisville, KY" 38.216667 -85.733330 # from geotrack
|
1389
|
+
"Louisville, KY" 38.250 -85.750
|
1390
|
+
"Louisville, KY" 38.254200 -85.759399
|
1391
|
+
"Lubeck, Germany" 53.866300 10.683000
|
1392
|
+
"Lublin, Poland" 52.299999 22.500000 # from geotrack
|
1393
|
+
"Lucerne, Switzerland" 47.05 8.30
|
1394
|
+
"Ludwigsburg, Germany" 48.900 9.183
|
1395
|
+
"Lulea, Sweden" 65.567 22.167
|
1396
|
+
"Lulea, Sweden" 65.5837 22.1469
|
1397
|
+
"Lund, Sweden" 55.700 13.167
|
1398
|
+
"Lund, Sweden" 59.000000 12.200000 # from geotrack
|
1399
|
+
"Lurin, Peru" -12.317 -76.25
|
1400
|
+
"Luton, UnitedKingdom" 51.90 -0.44
|
1401
|
+
"Luxembourg City, Luxembourg" 49.616665 6.200000 # from geotrack
|
1402
|
+
"Luxembourg, Luxembourg" 49.616665 6.200000 # from geotrack
|
1403
|
+
"Luxembourg, Luxembourg" 49.750 6.167
|
1404
|
+
"Luzerne, Switzerland" 47.05 8.30
|
1405
|
+
"Lynbrook, NY" 40.650 -73.667
|
1406
|
+
"Lynbrook, NY" 40.6547222222222 -73.6722222222222
|
1407
|
+
"Lynchburg, VA" 37.400002 -79.183334 # from geotrack
|
1408
|
+
"Lyngby, Denmark" 57.400002 9.750000 # from geotrack
|
1409
|
+
"Lynn, MA" 42.466670 -70.950000 # geonames.usgs.gov fc "ppl" population 78312
|
1410
|
+
"Lynnwood, WA" 47.816666 -122.300003 # from geotrack
|
1411
|
+
"Lyon, France" 45.633 4.383
|
1412
|
+
"Lyon, France" 45.733334 4.866667 # from geotrack
|
1413
|
+
"Maastricht, Netherlands" 51.000000 5.700000 # from geotrack
|
1414
|
+
"Machias, ME" 44.700001 -67.466667 # from geotrack
|
1415
|
+
"Mackay, Australia" -22.25 148.27 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1416
|
+
"Macomb, IL" 40.450 -90.667
|
1417
|
+
"Macomb, IL" 40.4591666666667 -90.6716666666667
|
1418
|
+
"Macomb, MI" 42.700 -82.950
|
1419
|
+
"Macomb, MI" 42.700830 -82.959170 # geonames.usgs.gov fc "ppl" population
|
1420
|
+
"Macon, GA" 32.833332 -83.650002 # from geotrack
|
1421
|
+
"Madison Heights, MI" 42.483 -83.100
|
1422
|
+
"Madison Heights, MI" 42.485830 -83.105280 # geonames.usgs.gov fc "ppl" population 31914
|
1423
|
+
"Madison Heights, VA" 37.433334 -79.099998 # from geotrack
|
1424
|
+
"Madison Heights, VA" 37.461800 -79.110603
|
1425
|
+
"Madison, NJ" 40.750000 -74.416664 # from geotrack
|
1426
|
+
"Madison, WI" 43.066666 -89.383331 # from geotrack
|
1427
|
+
"Madison, WI" 43.073101 -89.401100
|
1428
|
+
"Madisonville, PA" 41.349998 -75.466667 # from geotrack
|
1429
|
+
"Madisonville, PA" 41.358600 -75.475600
|
1430
|
+
"Madley, UnitedKingdom" 52.045100 -2.848300
|
1431
|
+
"Madras, IN" 13.083 80.300 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1432
|
+
"Madras, India" 13.083 80.300
|
1433
|
+
"Madras, India" 13.0833333333333 80.2833333333333
|
1434
|
+
"Madrid" 40.433334 -3.700000
|
1435
|
+
"Madrid, Spain" 40.433334 -3.700000 # from geotrack
|
1436
|
+
"Madrid, Spain" 40.483 -3.583
|
1437
|
+
"Maebashi, Japan" 36.400 139.067
|
1438
|
+
"Magdeburg, Germany" 52.1166666666667 11.6333333333333
|
1439
|
+
"Magdeburg, Germany" 52.250 11.500
|
1440
|
+
"Magden, Switzerland" 47.500000 7.800000 # from geotrack
|
1441
|
+
"Mahoneyville, NJ" 39.616665 -75.500000 # from geotrack
|
1442
|
+
"Mahoneyville, NJ" 39.632200 -75.510000
|
1443
|
+
"Maidstone, UnitedKingdom" 51.283 0.533
|
1444
|
+
"Mainesburg, PA" 41.783833 -76.998352
|
1445
|
+
"Mainz, Germany" 50.0 8.267 # getty
|
1446
|
+
"Mainz, Germany" 47.833 11.967
|
1447
|
+
"Malibu, CA" 34.000000 -118.800003 # from geotrack
|
1448
|
+
"Malmo, Sweden" 55.583 13.000
|
1449
|
+
"Malmo, Sweden" 55.599998 13.000000 # from geotrack
|
1450
|
+
"Malvern, PA" 40.033 -75.500
|
1451
|
+
"Malvern, PA" 40.036110 -75.514170 # geonames.usgs.gov fc "ppl" population 3129
|
1452
|
+
"Manahawkin, NJ" 39.683 -74.250
|
1453
|
+
"Manahawkin, NJ" 39.695280 -74.259170 # geonames.usgs.gov fc "ppl" population
|
1454
|
+
"Manasquan, NJ" 40.126110 -74.049438
|
1455
|
+
"Manasquan, NJ" 40.200 -74.333
|
1456
|
+
"Manassas, VA" 38.750801 -77.475601
|
1457
|
+
"Manchester, MA" 42.567 -70.767
|
1458
|
+
"Manchester, MA" 42.577740 -70.770256
|
1459
|
+
"Manchester, NH" 42.983 -71.450
|
1460
|
+
"Manchester, NH" 42.995602 -71.455299
|
1461
|
+
"Manchester, UnitedKingdom" 53.500000 -2.200000
|
1462
|
+
"Manchester, UnitedKingdom" 53.500000 -2.200000 # from geotrack
|
1463
|
+
"Manhattan, KS" 39.200 -96.600
|
1464
|
+
"Manheim, PA" 40.150002 -76.383331 # from geotrack
|
1465
|
+
"Manheim, PA" 40.167801 -76.420998
|
1466
|
+
"Manila, Philippines" 14.5833333333333 121.0
|
1467
|
+
"Manila, Philippines" 14.617 120.967
|
1468
|
+
"Manila, Phillipines" 14.5833333333333 121.0
|
1469
|
+
"Manitoba, Canada" 49.900002 -97.116669 # from geotrack
|
1470
|
+
"Mankato, MN" 44.150 -93.983
|
1471
|
+
"Mankato, MN" 44.166668 -93.983330 # from geotrack
|
1472
|
+
"Mannheim, Germany" 49.466667 8.500000 # from geotrack
|
1473
|
+
"Mannheim, Germany" 49.500 8.467
|
1474
|
+
"Manno, Switzerland" 46.033333 8.900000 #nima.mil type N cc SZ adm1 00
|
1475
|
+
"Mansfield, OH" 40.750000 -82.516670 # from geotrack
|
1476
|
+
"Maple Ridge, Canada" 49.217 -122.622
|
1477
|
+
"Marburg, Germany" 50.808400 8.772500
|
1478
|
+
"Marburg, Germany" 50.817 8.767
|
1479
|
+
"Marietta, GA" 33.950001 -84.533333 # from geotrack
|
1480
|
+
"Marina Del Rey, CA" 33.966667 -118.449997 # from geotrack
|
1481
|
+
"Marion, OH" 38.583 -82.483
|
1482
|
+
"Marion, OH" 40.583332 -83.116669 # from geotrack
|
1483
|
+
"Markham, Canada" 43.8666666666667 -79.2666666666667
|
1484
|
+
"Markham, Canada" 43.867 -79.267
|
1485
|
+
"Marknesse, Netherlands" 52.700001 5.900000 # from geotrack
|
1486
|
+
"Marlborough, Australia" -22.95 149.95 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1487
|
+
"Marlborough, MA" 42.349998 -71.533333 # from geotrack
|
1488
|
+
"Maroochydore, Australia" -26.65 153.0914 # http://magrathea.mur.csu.edu.au/~jforre04/project/quality.html
|
1489
|
+
"Marseille, France" 43.299999 5.416667 # from geotrack
|
1490
|
+
"Marseille, France" 43.3 5.4
|
1491
|
+
"Marseille, France" 49.567 1.967
|
1492
|
+
"Marseilles, France" 43.3 5.4
|
1493
|
+
"Marseilles, France" 43.300 5.367
|
1494
|
+
"Marshall, MN" 44.450001 -95.783333 # from geotrack
|
1495
|
+
"Maryborough, Australia" -25.54 152.691 # queensland, or -37.048 143.735 iff victoria
|
1496
|
+
"Maryland Heights, MO" 38.700 -90.417
|
1497
|
+
"Maryland Heights, MO" 38.712830 -90.429497
|
1498
|
+
"Massy, France" 48.733 2.283
|
1499
|
+
"Massy, France" 48.7333333333333 2.28333333333333
|
1500
|
+
"Matane, Canada" 48.85 -67.5333333333333
|
1501
|
+
"Matsue, Japan" 35.483 133.067
|
1502
|
+
"Matsuyama, Japan" 36.033 139.417
|
1503
|
+
"Mazatlan, Mexico" 23.183 -106.417
|
1504
|
+
"Mazatlan, Mexico" 23.216667 -106.416667 #nima.mil type N cc MX adm1 25 (sinaloa)
|
1505
|
+
"McComb, OH" 41.107500 -83.792780 # geonames.usgs.gov fc "ppl" population 1651
|
1506
|
+
"McLean, VA" 38.933 -77.183
|
1507
|
+
"McLean, VA" 38.934200 -77.177803
|
1508
|
+
"Mccomb, OH" 41.107500 -83.792780 # geonames.usgs.gov fc "ppl" population 1651
|
1509
|
+
"Mckinney, TX" 33.200001 -96.650002 # from geotrack
|
1510
|
+
"Mclean, VA" 38.933334 -77.166664 # from geotrack
|
1511
|
+
"Mclean, VA" 38.934200 -77.177803
|
1512
|
+
"Medford, MA" 42.417 -71.100
|
1513
|
+
"Medford, NJ" 39.900 -74.817
|
1514
|
+
"Medford, NJ" 39.900830 -74.823890 # geonames.usgs.gov fc "ppl" population
|
1515
|
+
"Medina, OH" 41.138330 -81.863890 # geonames.usgs.gov fc "ppl" population 21897
|
1516
|
+
"Melbourne, Australia" -37.83 145.0 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1517
|
+
"Melbourne, Australia" -37.800 144.983
|
1518
|
+
"Melbourne, FL" 28.100000 -80.633331 # from geotrack
|
1519
|
+
"Memphis, TN" 35.099998 -90.000000 # from geotrack
|
1520
|
+
"Memphis, TN" 35.133 -90.033
|
1521
|
+
"Memphis, TN" 35.149399 -90.048897
|
1522
|
+
"Meppen, Germany" 52.683333 7.316667 #nima.mil type N cc GM adm1 06
|
1523
|
+
"Mercer, WA" 47.566666 -122.216667 # from geotrack
|
1524
|
+
"Mercerville, NJ" 40.233334 -74.683334 # from geotrack
|
1525
|
+
"Mercerville, NJ" 40.236900 -74.686900
|
1526
|
+
"Meriden, CT" 41.533 -72.800
|
1527
|
+
"Meriden, CT" 41.5380555555556 -72.8075
|
1528
|
+
"Meschede, Germany" 51.3333333333333 8.28333333333333
|
1529
|
+
"Meschede, Germany" 51.350 8.283
|
1530
|
+
"Messina, Italy" 38.050 14.867
|
1531
|
+
"Messina, Italy" 38.1833333333333 15.5666666666667
|
1532
|
+
"Metz, France" 49.1333333333333 6.16666666666667
|
1533
|
+
"Metz, France" 49.200 6.183
|
1534
|
+
"Mexico City, Mexico" 19.4 -99.15
|
1535
|
+
"Mexico City, Mexico" 19.400 -99.150
|
1536
|
+
"Miami, FL" 25.766666 -80.199997 # from geotrack
|
1537
|
+
"Miami, FL" 25.767 -80.183
|
1538
|
+
"Miami, FL" 25.773899 -80.193901
|
1539
|
+
"Michoacan de Ocampo, Mexico"
|
1540
|
+
"Middlesbrough, UnitedKingdom" 54.573000 -1.236500
|
1541
|
+
"Middlesbrough, UnitedKingdom" 54.583 -1.250
|
1542
|
+
"Midland, TX" 31.997220 -102.077500 # geonames.usgs.gov fc "ppl" population 96163
|
1543
|
+
"Mie, Japan" 34.500 136.500
|
1544
|
+
"Mikkeli, Finland" 61.683333 27.250000 #nima.mil type N cc FI adm1 14
|
1545
|
+
"Milan, Italy" 45.467 9.200
|
1546
|
+
"Milan, Italy" 45.483334 9.200000 # from geotrack
|
1547
|
+
"Mildura, Australia" -34.184 142.161 # http://life.csu.edu.au/geo/findlatlong.html
|
1548
|
+
"Mililani, HI" 21.450 -158.017
|
1549
|
+
"Mililani, HI" 21.458179 -158.012009
|
1550
|
+
"Milpitas, CA" 37.417 -121.900
|
1551
|
+
"Milpitas, CA" 37.428299 -121.905602
|
1552
|
+
"Milton Keynes, UnitedKingdom" 52.03 -0.69
|
1553
|
+
"Milwaukee, WI" 43.038898 -87.906403
|
1554
|
+
"Milwaukee, WI" 43.049999 -87.966667 # from geotrack
|
1555
|
+
"Milwaukee, WI" 43.683 -88.167
|
1556
|
+
"Milyang, SouthKorea" 35.493333 128.748889 #nima.mil type V cc KS adm1 20
|
1557
|
+
"Minden, Germany" 52.2833333333333 8.91666666666667
|
1558
|
+
"Minneapolis, MN" 44.917 -93.450
|
1559
|
+
"Minneapolis, MN" 44.950001 -93.266670 # from geotrack
|
1560
|
+
"Minneapolis, MN" 44.980000 -93.263603
|
1561
|
+
"Mission, Canada" 49.13 -122.30
|
1562
|
+
"Mississippi City, MS" 30.366667 -89.033333 # from geotrack
|
1563
|
+
"Missoula, MT" 46.867 -113.933
|
1564
|
+
"Missoula, MT" 46.8722222222222 -113.993055555556
|
1565
|
+
"Mito, Japan" 34.817 137.317
|
1566
|
+
"Miyagi, Japan" 38.333 140.833
|
1567
|
+
"Miyakonojyo, Japan"
|
1568
|
+
"Miyazaki, Japan" 35.933 136.083
|
1569
|
+
"Mobile, AL" 30.666666 -88.083336 # from geotrack
|
1570
|
+
"Mocksville, NC" 35.883335 -80.550003 # from geotrack
|
1571
|
+
"Modena, Italy" 44.65 10.917
|
1572
|
+
"Modena, Italy" 44.500 10.950
|
1573
|
+
"Modesto, CA" 37.639099 -120.994751
|
1574
|
+
"Moe, Australia" -38.166667 146.266667 #nima.mil type N cc AS adm1 07
|
1575
|
+
"Mokpo, SouthKorea" 34.793611 126.388611 #nima.mil type N cc KS adm1 16
|
1576
|
+
"Molde, Norway" 62.700001 7.200000 # from geotrack
|
1577
|
+
"Moline, IL" 41.483334 -90.483330 # from geotrack
|
1578
|
+
"Monash, Australia" -42.5 147.35 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1579
|
+
"Moncton, Canada" 46.1 -64.7833333333333
|
1580
|
+
"Monroe, LA" 32.509201 -92.119202
|
1581
|
+
"Monroe, MI" 41.916390 -83.397780 # geonames.usgs.gov fc "ppl" population 23417
|
1582
|
+
"Monroe, NC" 34.983334 -80.533333 # from geotrack
|
1583
|
+
"Monroeville, PA" 40.421110 -79.788330 # geonames.usgs.gov fc "ppl" population 29061
|
1584
|
+
"Mons, Belgium" 50.433 3.800
|
1585
|
+
"Monterey, CA" 36.599998 -121.866669 # from geotrack
|
1586
|
+
"Monterey, Mexico" 25.666 -100.3 # this one has two r's
|
1587
|
+
"MontereyBay, CA" 36.800 -121.900
|
1588
|
+
"Monterrey, CA" 36.599998 -121.866669 # monterey. one r.
|
1589
|
+
"Monterrey, Mexico" 25.517 -100.300
|
1590
|
+
"Monterrey, Mexico" 25.666 -100.3
|
1591
|
+
"Montevideo, Uruguay" -34.833 -56.167
|
1592
|
+
"Montevideo, Uruguay" -34.858056 -56.170833 #nima.mil type N cc UY adm1 10
|
1593
|
+
"Montgomery, AL" 32.349998 -86.283333 # from geotrack
|
1594
|
+
"Montpellier, France" 43.600 3.883
|
1595
|
+
"Montpellier, France" 43.633335 3.883333 # from geotrack
|
1596
|
+
"Montreal Quebec,Canada" 45.500000 -73.500000 # from geotrack
|
1597
|
+
"Montreal, CA" 37.219700 -119.764999
|
1598
|
+
"Montreal, Canada" 45.500000 -73.500000 # from geotrack
|
1599
|
+
"Montreal, Canada" 45.500000 -73.566666 # from geotrack
|
1600
|
+
"Moorhead, MN" 46.849998 -96.750000 # from geotrack
|
1601
|
+
"Moorhead, MN" 46.867 -96.767
|
1602
|
+
"Moree, Australia" -29.465 149.8444 # http://life.csu.edu.au/geo/findlatlong.html
|
1603
|
+
"Morelia, Mexico" 19.667 -101.183
|
1604
|
+
"Morelia, Mexico" 19.7 -101.116666666667
|
1605
|
+
"Morelia, Mexico" 19.700000 -101.116667 #nima.mil type N cc MX adm1 16 (michoaca'n)
|
1606
|
+
"Morgantown, WV" 39.617 -79.950
|
1607
|
+
"Morgantown, WV" 39.629440 -79.956110 # geonames.usgs.gov fc "ppl" population 26517
|
1608
|
+
"Morioka, Japan" 39.717 141.133
|
1609
|
+
"Morristown, TN" 36.213890 -83.295000 # geonames.usgs.gov fc "ppl" population 22019
|
1610
|
+
"Morwell, Australia" -38.235 146.4 # http://life.csu.edu.au/geo/findlatlong.html
|
1611
|
+
"Mosbach, Germany" 49.350 9.150
|
1612
|
+
"Moscow, ID" 46.800 -116.833
|
1613
|
+
"Moscow, Russia" 55.750000 37.616665 # from geotrack
|
1614
|
+
"Mound, MN" 44.9366666666667 -93.6658333333333
|
1615
|
+
"Mount Carmel, MD" 39.106940 -76.462500 # geonames.usgs.gov fc "ppl" population (1 of 4)
|
1616
|
+
"Mount Gambier, Australia" -37.83 140.779 # http://life.csu.edu.au/geo/findlatlong.html
|
1617
|
+
"Mount Laurel, NJ" 39.933 -74.883
|
1618
|
+
"Mount Laurel, NJ" 39.933890 -74.891390 # geonames.usgs.gov fc "ppl" population
|
1619
|
+
"Mount Morris, MI" 43.117 -83.683
|
1620
|
+
"Mount Morris, MI" 43.118610 -83.695000 # geonames.usgs.gov fc "ppl" population 3295
|
1621
|
+
"Mountain View, CA" 37.386101 -122.082802
|
1622
|
+
"Mountain View, CA" 37.400002 -122.066666 # from geotrack
|
1623
|
+
"Mudgee, Australia" -32.433333 149.583333 #nima.mil type N cc AS adm1 02
|
1624
|
+
"Muenchen, Germany" 48.133335 11.583333 # from geotrack
|
1625
|
+
"Muenster, Germany" 52.9833333333333 10.0833333333333
|
1626
|
+
"Mumbai, IN" 18.943 72.850 # slight offset from bombay
|
1627
|
+
"Mumbai, India" 18.933 72.850
|
1628
|
+
"Mumbai, India" 18.943 72.850 # slight offset from bombay
|
1629
|
+
"Mumbai-LVSB, IN" 18.933 72.860 # slight offset from bombay
|
1630
|
+
"Mumbai-LVSB, India" 18.933 72.860 # slight offset from bombay
|
1631
|
+
"Mumbai-VSB, IN" 18.943 72.850 # slight offset from bombay
|
1632
|
+
"Mumbai-VSB, India" 18.943 72.850 # slight offset from bombay
|
1633
|
+
"Munchen, Germany" 48.700 13.467 #manual www.heavens-above.com
|
1634
|
+
"Muncie, IN" 40.183334 -85.383331 # from geotrack
|
1635
|
+
"Munich" 48.133 11.583
|
1636
|
+
"Munich, Germany" 48.133 11.583
|
1637
|
+
"Munich, Germany" 48.133335 11.583333 # from geotrack
|
1638
|
+
"Munich, germany" 48.133335 11.583333 # from geotrack
|
1639
|
+
"Munster, Germany" 49.817 7.850
|
1640
|
+
"Munster, Germany" 52.9833333333333 10.0833333333333
|
1641
|
+
"Murchison, UnitedKingdom" 59.000000 0.000000 # from geotrack
|
1642
|
+
"Murphy, OR" 42.347780 -123.332220 # geonames.usgs.gov fc "ppl" population
|
1643
|
+
"Murray Bridge, Australia" -35.119 139.273 # pretty sure it's if south aus. -28.28 152.1667 # queensland, or -35.119 139.273 if south aus.
|
1644
|
+
"Myrtle Beach, SC" 33.683334 -78.883331 # from geotrack
|
1645
|
+
"Naestved, Denmark" 55.233 11.767
|
1646
|
+
"Naestved, Denmark" 55.233333 11.766667 #nima.mil type N cc DA adm1 12
|
1647
|
+
"Nagano, Japan" 34.417 135.583
|
1648
|
+
"Nagano, Japan" 36.65 138.183333333333
|
1649
|
+
"Nagasaki, Japan" 32.8 129.917
|
1650
|
+
"Nagasaki, Japan" 32.833 129.917
|
1651
|
+
"Nagata, Japan" 34.667 135.150
|
1652
|
+
"Nagoya, Japan" 35.133 136.883
|
1653
|
+
"Nagoya, Japan" 35.1666666666667 136.916666666667
|
1654
|
+
"Nagpur, IN" 21.167 79.200 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1655
|
+
"Nagpur, India" 21.167 79.200 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1656
|
+
"Naha, Japan" 26.167 127.667
|
1657
|
+
"Nakano, Japan" 36.717 138.383
|
1658
|
+
"Namur, Belgium" 50.333 4.833
|
1659
|
+
"Namur, Belgium" 50.500000 4.900000 # from geotrack
|
1660
|
+
"Nancy, France" 46.020000 6.600000 # from geotrack
|
1661
|
+
"Nanoose Bay, Canada" 49.250 -124.183
|
1662
|
+
"Nanoose Bay, Canada" 49.2892 -124.1442
|
1663
|
+
"Nantes, France" 44.900002 5.800000 # from geotrack
|
1664
|
+
"Nantes, France" 48.200 -4.100
|
1665
|
+
"Nantucket, MA" 41.2833333333333 -70.1
|
1666
|
+
"Nanuet, NY" 41.083 -74.000
|
1667
|
+
"Nanuet, NY" 41.0886111111111 -74.0138888888889
|
1668
|
+
"Napa, CA" 38.283333 -122.300003 # from geotrack
|
1669
|
+
"Napa, CA" 38.297199 -122.284500
|
1670
|
+
"Napa, CA" 38.300 -122.267
|
1671
|
+
"Naples, FL" 26.100 -81.733
|
1672
|
+
"Naples, FL" 26.133333 -81.783333 # from geotrack
|
1673
|
+
"Naples, Italy" 40.616665 14.200000 # from geotrack
|
1674
|
+
"Naples, Italy" 40.833 14.250
|
1675
|
+
"Nara, Japan" 34.500 136.000
|
1676
|
+
"Narrabri, Australia" -30.316667 149.783333 #nima.mil type N cc AS adm1 02
|
1677
|
+
"Nashua, NH" 42.733334 -71.483330 # from geotrack
|
1678
|
+
"Nashville, GA" 31.200001 -83.233330 # from geotrack
|
1679
|
+
"Nashville, TN" 36.150002 -86.783333 # from geotrack
|
1680
|
+
"Nashville, TN" 36.165798 -86.784401
|
1681
|
+
"Nashville, TN" 36.165830 -86.784440 # geonames.usgs.gov fc "ppl" population 504505
|
1682
|
+
"Nashville, TN" 36.167 -86.750
|
1683
|
+
"Nayarit, Mexico" 32.3333333333333 -115.316666666667
|
1684
|
+
"Nebraska City, NE" 40.666668 -95.849998 # from geotrack
|
1685
|
+
"Neubrandenburg, Germany" 53.500 13.250
|
1686
|
+
"Neubrandenburg, Germany" 53.566667 13.266667 #nima.mil type N cc GM adm1 12
|
1687
|
+
"New Bedford, MA" 41.650002 -70.933334 # from geotrack
|
1688
|
+
"New Britain, CT" 41.666668 -72.783333 # from geotrack
|
1689
|
+
"New Brunswick, NJ" 40.483 -74.450
|
1690
|
+
"New Brunswick, NJ" 40.483334 -74.433334 # from geotrack
|
1691
|
+
"New Brunswick, NJ" 40.486099 -74.452202
|
1692
|
+
"New Brusnwick, NJ" 40.281900 -74.699200
|
1693
|
+
"New Haven, CT" 41.299999 -72.916664 # from geotrack
|
1694
|
+
"New Haven, CT" 41.308102 -72.928596
|
1695
|
+
"New Market, Canada" 44.050 -79.450
|
1696
|
+
"New Market, Canada" 44.094330 -79.439651
|
1697
|
+
"New Orleans, LA" 29.950 -90.067
|
1698
|
+
"New Orleans, LA" 29.954399 -90.074997
|
1699
|
+
"New Orleans, LA" 30.049999 -89.916664 # from geotrack
|
1700
|
+
"New Philadelphia, OH" 40.489720 -81.445830 # geonames.usgs.gov fc "ppl" population 16635
|
1701
|
+
"New Westminster, Canada" 49.167 -122.967
|
1702
|
+
"New Westminster, Canada" 49.2 -122.9
|
1703
|
+
"New Wilmington, PA" 41.122220 -80.333060 # geonames.usgs.gov fc "ppl" population 2807
|
1704
|
+
"New York, NY" 40.666668 -73.933334 # from geotrack
|
1705
|
+
"New York, NY" 40.667 -73.867
|
1706
|
+
"New York, NY" 40.714199 -74.006401
|
1707
|
+
"NewBrunswick, NJ" 40.483 -74.450
|
1708
|
+
"NewHaven, CT" 41.400 -72.933
|
1709
|
+
"NewOrleans, LA" 29.950 -90.067
|
1710
|
+
"NewYork, NY" 40.783 -73.967
|
1711
|
+
"Newark, DE" 39.666668 -75.750000 # from geotrack
|
1712
|
+
"Newark, DE" 39.683 -75.750
|
1713
|
+
"Newark, NJ" 40.716667 -74.166664 # from geotrack
|
1714
|
+
"Newark, NJ" 40.733 -74.150
|
1715
|
+
"Newark, NJ" 40.735600 -74.172798
|
1716
|
+
"Newberg, OR" 45.299999 -122.949997 # from geotrack
|
1717
|
+
"Newbury, NH" 43.316666 -72.033333 # from geotrack
|
1718
|
+
"Newcastle, Australia" -32.85 151.75 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1719
|
+
"Newcastle, Australia" -32.917 151.767
|
1720
|
+
"Newmarket, Canada" 44.050 -79.450
|
1721
|
+
"Newmarket, UnitedKingdom" 52.250 0.417
|
1722
|
+
"Nice, France" 43.700 7.267
|
1723
|
+
"Nice, France" 43.700001 7.350000 # from geotrack
|
1724
|
+
"Nicosia, Cyprus" 35.1666666666667 33.3666666666667
|
1725
|
+
"Niedernberg, Germany" 50.669998 8.600000 # from geotrack
|
1726
|
+
"Niigata, Japan" 37.917 139.05
|
1727
|
+
"Niigata, Japan" 37.967 139.033
|
1728
|
+
"Nijmegen, Netherlands" 51.799999 5.750000 # from geotrack
|
1729
|
+
"Ninove, Belgium" 50.833 4.033
|
1730
|
+
"Norfolk, VA" 36.817 -76.267
|
1731
|
+
"Norfolk, VA" 36.846699 -76.285599
|
1732
|
+
"Norfolk, VA" 36.916668 -76.233330 # from geotrack
|
1733
|
+
"Normandie, France" 49.000000 0.000000 # from geotrack
|
1734
|
+
"Norristown, PA" 40.117 -75.333
|
1735
|
+
"Norristown, PA" 40.121390 -75.340280 # geonames.usgs.gov fc "ppl" population 32069
|
1736
|
+
"Norrkoping, Sweden" 58.583 16.167
|
1737
|
+
"Norrkoping, Sweden" 58.599998 16.299999 # from geotrack
|
1738
|
+
"North Bay, Canada" 46.3166666666667 -79.4666666666667
|
1739
|
+
"North Canton, OH" 40.8758333333333 -81.4025
|
1740
|
+
"North Royalton, OH" 41.299999 -81.733330 # from geotrack
|
1741
|
+
"North Ryde, Australia" -33.800 151.117
|
1742
|
+
"North Vancouver, Canada" 49.3689 -123.0341
|
1743
|
+
"North Vancouver, Canada" 49.350 -123.083
|
1744
|
+
"NorthCanton, OH" 40.867 -81.400
|
1745
|
+
"Northampton, MA" 42.317 -72.633
|
1746
|
+
"Northampton, PA" 40.683334 -75.483330 # from geotrack
|
1747
|
+
"Northampton, UnitedKingdom" 52.24 -0.90
|
1748
|
+
"Northampton, UnitedKingdom" 52.250 -0.883
|
1749
|
+
"Northfield, MN" 44.450 -93.150
|
1750
|
+
"Norwalk, CT" 41.1175 -73.4083333333333
|
1751
|
+
"Norwalk, OH" 41.242500 -82.615830 # geonames.usgs.gov fc "ppl" population 15204
|
1752
|
+
"Norwich, CT" 41.5241666666667 -72.0763888888889
|
1753
|
+
"Nottingham, UnitedKingdom" 53.000000 -1.000000 # from geotrack
|
1754
|
+
"Nuevo Laredo, Mexico" 27.5 -99.5166666666667
|
1755
|
+
"Nuevo Laredo, Mexico" 27.500 -99.500
|
1756
|
+
"Nuremberg, Germany" 49.45 11.066
|
1757
|
+
"Nuremberg, Germany" 49.45 11.0666666666667
|
1758
|
+
"Nuremberg, Germany" 49.450 11.067
|
1759
|
+
"Nuremberg, Germany" 49.529999 10.540000 # from geotrack
|
1760
|
+
"Nuremburg, Germany" 49.45 11.066 # should be berg.
|
1761
|
+
"Nuriootpa, Australia" -34.48 138.99 # http://life.csu.edu.au/geo/findlatlong.html
|
1762
|
+
"Nurnberg, Germany" 49.383 11.367
|
1763
|
+
"Nurnberg, Germany" 49.45 11.0666666666667
|
1764
|
+
"OFallon, MO" 38.810560 -90.699720 # geonames.usgs.gov fc "ppl" population 20061
|
1765
|
+
"Oak Brook, IL" 41.817 -87.917
|
1766
|
+
"Oak Brook, IL" 41.838299 -87.957802
|
1767
|
+
"Oak Hill, VA" 37.193340 -77.456444
|
1768
|
+
"Oak Hill, VA" 38.033 -79.417
|
1769
|
+
"Oak Ridge, TN" 35.933 -83.500
|
1770
|
+
"Oak Ridge, TN" 35.950001 -84.283333 # from geotrack
|
1771
|
+
"Oakland, CA" 37.766666 -122.216667 # from geotrack
|
1772
|
+
"Oakland, CA" 37.800 -122.267
|
1773
|
+
"Oakland, CA" 37.804401 -122.269699
|
1774
|
+
"Oakland, NJ" 41.0 -74.25 # geonames.usgs.gov/pls/gnis/
|
1775
|
+
"Oakland, NJ" 41.017 -74.317
|
1776
|
+
"Oaxaca, Mexico" 17.000 -96.500
|
1777
|
+
"Oaxaca, Mexico" 17.050000 -96.716667 #nima.mil type V cc MX adm1 00
|
1778
|
+
"Oberlin, OH" 41.283333 -82.216667 # from geotrack
|
1779
|
+
"Oceanside, CA" 33.216667 -117.300003 # from geotrack
|
1780
|
+
"Ockelbo, Sweden" 60.867 16.750
|
1781
|
+
"Ockelbo, Sweden" 60.900002 16.600000 # from geotrack
|
1782
|
+
"Odawara, Japan" 35.250 139.133
|
1783
|
+
"Odense, Denmark" 55.400 10.417
|
1784
|
+
"Odense, Denmark" 55.400002 10.400000 # from geotrack
|
1785
|
+
"Offenbach, Germany" 50.1 8.767
|
1786
|
+
"Offenbach, Germany" 50.100 8.767
|
1787
|
+
"Offenburg, Germany" 48.4666666666667 7.95
|
1788
|
+
"Offenburg, Germany" 48.483 7.950
|
1789
|
+
"Ogaki, Japan" 35.367 136.600
|
1790
|
+
"Oita, Japan"
|
1791
|
+
"Oita, Japan" 33.250 131.500
|
1792
|
+
"Ojus, FL" 25.933 -80.150
|
1793
|
+
"Ojus, FL" 25.948100 -80.150800
|
1794
|
+
"Okayama, Japan" 34.65 133.917
|
1795
|
+
"Okayama, Japan" 34.667 133.900
|
1796
|
+
"Okinawa, Japan" 26.000 126.000
|
1797
|
+
"Oklahoma City, OK" 35.466667 -97.500000 # from geotrack
|
1798
|
+
"Oklahoma City, OK" 35.467 -97.500
|
1799
|
+
"Oklahoma City, OK" 35.467499 -97.516098
|
1800
|
+
"Oldenburg, Germany" 52.500000 13.300000 # from geotrack
|
1801
|
+
"Oldenburg, Germany" 53.133 8.217
|
1802
|
+
"Omaha, NE" 41.250000 -96.000000 # from geotrack
|
1803
|
+
"Omaha, NE" 41.258598 -95.937500
|
1804
|
+
"Omaha, NE" 41.2586111111111 -95.9375
|
1805
|
+
"Omaha, NE" 42.267 -96.683
|
1806
|
+
"Onomichi, Japan" 34.417 133.183
|
1807
|
+
"Ontario, CA" 34.050 -117.650
|
1808
|
+
"Ontario, CA" 34.063389 -117.649582
|
1809
|
+
"Orange County, CA" 33.700 -117.767
|
1810
|
+
"Orange County, CA" 37.219700 -119.764999
|
1811
|
+
"Orange, Australia" -35.25 149.10 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1812
|
+
"Orange, CA" 33.799999 -117.816666 # from geotrack
|
1813
|
+
"Orange, CA" 34.050 -117.150
|
1814
|
+
"OrangeCounty, CA" 33.700 -117.767
|
1815
|
+
"Orangeburg, SC" 33.483334 -80.849998 # from geotrack
|
1816
|
+
"Oreleans, France" 47.917 1.900 #manual www.heavens-above.com; it is orleans
|
1817
|
+
"Orem, UT" 40.283 -111.683
|
1818
|
+
"Orem, UT" 40.283333 -111.683334 # from geotrack
|
1819
|
+
"Orem, UT" 40.296902 -111.693901
|
1820
|
+
"Orland Park, IL" 41.630280 -87.853890 # geonames.usgs.gov fc "ppl" population 43918
|
1821
|
+
"Orlando, FL" 28.500000 -81.366669 # from geotrack
|
1822
|
+
"Orlando, FL" 28.533 -81.367
|
1823
|
+
"Orlando, FL" 28.538099 -81.379402
|
1824
|
+
"Orleans, France" 47.917 1.900 #manual www.heavens-above.com; it is orleans
|
1825
|
+
"Orleans, France" 47.900 1.900
|
1826
|
+
"Orsay, France" 48.700 2.200
|
1827
|
+
"Orsay, France" 48.700001 2.200000 # from geotrack
|
1828
|
+
"Osaka" 34.667 135.500
|
1829
|
+
"Osaka, Japan" 34.667 135.500
|
1830
|
+
"Osaka, Japan" 35.950 137.283
|
1831
|
+
"Osan, SouthKorea" 34.966667 127.016667 #nima.mil type N cc KS adm1 00 ( first of several matches )
|
1832
|
+
"Oshawa, Canada" 43.9 -78.85
|
1833
|
+
"Oslo, Norway" 59.917 10.750
|
1834
|
+
"Oslo, Norway" 59.933334 10.683333 # from geotrack
|
1835
|
+
"Osnabruck, Germany" 52.275900 8.047500
|
1836
|
+
"Osnabruck, Germany" 52.283 8.050
|
1837
|
+
"Osnabrueck, Germany" 52.275900 8.047500
|
1838
|
+
"Ossining, NY" 41.150 -73.850
|
1839
|
+
"Ossining, NY" 41.1627777777778 -73.8619444444444
|
1840
|
+
"Otsu, Japan" 34.483 135.367
|
1841
|
+
"Ottawa, Canada" 45.4166666666667 -75.7
|
1842
|
+
"Ottawa, Canada" 45.517 -74.333
|
1843
|
+
"Oulo, Finland" 65.000000 27.000000 # from geotrack
|
1844
|
+
"Oultor, Finland" 65.000000 27.000000 # from geotrack
|
1845
|
+
"Oulu, Finland" 65.000000 27.000000 # from geotrack
|
1846
|
+
"Oviedo, Spain" 37.700001 -3.500000 # from geotrack
|
1847
|
+
"Oviedo, Spain" 43.367 -5.833
|
1848
|
+
"Owen Sound, Canada" 44.566667 -80.850000 #nima.mil type N cc CA adm1 08
|
1849
|
+
"Owen Sound, Canada" 44.667 -80.917
|
1850
|
+
"Owensboro, KY" 37.7741666666667 -87.1133333333333
|
1851
|
+
"Owings Mills, MD" 39.417 -76.767
|
1852
|
+
"Owings Mills, MD" 39.419440 -76.780560 # geonames.usgs.gov fc "ppl" population
|
1853
|
+
"Oxford, OH" 39.5069444444444 -84.7452777777778
|
1854
|
+
"Oxford, OH" 40.400 -82.950
|
1855
|
+
"Oxford, UnitedKingdom" 51.700001 1.000000 # from geotrack
|
1856
|
+
"Oxford, UnitedKingdom" 51.767 -1.250
|
1857
|
+
"Oyama, Japan" 35.400 139.000
|
1858
|
+
"Oyama, Japan" 37.733333 140.916667 #nima.mil type N cc JA adm1 08
|
1859
|
+
"Pachuca de Soto, Mexico" 20.116667 -98.733333 #nima.mil type N cc MX adm1 13
|
1860
|
+
"Paderborn, Germany" 51.7166666666667 8.75
|
1861
|
+
"Paderborn, Germany" 51.717 8.733
|
1862
|
+
"Padova, Italy" 45.350 11.817
|
1863
|
+
"Padova, Italy" 45.417 11.883
|
1864
|
+
"Padua, Italy" 45.299999 11.800000 # from geotrack
|
1865
|
+
"Paget, Bermuda" 32.278333 -64.781667 #nima.mil type V cc BD adm1 04 note: administrative region
|
1866
|
+
"Paimio, Finland" 60.450000 22.700000 #nima.mil type N cc FI adm1 15
|
1867
|
+
"Palaiseau, France" 48.700001 2.250000 # from geotrack
|
1868
|
+
"Palermo, Italy" 37.817 13.583
|
1869
|
+
"Palermo, Italy" 38.116665 13.366667 # from geotrack
|
1870
|
+
"Palm Beach, FL" 26.7052777777778 -80.0366666666667
|
1871
|
+
"Palma De Mallorcas, Spain" 40.400002 -3.700000 # from geotrack
|
1872
|
+
"Palo Alto, CA" 37.383335 -122.133331 # from geotrack
|
1873
|
+
"Palo Alto, CA" 37.441898 -122.141899
|
1874
|
+
"Palo Alto, CA" 37.467 -122.133
|
1875
|
+
"Palo Verde, CA" 33.416668 -114.716667 # from geotrack
|
1876
|
+
"PaloAlto, CA" 37.433 -122.133
|
1877
|
+
"Pamplona, Spain" 42.8166666666667 -1.63333333333333
|
1878
|
+
"Pamplona, Spain" 42.817 -1.650
|
1879
|
+
"Panama City, Panama" 8.950 -79.500
|
1880
|
+
"Panama City, Panama" 8.9666 -79.533
|
1881
|
+
"Panama City, Panama" 9.0 -80.0 # http://www.cia.gov/cia/publications/factbook/geos/pm.html
|
1882
|
+
"Paris" 48.867 2.333 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1883
|
+
"Paris, France" 48.849998 2.333333 # from geotrack
|
1884
|
+
"Paris, France" 48.867 2.333 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
1885
|
+
"Paris, France" 48.983 2.100
|
1886
|
+
"Parksville, Canada" 49.2666666666667 -123.116666666667 # in bc anyway
|
1887
|
+
"Parksville, Canada" 49.300 -124.317
|
1888
|
+
"Parkville, MD" 39.389500 -76.537300
|
1889
|
+
"Parsippany, NJ" 40.8577777777778 -74.4263888888889
|
1890
|
+
"Parsippany, NJ" 40.883 -74.383
|
1891
|
+
"Pasadena, CA" 34.150002 -118.133331 # from geotrack
|
1892
|
+
"Pasadena, CA" 34.167 -118.150
|
1893
|
+
"Pascagoula, MS" 30.365560 -88.556110 # geonames.usgs.gov fc "ppl" population 29043
|
1894
|
+
"Passau, Germany" 48.583 13.467
|
1895
|
+
"Passau, Germany" 48.5833333333333 13.4666666666667
|
1896
|
+
"Pau, France" 45.566667 6.166667 #nima.mil type N cc FR adm1 B9
|
1897
|
+
"Pearl Harbor, HI" 21.350 -157.967
|
1898
|
+
"Pearl Harbor, HI" 21.362700 -157.944000
|
1899
|
+
"Peking, China" 39.9166666666667 116.416666666667
|
1900
|
+
"Pennant Point, Canada" 44.4 -63.6 #manual http://lois.justice.gc.ca/en/O-2.4/C.R.C.-c.1550/148435.html
|
1901
|
+
"Pennsauken, NJ" 39.900 -74.883
|
1902
|
+
"Pennsauken, NJ" 39.950001 -75.050003 # from geotrack
|
1903
|
+
"Penrith, Australia" -33.758 150.705 # http://life.csu.edu.au/geo/findlatlong.html
|
1904
|
+
"Penrith, Australia" -33.783 150.733
|
1905
|
+
"Pensacola, FL" 30.421101 -87.216904
|
1906
|
+
"Penticton, Canada" 49.50 -119.58
|
1907
|
+
"Peoria, IL" 40.650 -89.567
|
1908
|
+
"Peoria, IL" 40.693600 -89.588898
|
1909
|
+
"Perryman, MD" 39.466667 -76.199997 # from geotrack
|
1910
|
+
"Perth, Australia" -31.95 115.866 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1911
|
+
"Perth, Australia" -31.967 115.817
|
1912
|
+
"Perugia, Italy" 43.050 12.550
|
1913
|
+
"Perugia, Italy" 43.133333 12.366667 #nima.mil type N cc IT adm1 18
|
1914
|
+
"Perugia, Italy" 43.1333333333333 12.3666666666667
|
1915
|
+
"Pescara, Italy" 42.450 14.217
|
1916
|
+
"Pescara, Italy" 42.467 14.217
|
1917
|
+
"Petersburg, IN" 38.4919444444444 -87.2786111111111
|
1918
|
+
"Petersburg, VA" 37.2277777777778 -77.4022222222222
|
1919
|
+
"Petoskey, MI" 45.349998 -84.949997 # from geotrack
|
1920
|
+
"Pewaukee, WI" 43.080379 -88.261490
|
1921
|
+
"Pforzheim, Germany" 48.9 8.7
|
1922
|
+
"Philadelhipa, PA" 40.000000 -75.133331 # from geotrack
|
1923
|
+
"Philadelpha, PA" 40.914300 -77.818500
|
1924
|
+
"Philadelphia, PA" 39.952202 -75.164200
|
1925
|
+
"Philadelphia, PA" 40.000000 -75.133331 # from geotrack
|
1926
|
+
"Philadelphia, PA" 40.150 -75.200
|
1927
|
+
"Phoenix, AZ" 33.448299 -112.073303
|
1928
|
+
"Phoenix, AZ" 33.533333 -112.066666 # from geotrack
|
1929
|
+
"Phoenix, AZ" 34.283 -110.517
|
1930
|
+
"Phoenix, Arizona" 33.447201 -112.073166
|
1931
|
+
"Phoenixville, PA" 40.117 -75.500
|
1932
|
+
"Phoenixville, PA" 40.130280 -75.515280 # geonames.usgs.gov fc "ppl" population 15654
|
1933
|
+
"Piacenza, Italy" 45.0166666666667 9.66666666666667
|
1934
|
+
"Pine Bluff, AR" 34.228330 -92.003060 # geonames.usgs.gov fc "ppl" population 57971
|
1935
|
+
"Pisa, Italy" 43.400002 10.700000 # from geotrack
|
1936
|
+
"Pisa, Italy" 43.667 10.267
|
1937
|
+
"Pittsburg, PA" 40.440830 -79.995613
|
1938
|
+
"Pittsburgh, PA" 39.783 -79.200
|
1939
|
+
"Pittsburgh, PA" 40.433334 -79.966667 # from geotrack
|
1940
|
+
"Pittsburgh, PA" 40.440601 -79.996101
|
1941
|
+
"Pittsburgh, PA" 40.440830 -79.995613
|
1942
|
+
"Pittston, PA" 41.315201 -75.781799
|
1943
|
+
"Pittston, PA" 41.316666 -75.783333 # from geotrack
|
1944
|
+
"Plainfield, NJ" 40.633610 -74.407780 # geonames.usgs.gov fc "ppl" population 44793
|
1945
|
+
"Pleasanton, CA" 37.6625 -121.873611111111
|
1946
|
+
"Pleasanton, CA" 37.667 -121.817
|
1947
|
+
"Pleasantville, NJ" 39.383335 -74.516670 # from geotrack
|
1948
|
+
"Pleasantville, OH" 39.819302 -82.499001
|
1949
|
+
"Plovdiv, Bulgaria" 42.150000 24.750000 #nima.mil type N cc BU adm1 51
|
1950
|
+
"Plymouth, MA" 41.950001 -70.650002 # from geotrack
|
1951
|
+
"Plymouth, MI" 42.371101 -83.486099
|
1952
|
+
"Plymouth, MI" 42.371390 -83.470280 # geonames.usgs.gov fc "ppl" population 9160
|
1953
|
+
"Plymouth, MN" 44.980000 -93.263603 # like minneapolis
|
1954
|
+
"Plymouth, MN" 45.0105555555556 -93.4552777777778
|
1955
|
+
"Pocatello, ID" 42.866665 -112.466667 # from geotrack
|
1956
|
+
"Poitiers, France" 46.583 0.333
|
1957
|
+
"Poitiers, France" 46.5833333333333 0.333333333333333
|
1958
|
+
"Polson, MT" 47.683334 -114.150002 # from geotrack
|
1959
|
+
"Pomona, CA" 34.050 -117.750
|
1960
|
+
"Pomona, CA" 34.055280 -117.751390 # geonames.usgs.gov fc "ppl" population 143870
|
1961
|
+
"Pompano Beach, FL" 26.233334 -80.116669 # from geotrack
|
1962
|
+
"Pontiac, MI" 42.633 -83.283
|
1963
|
+
"Pontiac, MI" 42.638890 -83.291110 # geonames.usgs.gov fc "ppl" population 66708
|
1964
|
+
"Pontiac, MI" 42.639011 -83.291313
|
1965
|
+
"Pontypridd, UnitedKingdom" 51.599998 -3.300000 # from geotrack
|
1966
|
+
"Pordenone, Italy" 45.95 12.65
|
1967
|
+
"Port Albert, Australia" -38.675 146.89 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
1968
|
+
"Port Augusta, Australia" -32.49 137.777 # http://life.csu.edu.au/geo/findlatlong.html
|
1969
|
+
"Port Augusta, Australia" -32.500 137.450
|
1970
|
+
"Port Hardy, Canada" 50.70 -127.42
|
1971
|
+
"Port Lincoln, Australia" -34.726 135.855 # http://life.csu.edu.au/geo/findlatlong.html
|
1972
|
+
"Port Macquarie, Australia" -31.438 152.91 # http://life.csu.edu.au/geo/findlatlong.html
|
1973
|
+
"Port Maquarie, Australia"
|
1974
|
+
"Port Pirie, Australia" -33.187 138.0 # http://life.csu.edu.au/geo/findlatlong.html
|
1975
|
+
"Port Vila, Vanuatu" -17.733333 168.316667 #nima.mil type N cc NH adm1 08
|
1976
|
+
"Port of Spain, Trinidad" 11.00 -61.00 # cia, for the country..
|
1977
|
+
"Port-Vila, Vanuatu" -17.733333 168.316667 #nima.mil type N cc NH adm1 08
|
1978
|
+
"PortVila, Vanuatu" -17.750 168.300
|
1979
|
+
"Portland, ME" 43.661400 -70.255798
|
1980
|
+
"Portland, ME" 43.666668 -70.199997 # from geotrack
|
1981
|
+
"Portland, ME" 44.900 -70.017
|
1982
|
+
"Portland, OR" 45.500 -122.583
|
1983
|
+
"Portland, OR" 45.523602 -122.675003
|
1984
|
+
"Portland, OR" 45.533333 -122.650002 # from geotrack
|
1985
|
+
"Porto, Portugal" 42.000000 -8.500000 # from geotrack
|
1986
|
+
"Portsmouth, OH" 38.731670 -82.997780 # geonames.usgs.gov fc "ppl" population 23906
|
1987
|
+
"Portsmouth, United Kingdom" 50.804000 -1.087200
|
1988
|
+
"Portsmouth, UnitedKingdom" 50.804000 -1.087200
|
1989
|
+
"Potenza, Italy" 40.6333333333333 15.8166666666667
|
1990
|
+
"Potenza, Italy" 43.350 13.700
|
1991
|
+
"Potsdam, Germany" 52.400 13.067
|
1992
|
+
"Potsdam, Germany" 52.400002 13.060000 # from geotrack
|
1993
|
+
"Potsdam, NY" 44.667 -74.967
|
1994
|
+
"Pottstown, PA" 40.233 -75.650
|
1995
|
+
"Pottstown, PA" 40.245280 -75.650000 # geonames.usgs.gov fc "ppl" population 23130
|
1996
|
+
"Poughkeepsie, NY" 41.683334 -73.916664 # from geotrack
|
1997
|
+
"Poughkeepsie, NY" 41.700 -73.917
|
1998
|
+
"Poznan, Poland" 52.400002 17.000000 # from geotrack
|
1999
|
+
"Prague, CzechRepublic" 50.000000 14.500000 # from geotrack
|
2000
|
+
"Prague, CzechRepublic" 50.100 14.433
|
2001
|
+
"Prato, Italy" 43.8833333333333 11.1
|
2002
|
+
"Princeton, NJ" 40.348598 -74.659401
|
2003
|
+
"Princeton, NJ" 40.349998 -74.650002 # from geotrack
|
2004
|
+
"Princeton, NJ" 40.367 -74.617
|
2005
|
+
"Providence, RI" 41.800 -71.367
|
2006
|
+
"Providence, RI" 41.816666 -71.416664 # from geotrack
|
2007
|
+
"Providence, RI" 41.823898 -71.413300
|
2008
|
+
"Provo, UT" 40.233334 -111.633331 # from geotrack
|
2009
|
+
"Provo, UT" 40.367 -111.617
|
2010
|
+
"Puerto Rico" 18.234501 -66.465500
|
2011
|
+
"Puerto Vallarta, Mexico" 20.600 -105.250
|
2012
|
+
"Puerto Vallarta, Mexico" 20.6166666666667 -105.25
|
2013
|
+
"Pullman, WA" 46.717 -117.167
|
2014
|
+
"Pune, IN" 18.567 73.967 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
2015
|
+
"Pune, India" 18.567 73.967
|
2016
|
+
"Pune, India" 18.567 73.967 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
2017
|
+
"Pusan, Korea" 35.1 129.05
|
2018
|
+
"Pusan, SouthKorea" 35.083 129.033
|
2019
|
+
"Pusan, SouthKorea" 35.1 129.05
|
2020
|
+
"Pyungtaek, Korea"
|
2021
|
+
"Pyungtaek, SouthKorea"
|
2022
|
+
"Pyungtaek, SouthKorea" 37.55 126.966666666667 # call it Seoul TEMPORARY
|
2023
|
+
"Quarryville, PA" 39.883 -76.150
|
2024
|
+
"Quarryville, PA" 39.896940 -76.163890 # geonames.usgs.gov fc "ppl" population 1670
|
2025
|
+
"Quebec City, Canada" 46.800 -71.250
|
2026
|
+
"Quebec, Canada" 46.800 -71.250 #manual heavens-above.com
|
2027
|
+
"Queensland, Australia" -15.000 143.000
|
2028
|
+
"Quezon City, Philippines" 14.6333333333333 121.05
|
2029
|
+
"Quezon, Philippines" 14.6333333333333 121.05
|
2030
|
+
"Quincy, MA" 42.252529 -71.004196
|
2031
|
+
"Quintana Roo, Mexico"
|
2032
|
+
"Quintana Roo, Mexico" 19.666667 -88.500000 # I think I want the admin region.
|
2033
|
+
"Quintana Roo, Mexico" 19.667 -88.500
|
2034
|
+
"Quintana, Mexico" 19.666667 -88.500000 #nima.mil type V cc MX adm1 23 note: administrative region
|
2035
|
+
"Raleigh, NC" 35.771900 -78.638901
|
2036
|
+
"Raleigh, NC" 35.816666 -78.650002 # from geotrack
|
2037
|
+
"Raleigh, NC" 35.933 -75.700
|
2038
|
+
"Rancho Cordova, CA" 38.583 -121.300
|
2039
|
+
"Rancho Cordova, CA" 38.588940 -121.301277
|
2040
|
+
"Rancho Cucamonga, CA" 34.106390 -117.592220 # geonames.usgs.gov fc "ppl" population 114799
|
2041
|
+
"Randolph, NJ" 40.8775 -74.6108333333333
|
2042
|
+
"Randolph, NJ" 40.917 -74.100
|
2043
|
+
"Ravenna, Italy" 44.4166666666667 12.2
|
2044
|
+
"Reading, PA" 40.335560 -75.927220 # geonames.usgs.gov fc "ppl" population 78246
|
2045
|
+
"Reading, PA" 40.717 -75.750
|
2046
|
+
"Reading, UnitedKingdom" 51.500000 -1.000000 # from geotrack
|
2047
|
+
"Red Deer, Canada" 52.2666666666667 -113.8
|
2048
|
+
"Redmond, WA" 47.666668 -122.099998 # from geotrack
|
2049
|
+
"Redwoods, CA" 40.583332 -121.933334 # from geotrack
|
2050
|
+
"Regensburg, Germany" 49.0166666666667 12.1
|
2051
|
+
"Regensburg, Germany" 49.017 12.100
|
2052
|
+
"Reggio Emilia, Italy" 44.716667 10.600000 # Reggio Emilia
|
2053
|
+
"Reggio nell Emilia, Italy" 44.716667 10.600000 #nima.mil type V cc IT adm1 05
|
2054
|
+
"Regina, Canada" 50.4166666666667 -104.65
|
2055
|
+
"Regina, Canada" 50.500 -104.633
|
2056
|
+
"Reims, France" 49.25 4.03333333333333
|
2057
|
+
"Relay, MD" 39.227810 -76.704346
|
2058
|
+
"Rennes, France" 48.100 -1.667
|
2059
|
+
"Rennes, France" 48.116665 -1.033333 # from geotrack
|
2060
|
+
"Reno, NV" 39.517 -119.800
|
2061
|
+
"Reno, NV" 39.5297222222222 -119.812777777778
|
2062
|
+
"Research Triangle Park, NC" 35.476101 -79.172302
|
2063
|
+
"Research Triangle Park, NC" 35.883 -78.850
|
2064
|
+
"Reserve, LA" 30.060400 -90.556099
|
2065
|
+
"Reserve, LA" 30.066668 -90.550003 # from geotrack
|
2066
|
+
"Reston, VA" 38.950001 -77.333336 # from geotrack
|
2067
|
+
"Reston, VA" 38.967 -77.333
|
2068
|
+
"Reykjavik, Iceland" 64.150002 -21.900000 # from geotrack
|
2069
|
+
"Richardson, TX" 32.948269 -96.727577
|
2070
|
+
"Richmond, VA" 37.553600 -77.460602
|
2071
|
+
"Richmond, VA" 37.767 -80.883
|
2072
|
+
"Richmond, VA" 40.516666 -74.216667 # from geotrack
|
2073
|
+
"Richmond, WA" 47.750000 -122.333336 # from geotrack
|
2074
|
+
"Riga, Latvia" 56.950001 24.100000 # from geotrack
|
2075
|
+
"Rimouski, Canada" 48.4333333333333 -68.55
|
2076
|
+
"Rio de Janeiro, Brazil" -22.9 -43.2333333333333
|
2077
|
+
"RioDeJaneiro, Brazil" -22.9 -43.2333333333333
|
2078
|
+
"Riverdale, NJ" 40.993890 -74.303890 # geonames.usgs.gov fc "ppl" population 2478
|
2079
|
+
"Riverside, CA" 33.953548 -117.396606
|
2080
|
+
"Riyadh, SaudiArabia" 24.6333333333333 46.7166666666667
|
2081
|
+
"Riyadh, SaudiArabia" 24.650 46.767
|
2082
|
+
"Roachdale, IN" 39.833 -86.800
|
2083
|
+
"Roachdale, IN" 39.833332 -86.800003 # from geotrack
|
2084
|
+
"Roanoake, VA" 37.2666 -79.95
|
2085
|
+
"Roanoke, VA" 37.133 -78.517
|
2086
|
+
"Roanoke, VA" 37.266666 -79.949997 # from geotrack
|
2087
|
+
"Rochelle Park, NJ" 40.900 -74.067
|
2088
|
+
"Rochelle Park, NJ" 40.906601 -74.078400
|
2089
|
+
"Rochester, MN" 44.000000 -92.466667 # from geotrack
|
2090
|
+
"Rochester, MN" 44.017 -92.467
|
2091
|
+
"Rochester, MT" 45.612780 -112.505000 # geonames.usgs.gov fc "ppl" population
|
2092
|
+
"Rochester, NY" 43.100 -77.483
|
2093
|
+
"Rochester, NY" 43.154701 -77.615799
|
2094
|
+
"Rochester, NY" 43.166668 -77.599998 # from geotrack
|
2095
|
+
"Rochester, PA" 40.702499 -80.286102
|
2096
|
+
"Rockford, IL" 42.267 -89.083
|
2097
|
+
"Rockford, IL" 42.271099 -89.093903
|
2098
|
+
"Rockhampton, Australia" -23.38 150.48 # http://life.csu.edu.au/geo/findlatlong.html
|
2099
|
+
"Rockhurst, NY" 40.599998 -73.900002 # from geotrack
|
2100
|
+
"Rockhurst, NY" 43.5 -73.6 # from geotrack
|
2101
|
+
"Rockville, MD" 39.083900 -77.153099
|
2102
|
+
"RohnertPark, CA" 38.333 -122.700
|
2103
|
+
"Rolla, MO" 37.951390 -91.771110 # geonames.usgs.gov fc "ppl" population 14777
|
2104
|
+
"Rolling Meadows, IL" 42.077000 -88.028297
|
2105
|
+
"Rolling Meadows, IL" 42.083 -88.000
|
2106
|
+
"Roma, Italy" 42.000000 12.700000 # from geotrack
|
2107
|
+
"Rome, Italy" 41.866665 12.616667 # from geotrack
|
2108
|
+
"Rome, Italy" 42.000 12.483
|
2109
|
+
"Roselle, NJ" 40.664170 -74.263610 # geonames.usgs.gov fc "ppl" population 20572
|
2110
|
+
"Roseville, CA" 38.750 -121.283
|
2111
|
+
"Roseville, CA" 38.752201 -121.286903
|
2112
|
+
"Roseville, MI" 42.483 -82.933
|
2113
|
+
"Roseville, MI" 42.497220 -82.937220 # geonames.usgs.gov fc "ppl" population 51592
|
2114
|
+
"Roseville, MN" 45.006110 -93.156390 # geonames.usgs.gov fc "ppl" population 33075
|
2115
|
+
"Rostock, Germany" 54.0833333333333 12.1166666666667
|
2116
|
+
"Rostock, Germany" 54.100 12.150
|
2117
|
+
"Rotherham, UnitedKingdom" 53.417 -1.333
|
2118
|
+
"Rotterdam, Netherlands" 51.916668 4.450000 # from geotrack
|
2119
|
+
"Rotterdam, Netherlands" 51.917 4.483
|
2120
|
+
"Rottweil, Germany" 48.1666666666667 8.61666666666667
|
2121
|
+
"Rottweil, Germany" 48.167 8.617
|
2122
|
+
"Rouen, France" 49.416668 1.083333 # from geotrack
|
2123
|
+
"Rouen, France" 49.467 1.033
|
2124
|
+
"Rutgers, NJ" 40.483334 -74.400002 # from geotrack
|
2125
|
+
"Rutherford, UnitedKingdom" 55.599998 -2.550000 # from geotrack
|
2126
|
+
"SVQ, Spain"
|
2127
|
+
"Saarbrucken, Germany" 49.231500 6.998300
|
2128
|
+
"Saarbrucken, Germany" 49.250 6.967
|
2129
|
+
"Sacramento, CA" 38.566666 -121.466667 # from geotrack
|
2130
|
+
"Sacramento, CA" 38.581699 -121.493301
|
2131
|
+
"Sacramento, CA" 41.250 -122.483
|
2132
|
+
"Saeby, Denmark" 57.299999 10.500000 # from geotrack
|
2133
|
+
"Saeby, Denmark" 57.333 10.550
|
2134
|
+
"Saga, Japan" 33.333 130.500
|
2135
|
+
"Saginaw, MI" 43.4194444444444 -83.9508333333333
|
2136
|
+
"Saint Catharines, Canada" 43.1666666666667 -79.25
|
2137
|
+
"Saint Catharines, Canada" 43.167 -79.250
|
2138
|
+
"Saint Cloud, MN" 45.550 -94.150
|
2139
|
+
"Saint Cloud, MN" 45.5608333333333 -94.1622222222222
|
2140
|
+
"Saint Georges de Beauce, Canada" 46.117 -70.667
|
2141
|
+
"Saint James, NY" 40.867 -73.150
|
2142
|
+
"Saint James, NY" 40.8788888888889 -73.1572222222222
|
2143
|
+
"Saint John, Canada" 47.5705 -52.7002
|
2144
|
+
"Saint John, Canada" 56.233 -120.917
|
2145
|
+
"Saint Johns, Canada" 45.317 -73.267
|
2146
|
+
"Saint Johns, Canada" 47.6059 -52.7416 # also saint john.
|
2147
|
+
"Saint Louis, MO" 38.626480 -90.198647
|
2148
|
+
"Saint Margaret Bay, Canada" 48.266667 -69.933333 # close as I've come.
|
2149
|
+
"Saint Margaret Bay, Canada" 51.017 -56.933
|
2150
|
+
"Saint Margaret, Canada" 48.266667 -69.933333 #nima.mil type V cc CA adm1 10 warning: not populated H
|
2151
|
+
"Saint Petersburg, Russia" 59.883 30.250
|
2152
|
+
"Saint Petersburg, Russia" 59.9166666666667 30.25
|
2153
|
+
"SaintLouis, MO" 38.633 -90.400
|
2154
|
+
"SaintPetersburg, Russia" 59.883 30.250
|
2155
|
+
"Saitama, Japan" 36.000 139.500
|
2156
|
+
"Sakai, Japan" 36.167 136.233
|
2157
|
+
"Salem, OR" 44.916668 -123.016670 # from geotrack
|
2158
|
+
"Salerno, Italy" 40.667 14.767
|
2159
|
+
"Salinas, CA" 36.683334 -121.633331 # from geotrack
|
2160
|
+
"Salisbury, MD" 38.350 -75.583
|
2161
|
+
"Salisbury, MD" 38.360600 -75.599701
|
2162
|
+
"Salt Lake City, UT" 40.617 -111.867
|
2163
|
+
"Salt Lake City, UT" 40.760799 -111.890297
|
2164
|
+
"Salt Lake City, UT" 40.766666 -111.916664 # from geotrack
|
2165
|
+
"SaltLakeCity, UT" 40.750 -111.883
|
2166
|
+
"Salzburg, Austria" 47.766666 13.000000 # from geotrack
|
2167
|
+
"Salzburt, Austria" 47.766666 13.000000 # typo of Salzburg?
|
2168
|
+
"San Angelo, TX" 31.463610 -100.436670 # geonames.usgs.gov fc "ppl" population 88726
|
2169
|
+
"San Antonio, TX" 27.183 -98.800
|
2170
|
+
"San Antonio, TX" 29.423901 -98.493301
|
2171
|
+
"San Antonio, TX" 29.450001 -98.500000 # from geotrack
|
2172
|
+
"San Bernadino, CA" 34.117 -116.917
|
2173
|
+
"San Bernadino, CA" 37.219700 -119.764999
|
2174
|
+
"San Bernardino, CA" 34.133335 -117.283333 # from geotrack
|
2175
|
+
"San Carlos, CA" 37.496700 -122.269897
|
2176
|
+
"San Diego, CA" 32.715302 -117.156403
|
2177
|
+
"San Diego, CA" 32.733 -117.100
|
2178
|
+
"San Diego, CA" 32.799999 -117.133331 # from geotrack
|
2179
|
+
"San Francisco, CA" 37.767 -122.450
|
2180
|
+
"San Francisco, CA" 37.775002 -122.418297
|
2181
|
+
"San Francisco, CA" 37.783333 -122.550003 # from geotrack
|
2182
|
+
"San Franciso, CA" 37.219700 -119.764999
|
2183
|
+
"San Jose, CA" 37.299999 -121.833336 # from geotrack
|
2184
|
+
"San Jose, CA" 37.335300 -121.893898
|
2185
|
+
"San Jose, CA" 37.517 -121.917
|
2186
|
+
"San Juan, PuertoRico" 18.4666666666667 -66.1166666666667
|
2187
|
+
"San Luis Obispo, CA" 35.282860 -120.657890
|
2188
|
+
"San Luis Obispo, CA" 35.367 -120.533
|
2189
|
+
"San Luis Potosi, Mexico" 22.15 -100.98
|
2190
|
+
"San Luis Potosi, Mexico" 22.500 -100.500
|
2191
|
+
"San Marcos, TX" 29.883060 -97.941110 # geonames.usgs.gov fc "ppl" population 31019
|
2192
|
+
"San Marcos, TX" 29.933 -97.917
|
2193
|
+
"San Ramon, CA" 37.758202 -121.951698
|
2194
|
+
"SanAntonio, TX" 29.467 -98.483
|
2195
|
+
"SanBernardino, CA" 34.667 -116.167
|
2196
|
+
"SanDiego, CA" 33.033 -116.800
|
2197
|
+
"SanFrancisco, CA" 37.767 -122.450
|
2198
|
+
"SanJose, CA" 37.333 -121.883
|
2199
|
+
"SanLuisObispo, CA" 35.367 -120.533
|
2200
|
+
"Sandpoint, ID" 48.276670 -116.552220 # geonames.usgs.gov fc "ppl" population 6187
|
2201
|
+
"Sandwell, UnitedKingdom" 52.500 -2.000
|
2202
|
+
"Sangju, SouthKorea" 36.417 128.133
|
2203
|
+
"Sangju, SouthKorea" 36.4333333333333 128.15
|
2204
|
+
"Santa Ana, CA" 33.745468 -117.866562
|
2205
|
+
"Santa Ana, CA" 34.467 -119.350
|
2206
|
+
"Santa Barbara, CA" 33.483 -118.983
|
2207
|
+
"Santa Barbara, CA" 34.400002 -119.699997 # from geotrack
|
2208
|
+
"Santa Clara, CA" 36.917 -121.450
|
2209
|
+
"Santa Clara, CA" 37.349998 -121.966667 # from geotrack
|
2210
|
+
"Santa Cruz, CA" 34.700 -119.683
|
2211
|
+
"Santa Cruz, CA" 36.9741666666667 -122.029722222222
|
2212
|
+
"Santa Monica, CA" 34.000000 -118.483330 # from geotrack
|
2213
|
+
"Santa Monica, CA" 34.017 -118.483
|
2214
|
+
"SantaClara, CA" 37.233 -121.767
|
2215
|
+
"SantaCruz, CA" 37.067 -122.050
|
2216
|
+
"Santiago, Chile" -33.45 -70.6666666666667
|
2217
|
+
"Santiago, Chile" -33.450 -70.667
|
2218
|
+
"Sao Paolo, Brazil" -23.5333333333333 -46.6166666666667
|
2219
|
+
"SaoPaulo, Brazil" -23.5333333333333 -46.6166666666667
|
2220
|
+
"Sapporo, Japan" 43.05 141.35
|
2221
|
+
"Sapporo, Japan" 43.083 141.350
|
2222
|
+
"Sarnia, Canada" 42.9666666666667 -82.3833333333333
|
2223
|
+
"Savannah, GA" 32.083330 -81.100000 # geonames.usgs.gov fc "ppl" population 140597
|
2224
|
+
"Savona, Italy" 44.2833333333333 8.5
|
2225
|
+
"Savona, Italy" 44.300 8.267
|
2226
|
+
"Scarborough, Canada" 43.750 -79.200
|
2227
|
+
"Scarborough, Canada" 43.750000 -79.199997 # from geotrack
|
2228
|
+
"Schwerin, Germany" 53.633 11.417
|
2229
|
+
"Schwerin, Germany" 53.6333333333333 11.4166666666667
|
2230
|
+
"Scottsdale, AZ" 33.683334 -111.866669 # from geotrack
|
2231
|
+
"Scranton, PA" 41.400 -75.650
|
2232
|
+
"Scranton, PA" 41.4088888888889 -75.6627777777778
|
2233
|
+
"Seattle, WA" 47.333 -121.600
|
2234
|
+
"Seattle, WA" 47.606400 -122.330803
|
2235
|
+
"Seattle, WA" 47.616665 -122.349998 # from geotrack
|
2236
|
+
"Secaucus, NJ" 40.767 -74.033
|
2237
|
+
"Secaucus, NJ" 40.789700 -74.056953
|
2238
|
+
"Sechelt, Canada" 49.2666666666667 -123.116666666667 # in bc anyway
|
2239
|
+
"Sedona, AZ" 34.8697222222222 -111.760277777778
|
2240
|
+
"Sellersville, PA" 40.350 -75.300
|
2241
|
+
"Sellersville, PA" 40.353890 -75.305280 # geonames.usgs.gov fc "ppl" population 4918
|
2242
|
+
"Selma, AL" 32.407220 -87.021110 # geonames.usgs.gov fc "ppl" population 24647
|
2243
|
+
"Sendai, Japan" 31.833 130.283
|
2244
|
+
"Sendai, Japan" 38.254722 140.884722 #nima.mil type N cc JA adm1 24
|
2245
|
+
"Seoul, Korea" 37.55 126.966666666667
|
2246
|
+
"Seoul, SouthKorea" 37.533 127.000
|
2247
|
+
"Seoul, SouthKorea" 37.55 126.966666666667
|
2248
|
+
"Sequoia, CA" 37.799999 -119.883331 # from geotrack
|
2249
|
+
"Sevilla, Spain" 37.417 -5.833
|
2250
|
+
"Sevilla, Spain" 39.000000 -5.400000 # from geotrack
|
2251
|
+
"Seville, Spain" 37.377222 -5.986944 #nima.mil type V cc SP adm1 51
|
2252
|
+
"Seymour, IN" 38.950001 -85.883331 # from geotrack
|
2253
|
+
"Shanghai, China" 31.222222 121.458056 #nima.mil type N cc CH adm1 23
|
2254
|
+
"Sheboygan, WI" 43.733334 -87.716667 # from geotrack
|
2255
|
+
"Sheffield, UnitedKingdom" 53.180000 -1.500000 # from geotrack
|
2256
|
+
"Sheffield, UnitedKingdom" 53.417 -1.500
|
2257
|
+
"Shelby, MI" 43.600 -86.350
|
2258
|
+
"Shelby, MI" 43.608610 -86.363890 # geonames.usgs.gov fc "ppl" population 2038
|
2259
|
+
"Shelby, OH" 40.881390 -82.661940 # geonames.usgs.gov fc "ppl" population 10184
|
2260
|
+
"Shelbyville, TN" 35.483330 -86.460280 # geonames.usgs.gov fc "ppl" population 15680
|
2261
|
+
"Shepparton, Australia" -36.38 145.397 # http://life.csu.edu.au/geo/findlatlong.html
|
2262
|
+
"Sherbrooke, Canada" 45.167 -61.967
|
2263
|
+
"Sherbrooke, Canada" 45.404472 -71.899895
|
2264
|
+
"Sherman Oaks, CA" 34.150 -118.433
|
2265
|
+
"Sherman Oaks, CA" 34.150002 -118.433334 # from geotrack
|
2266
|
+
"Sherman Oaks, CA" 34.150898 -118.448669
|
2267
|
+
"Shiga, Japan" 36.333 137.983
|
2268
|
+
"Shimane, Japan" 35.500 132.750
|
2269
|
+
"Shimodate, Japan" 36.333 140.000
|
2270
|
+
"Shimonoseki, Japan" 33.983 130.967
|
2271
|
+
"Shinkawa, Japan" 34.883333 136.983333 #nima.mil type N cc JA adm1 01
|
2272
|
+
"Shintokyo, Japan" 34.75 139.5 # same as tokyo? :)
|
2273
|
+
"Shizuoka, Japan" 34.983 138.400
|
2274
|
+
"Shreveport, LA" 32.466667 -93.783333 # from geotrack
|
2275
|
+
"Siegen, Germany" 50.8666666666667 8.03333333333333
|
2276
|
+
"Siegen, Germany" 50.867 8.033
|
2277
|
+
"Sierra Vista, AZ" 31.554440 -110.303060 # geonames.usgs.gov fc "ppl" population 38271
|
2278
|
+
"Siggenthal, Switzerland" 47.299999 8.500000 # from geotrack
|
2279
|
+
"Silver Springs, MD" 39.393600 -76.480000
|
2280
|
+
"Sinaloa, Mexico"
|
2281
|
+
"Singapore" 1.283 103.850 # getty
|
2282
|
+
"Singapore" 1.367 103.800
|
2283
|
+
"Sioux City, IA" 42.500 -96.400
|
2284
|
+
"Sioux City, IA" 42.500000 -96.383331 # from geotrack
|
2285
|
+
"Sioux Falls, SD" 43.517 -96.600
|
2286
|
+
"Sioux Falls, SD" 43.533333 -96.716667 # from geotrack
|
2287
|
+
"Sioux Falls, SD" 43.549999 -96.699997
|
2288
|
+
"Skovde, Sweden" 58.400002 13.900000 # from geotrack
|
2289
|
+
"Slidell, LA" 30.275000 -89.781097
|
2290
|
+
"Slough, UnitedKingdom" 51.53 -0.6
|
2291
|
+
"Slough, UnitedKingdom" 51.533 -0.583
|
2292
|
+
"Smithtown, NY" 40.856541 -73.200684
|
2293
|
+
"Smyrna, GA" 33.883 -84.500
|
2294
|
+
"Smyrna, GA" 33.884029 -84.514099
|
2295
|
+
"Sofia, Bulgaria" 42.667 23.300
|
2296
|
+
"Sofia, Bulgaria" 42.716667 23.333334 # from geotrack
|
2297
|
+
"Soka, Japan" 35.833 139.817
|
2298
|
+
"Sokcho, SouthKorea" 38.208333 128.591111 #nima.mil type N cc KS adm1 06
|
2299
|
+
"Soledad, CA" 36.417 -121.317
|
2300
|
+
"Soledad, CA" 36.4247222222222 -121.325277777778
|
2301
|
+
"Solihull, UnitedKingdom" 52.417 -1.750
|
2302
|
+
"Solvesborg, Sweden" 56.050000 14.550000 #nima.mil type N cc SW adm1 02
|
2303
|
+
"Somerset West, OR" 45.533333 -122.866669 # from geotrack
|
2304
|
+
"Somerset West, OR" 45.547200 -122.866700
|
2305
|
+
"Sonora, Mexico"
|
2306
|
+
"South Australia" -30.000 135.000
|
2307
|
+
"South Bend, IN" 41.683 -86.250
|
2308
|
+
"South Bend, IN" 41.683300 -86.250000
|
2309
|
+
"SouthBend, IN" 41.683 -86.250
|
2310
|
+
"SouthHadley, MA" 42.250 -72.567
|
2311
|
+
"Southampton, NY" 40.884190 -72.389420
|
2312
|
+
"Southampton, UnitedKingdom" 50.900002 -1.400000 # from geotrack
|
2313
|
+
"Southfield, MI" 42.467 -83.217
|
2314
|
+
"Southfield, MI" 42.473330 -83.221940 # geonames.usgs.gov fc "ppl" population 79789
|
2315
|
+
"Southfield, MI" 42.474369 -83.222557
|
2316
|
+
"Southgate, MI" 42.200 -83.183
|
2317
|
+
"Southgate, MI" 42.213890 -83.193890 # geonames.usgs.gov fc "ppl" population 29594
|
2318
|
+
"Southport, Australia" -27.978 153.397 # queensland. -43.42 146.98 if tasmania
|
2319
|
+
"Southport, Australia" -27.967 153.567
|
2320
|
+
"Spokane, WA" 47.658901 -117.425003
|
2321
|
+
"Spokane, WA" 47.666668 -117.400002 # from geotrack
|
2322
|
+
"Spokane, WA" 47.900 -118.300
|
2323
|
+
"Spring Field, MA" 42.299999 -71.000000 # from geotrack
|
2324
|
+
"Springfield, IL" 39.766666 -89.633331 # from geotrack
|
2325
|
+
"Springfield, MA" 42.101868 -72.590179
|
2326
|
+
"Springfield, MI" 42.326400 -85.239200
|
2327
|
+
"Springfield, MO" 37.183334 -93.283333 # from geotrack
|
2328
|
+
"Springfield, MO" 37.215302 -93.298103
|
2329
|
+
"Springfield, MO" 39.783 -91.517
|
2330
|
+
"St Louis, MO" 38.627201 -90.197800
|
2331
|
+
"St Louis, MO" 38.633335 -90.233330 # from geotrack
|
2332
|
+
"St. Cloud, MN" 45.0105555555556 -93.4552777777778 # assert that it's a suburb of msp.
|
2333
|
+
"St. Cloud, MN" 45.550 -94.150
|
2334
|
+
"St. Louis, MO" 38.627201 -90.197800
|
2335
|
+
"St. Louis, MO" 38.633 -90.400
|
2336
|
+
"St. Paul, MN" 44.944401 -93.093102
|
2337
|
+
"St. Petersburg, Russia" 59.9166666666667 30.25
|
2338
|
+
"StCloud, MN" 45.550 -94.150
|
2339
|
+
"StLouis, MO" 38.633 -90.400
|
2340
|
+
"StPaul, MN" 44.933 -93.083
|
2341
|
+
"Stafford, TX" 29.616667 -95.550003 # from geotrack
|
2342
|
+
"Stamford, CT" 41.053299 -73.539200
|
2343
|
+
"Stamford, CT" 41.083332 -73.550003 # from geotrack
|
2344
|
+
"Stamford, CT" 41.117 -73.533
|
2345
|
+
"Stanford, CA" 37.416668 -122.150002 # from geotrack
|
2346
|
+
"Stanislaus, CA" 38.233 -119.600
|
2347
|
+
"State College, PA" 40.683 -77.767
|
2348
|
+
"State College, PA" 40.783333 -77.849998 # from geotrack
|
2349
|
+
"State College, PA" 40.793301 -77.860298
|
2350
|
+
"Statesboro, GA" 32.448601 -81.783302
|
2351
|
+
"Sterling, MI" 44.033330 -84.022780 # geonames.usgs.gov fc "ppl" population 531
|
2352
|
+
"Sterling, VA" 39.006100 -77.428902
|
2353
|
+
"Sterling, VA" 43.333332 -76.616669 # from geotrack
|
2354
|
+
"Stockholm Bromma, Sweden" 59.3 18.0
|
2355
|
+
"Stockholm, Sweden" 59.383335 18.000000 # from geotrack
|
2356
|
+
"Stockholm, Sweden" 59.500 18.333
|
2357
|
+
"Stockton, CA" 34.583 -118.667
|
2358
|
+
"Stockton, CA" 37.957802 -121.289703
|
2359
|
+
"Stockton, CA" 37.966667 -121.300003 # from geotrack
|
2360
|
+
"Stone Mountain, GA" 33.799999 -84.166664 # from geotrack
|
2361
|
+
"Strasbourg, France" 48.533333 7.616667 # from geotrack
|
2362
|
+
"Strasbourg, France" 48.583 7.750
|
2363
|
+
"Strasburg, Germany" 53.5 13.7333333333333
|
2364
|
+
"Strasburg, Germany" 53.517 13.767
|
2365
|
+
"Strassbourg, Germany" 53.5 13.7333333333333
|
2366
|
+
"Stratford, Canada" 43.367 -81.000
|
2367
|
+
"Stratford, Canada" 43.3708 -80.9381
|
2368
|
+
"Stuart, FL" 27.1972222222222 -80.2530555555556
|
2369
|
+
"Stuttgart, Germany" 48.799999 9.250000 # from geotrack
|
2370
|
+
"Stuttgart, Germany" 48.800 9.200
|
2371
|
+
"Sudbury, Canada" 46.50 -81.00
|
2372
|
+
"Sudbury, Canada" 46.500 -81.017
|
2373
|
+
"Suhl, Germany" 50.6 10.7 # getty
|
2374
|
+
"Sulzer, Switzerland"
|
2375
|
+
"Summit, NJ" 40.700001 -74.349998 # from geotrack
|
2376
|
+
"Summit, NJ" 40.741390 -74.360000 # geonames.usgs.gov fc "ppl" population 20192
|
2377
|
+
"Sundsvall, Sweden" 62.299999 17.299999 # from geotrack
|
2378
|
+
"Sundsvall, Sweden" 62.367 17.333
|
2379
|
+
"Sundsvell, Sweden" 62.299999 17.299999 # maybe a different spelling?
|
2380
|
+
"Sunnyvale, CA" 37.367 -122.033
|
2381
|
+
"Sunnyvale, CA" 37.383335 -122.016670 # from geotrack
|
2382
|
+
"Sunshine Coast, Australia"
|
2383
|
+
"Sunshine Coast, Australia" -26.500000 153.000000 #nima.mil type N cc AS adm1 04 warning: not populated L
|
2384
|
+
"Superior, WI" 46.683334 -92.050003 # from geotrack
|
2385
|
+
"Surrey, Canada" 49.1666666666667 -122.783333333333
|
2386
|
+
"Sutton, UnitedKingdom" 51.083 -1.133
|
2387
|
+
"Suwa, Japan" 36.067 138.083
|
2388
|
+
"Suzuka, Japan" 34.867 136.617
|
2389
|
+
"Swindon, UnitedKingdom" 51.5666 -1.78333
|
2390
|
+
"Sycamore, OH" 40.949720 -83.170830 # geonames.usgs.gov fc "ppl" population 937
|
2391
|
+
"Sydney" -33.917 151.167
|
2392
|
+
"Sydney, Australia" -33.850 151.217
|
2393
|
+
"Sydney, Australia" -33.917 151.167
|
2394
|
+
"Sydney, Canada" 46.15 -60.1833333333333
|
2395
|
+
"Sylva, NC" 35.366665 -83.216667 # from geotrack
|
2396
|
+
"Sylvania, OH" 41.718890 -83.713060 # geonames.usgs.gov fc "ppl" population 18703
|
2397
|
+
"Syracuse, NY" 43.033333 -76.133331 # from geotrack
|
2398
|
+
"Syracuse, NY" 43.048100 -76.147797
|
2399
|
+
"Syracuse, NY" 43.050 -76.067
|
2400
|
+
"Szczecin, Poland" 51.000000 22.000000 # from geotrack
|
2401
|
+
"Szeged, Hungary" 46.299999 20.000000 # from geotrack
|
2402
|
+
"S�o Paulo, Brazil" -23.5333333333333 -46.6166666666667
|
2403
|
+
"Taastrup, Denmark" 56.299999 10.500000 # from geotrack
|
2404
|
+
"Tabasco, Mexico" 18.250 -92.667
|
2405
|
+
"Tabasco, Mexico" 32.5833333333333 -114.916666666667
|
2406
|
+
"Tachikawa, Japan" 35.692778 139.418056 #nima.mil type N cc JA adm1 40
|
2407
|
+
"Tachikawa, Japan" 35.700 139.467
|
2408
|
+
"Tacoma, WA" 47.250000 -122.449997 # from geotrack
|
2409
|
+
"Tacoma, WA" 47.600 -124.100
|
2410
|
+
"Taegu, Korea" 35.83 128.6
|
2411
|
+
"Taegu, SouthKorea" 35.8666666666667 128.583333333333
|
2412
|
+
"Taegu, SouthKorea" 35.867 128.600
|
2413
|
+
"Taejon, Korea" 36.0 127.0
|
2414
|
+
"Taejon, SouthKorea" 36.0 127.0
|
2415
|
+
"Tahlequah, OK" 35.900002 -94.966667 # from geotrack
|
2416
|
+
"Taipei" 25.017 121.367
|
2417
|
+
"Taipei, Taiwan" 25.017 121.450
|
2418
|
+
"Taipei, Taiwan" 25.05 121.5
|
2419
|
+
"Takada, Japan" 37.100000 138.250000 #nima.mil type N cc JA adm1 29
|
2420
|
+
"Takamatsu, Japan" 36.767 136.717
|
2421
|
+
"Takayama, Japan" 36.150 137.267
|
2422
|
+
"Tallahassee, FL" 30.433 -84.267
|
2423
|
+
"Tallahassee, FL" 30.450001 -84.266670 # from geotrack
|
2424
|
+
"Tallinn, Estonia" 59.416668 24.750000 # from geotrack
|
2425
|
+
"Tampa, FL" 27.850 -82.367
|
2426
|
+
"Tampa, FL" 27.947201 -82.458603
|
2427
|
+
"Tampa, FL" 27.950001 -82.466667 # from geotrack
|
2428
|
+
"Tampico, Mexico" 22.2166666666667 -97.85
|
2429
|
+
"Tampico, Mexico" 22.300 -97.867
|
2430
|
+
"Tamworth, Australia" -31.09 150.93 # http://life.csu.edu.au/geo/findlatlong.html
|
2431
|
+
"Tanunda, Australia" -34.533333 138.950000 #nima.mil type N cc AS adm1 05
|
2432
|
+
"Taree, Australia" -31.877 152.45 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
2433
|
+
"Tartu, Estonia" 58.299999 26.700001 # from geotrack
|
2434
|
+
"Tashkent, Uzbekistan" 40.133333 68.366667 #nima.mil type N cc UZ adm1 00
|
2435
|
+
"Tashkent, Uzbekistan" 41.000 69.500
|
2436
|
+
"Taylor, MI" 39.000000 -84.483330 # from geotrack
|
2437
|
+
"Taylor, MI" 42.240830 -83.269720 # geonames.usgs.gov fc "ppl" population 68541
|
2438
|
+
"Tehran, Iran" 35.6666666666667 51.4333333333333
|
2439
|
+
"Tel Aviv" 32.083 34.767 # manual
|
2440
|
+
"Tel Aviv, Israel" 32.083 34.767 # manual
|
2441
|
+
"Tel Aviv, Israel" 32.083 34.800
|
2442
|
+
"TelAviv, Israel" 32.083 34.800
|
2443
|
+
"Tempe, AZ" 33.383 -111.967
|
2444
|
+
"Tempe, AZ" 33.383335 -111.916664 # from geotrack
|
2445
|
+
"Temperance, MI" 41.779170 -83.568890 # geonames.usgs.gov fc "ppl" population
|
2446
|
+
"Tenerife, Spain" 28.467 -16.250
|
2447
|
+
"Tenerife, Spain" 37.299999 -1.750000 # from geotrack
|
2448
|
+
"TerreHaute, IN" 39.467 -87.400
|
2449
|
+
"The Hague, Netherlands" 52.1 4.3
|
2450
|
+
"Thessaloniki, Greece" 43.6 23.0 # from geotrack
|
2451
|
+
"Thetford Mines, Canada" 46.0833333333333 -71.3
|
2452
|
+
"Thimpu, Bhutan" 27.483333 89.600000 #nima.mil type V cc BT adm1 20
|
2453
|
+
"Thunderbay, Canada" 48.40 -89.32
|
2454
|
+
"Tijuana, Mexico" 32.483 -117.167
|
2455
|
+
"Tijuana, Mexico" 32.5333333333333 -117.016666666667
|
2456
|
+
"Tipp City, OH" 39.950 -84.167
|
2457
|
+
"Tipp City, OH" 39.9583333333333 -84.1722222222222
|
2458
|
+
"Titusville, FL" 28.583334 -80.816666 # from geotrack
|
2459
|
+
"Toccoa Falls, GA" 34.583332 -83.349998 # from geotrack
|
2460
|
+
"Tochigi, Japan" 36.383333 139.733333 #nima.mil type N cc JA adm1 38
|
2461
|
+
"Tochigi, Japan" 36.750 139.750
|
2462
|
+
"Tokai, Japan" 35.000 136.883
|
2463
|
+
"Tokushima, Japan" 33.750 134.000
|
2464
|
+
"Tokuyama, Japan" 35.700 136.483
|
2465
|
+
"Tokyo" 34.75 139.5 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
2466
|
+
"Tokyo, Japan" 34.75 139.5 # manual, from http://www.getty.edu/research/tools/vocabulary/tgn/index.html
|
2467
|
+
"Tokyo, Japan" 35.750 139.500
|
2468
|
+
"Toledo, OH" 41.633 -83.517
|
2469
|
+
"Toledo, OH" 41.650002 -83.566666 # from geotrack
|
2470
|
+
"Toledo, OH" 41.663898 -83.555298
|
2471
|
+
"Toowoomba, Australia" -27.566 151.95 # http://life.csu.edu.au/geo/findlatlong.html
|
2472
|
+
"Topeka, KS" 39.033 -95.667
|
2473
|
+
"Topeka, KS" 39.033333 -95.683334 # from geotrack
|
2474
|
+
"Topeka, KS" 39.048302 -95.677803
|
2475
|
+
"Torino, Italy" 45.000000 7.300000 # from geotrack
|
2476
|
+
"Toronto, Canada" 43.600 -79.500
|
2477
|
+
"Toronto, Canada" 43.666668 -79.366669 # from geotrack
|
2478
|
+
"Torrance, CA" 33.836067 -118.340057
|
2479
|
+
"Torresdale, PA" 40.050 -75.000
|
2480
|
+
"Torresdale, PA" 40.054720 -75.004720 # geonames.usgs.gov fc "ppl" population
|
2481
|
+
"Tottori, Japan" 35.533 134.200
|
2482
|
+
"Toulouse, France" 43.616665 1.450000 # from geotrack
|
2483
|
+
"Toulouse, France" 43.617 1.433
|
2484
|
+
"Tours, France" 47.3833333333333 0.683333333333333
|
2485
|
+
"Tours, France" 48.567 2.783
|
2486
|
+
"Townsville, Australia" -19.45 146.235 # from http://www.caida.org/tools/visualization/mapnet/Data/place2latlong
|
2487
|
+
"Townsville, Australia" -19.217 146.800
|
2488
|
+
"Towson, MD" 39.400 -76.600
|
2489
|
+
"Towson, MD" 39.401390 -76.602220 # geonames.usgs.gov fc "ppl" population
|
2490
|
+
"Toyama, Japan" 36.700 137.233
|
2491
|
+
"Toyohashi, Japan" 34.767 137.367
|
2492
|
+
"Toyosaki, Japan" 44.567 141.783 # there are other possibilities
|
2493
|
+
"Traunstein, Germany" 47.8666666666667 12.6333333333333
|
2494
|
+
"Traunstein, Germany" 47.867 12.650
|
2495
|
+
"Trenton, NJ" 40.216900 -74.743301
|
2496
|
+
"Trenton, NJ" 40.216940 -74.743330 # geonames.usgs.gov fc "ppl" population 84441
|
2497
|
+
"Trenton, NJ" 40.250 -74.700
|
2498
|
+
"Trier, Germany" 49.75 6.63333333333333
|
2499
|
+
"Trier, Germany" 50.000 6.583
|
2500
|
+
"Trieste, Italy" 45.599998 13.800000 # from geotrack
|
2501
|
+
"Trieste, Italy" 45.667 13.767
|
2502
|
+
"Tromso, Norway" 68.699997 19.000000 # from geotrack
|
2503
|
+
"Trondheim, Norway" 63.400002 10.400000 # from geotrack
|
2504
|
+
"Troy, NY" 42.700 -73.667
|
2505
|
+
"Troy, OH" 40.0394444444444 -84.2033333333333
|
2506
|
+
"Troy, OH" 41.450 -82.033
|
2507
|
+
"Tsukuba, Japan" 36.000 140.333
|
2508
|
+
"Tsukuba, Japan" 36.2166666666667 140.1
|
2509
|
+
"Tsuyama, Japan" 35.067 134.017
|
2510
|
+
"Tuberlin, Germany" 52.533 13.417
|
2511
|
+
"Tuckerton, NJ" 39.602528 -74.340080
|
2512
|
+
"Tuckerton, NJ" 39.650 -74.367
|
2513
|
+
"Tucson, AZ" 31.900 -111.783
|
2514
|
+
"Tucson, AZ" 32.183334 -110.883331 # from geotrack
|
2515
|
+
"Tucson, AZ" 32.221699 -110.925797
|
2516
|
+
"Tuebingen, Germany" 48.517 9.067
|
2517
|
+
"Tukwila, WA" 47.466667 -122.266670 # from geotrack
|
2518
|
+
"Tukwila, WA" 47.467 -122.250
|
2519
|
+
"Tulsa, OK" 36.116665 -95.900002 # from geotrack
|
2520
|
+
"Tulsa, OK" 36.153900 -95.992500
|
2521
|
+
"Tulsa, OK" 36.167 -95.933
|
2522
|
+
"Turku, Finland" 60.450 22.250
|
2523
|
+
"Turku, Finland" 60.450000 22.283333 #nima.mil type N cc FI adm1 15
|
2524
|
+
"Turnersville, NJ" 39.767 -75.050
|
2525
|
+
"Turnersville, NJ" 39.773060 -75.051670 # geonames.usgs.gov fc "ppl" population
|
2526
|
+
"Tustin, CA" 33.733 -117.817
|
2527
|
+
"Tustin, CA" 33.745800 -117.825302
|
2528
|
+
"Tyler, TX" 32.316666 -95.300003 # from geotrack
|
2529
|
+
"Tylertown, MS" 31.1158333333333 -90.1419444444444
|
2530
|
+
"Tyson Corner, VA" 37.568600 -78.525398
|
2531
|
+
"Tysons Corner, VA" 38.916668 -77.216667 # from geotrack
|
2532
|
+
"Uddingston, UnitedKingdom" 55.833 -4.100
|
2533
|
+
"Uddingston, UnitedKingdom" 55.8333333333333 -4.1
|
2534
|
+
"Ueda, Japan" 36.400000 138.266667 #nima.mil type N cc JA adm1 26
|
2535
|
+
"Uji, Japan" 34.483 136.700
|
2536
|
+
"Ulcot, France" 47.033333 -0.416667 #nima.mil type N cc FR adm1 B7
|
2537
|
+
"Ulm, Germany" 48.4 10.0
|
2538
|
+
"Ulm, Germany" 48.400 10.017
|
2539
|
+
"Ulverstone, Tasmania" -41.156 146.172 # http://life.csu.edu.au/geo/findlatlong.html
|
2540
|
+
"Union, NJ" 40.669440 -74.924440 # geonames.usgs.gov fc "ppl" population (1 of 2)
|
2541
|
+
"Upper Darby, PA" 39.917 -75.267
|
2542
|
+
"Upper Darby, PA" 39.928330 -75.274170 # geonames.usgs.gov fc "ppl" population
|
2543
|
+
"Uppsala, Sweden" 59.400002 12.000000 # from geotrack
|
2544
|
+
"Uppsala, Sweden" 59.900 17.633
|
2545
|
+
"Urawa, Japan" 35.870556 139.642222 #nima.mil type N cc JA adm1 34
|
2546
|
+
"Utrecht, Netherlands" 52.083 5.133
|
2547
|
+
"Utrecht, Netherlands" 52.099998 5.100000 # from geotrack
|
2548
|
+
"Utsunomiya, Japan" 36.550 139.867
|
2549
|
+
"Vaasa, Finland" 63.100 21.600
|
2550
|
+
"Vaasa, Finland" 63.100000 21.600000 #nima.mil type N cc FI adm1 15
|
2551
|
+
"Valencia, Spain" 39.467 -0.367
|
2552
|
+
"Valencia, Spain" 39.500000 -0.600000 # from geotrack
|
2553
|
+
"Valladolid, Spain" 41.650000 -4.716667 #nima.mil type N cc SP adm1 55
|
2554
|
+
"Valletta, Malta" 35.899722 14.514722 #nima.mil type N cc MT adm1 00
|
2555
|
+
"Valparaiso, IN" 41.466667 -87.050003 # from geotrack
|
2556
|
+
"Van Nuys, CA" 34.183 -118.433
|
2557
|
+
"Van Nuys, CA" 34.1866666666667 -118.448055555556
|
2558
|
+
"VanNuys, CA" 34.183 -118.433
|
2559
|
+
"Vancouver, Canada" 49.2666666666667 -123.116666666667
|
2560
|
+
"Vancouver, Canada" 49.350 -123.083
|
2561
|
+
"Vancouver, WA" 45.6388888888889 -122.660277777778
|
2562
|
+
"Vancouver, WA" 48.033 -122.867
|
2563
|
+
"Varese, Italy" 45.799999 8.800000 # from geotrack
|
2564
|
+
"Varese, Italy" 45.800000 8.833333 #nima.mil type N cc IT adm1 09
|
2565
|
+
"Varna, Bulgaria" 43.2166666666667 27.9166666666667
|
2566
|
+
"Varna, Bulgaria" 43.417 27.583
|
2567
|
+
"Velizy, France" 48.400002 2.200000 # from geotrack
|
2568
|
+
"Venice, Italy" 45.416668 12.300000 # from geotrack
|
2569
|
+
"Veracruz, Mexico" 19.333 -96.667
|
2570
|
+
"Veracruz, Mexico" 32.4166666666667 -115.083333333333
|
2571
|
+
"Vernon, Canada" 50.283 -119.317
|
2572
|
+
"Vernon, Canada" 50.30 -119.27
|
2573
|
+
"Verona, Italy" 45.433 10.767
|
2574
|
+
"Verona, Italy" 45.450000 11.000000 #nima.mil type N cc IT adm1 20
|
2575
|
+
"Verona, NJ" 40.817 -74.233
|
2576
|
+
"Verona, NJ" 40.829720 -74.240560 # geonames.usgs.gov fc "ppl" population
|
2577
|
+
"Viborg" 56.4333333333333 9.4
|
2578
|
+
"Viborg, Denmark" 56.4333333333333 9.4
|
2579
|
+
"Viborg, Denmark" 56.583 9.417
|
2580
|
+
"Viby, Denmark" 56.099998 10.200000 # from geotrack
|
2581
|
+
"Viby, Denmark" 56.133 10.183
|
2582
|
+
"Victor Harbour, Australia" -35.55 138.62 # http://life.csu.edu.au/geo/findlatlong.html
|
2583
|
+
"Victoria, Canada" 47.517 -77.500
|
2584
|
+
"Victoria, Canada" 48.446323 -123.348434
|
2585
|
+
"Vienna" 48.217 16.367
|
2586
|
+
"Vienna, Austria" 48.216667 16.366667 # from geotrack
|
2587
|
+
"Vienna, Austria" 48.217 16.367
|
2588
|
+
"Vienna, VA" 38.900002 -77.250000 # from geotrack
|
2589
|
+
"Vienna, VA" 38.901100 -77.265602
|
2590
|
+
"Vigo, Spain" 43.066667 -3.300000 # el vigo. like the hague. ;)
|
2591
|
+
"Ville Platte, LA" 30.683 -92.267
|
2592
|
+
"Ville Platte, LA" 30.6877777777778 -92.2713888888889
|
2593
|
+
"Villenueved'Ascq, France" 48.400002 2.000000 # from geotrack
|
2594
|
+
"VillenuevedAscq, France" 50.6166 3.166
|
2595
|
+
"Vilnius, Lithuania" 54.683333 25.316667 #nima.mil type N cc LH adm1 65
|
2596
|
+
"Vincennes, France" 48.900002 2.400000 # from geotrack
|
2597
|
+
"Visby, Sweden" 57.599998 18.299999 # from geotrack
|
2598
|
+
"Vretstorp, Sweden" 59.000000 14.900000 # from geotrack
|
2599
|
+
"Vretstorp, Sweden" 59.033 14.867
|
2600
|
+
"Waco, TX" 31.533 -97.133
|
2601
|
+
"Waco, TX" 31.549200 -97.146400
|
2602
|
+
"Waco, TX" 31.566668 -97.183334 # from geotrack
|
2603
|
+
"Wageningen, Netherlands" 52.000000 5.700000 # from geotrack
|
2604
|
+
"Wagga Wagga, Australia" -35.117 147.367 # http://life.csu.edu.au/geo/findlatlong.html
|
2605
|
+
"Waikerie, Australia" -34.1844 139.988
|
2606
|
+
"Wakayama, Japan" 34.000 135.333
|
2607
|
+
"Wakefield, UnitedKingdom" 53.667 -1.500
|
2608
|
+
"Waldorf, MD" 38.633335 -76.900002 # from geotrack
|
2609
|
+
"Wallingford, PA" 39.890830 -75.363330 # geonames.usgs.gov fc "ppl" population
|
2610
|
+
"Waltham, MA" 42.367 -71.233
|
2611
|
+
"Waltham, MA" 42.383335 -71.233330 # from geotrack
|
2612
|
+
"Warnambool, Australia" -38.385 142.484 # Warrnambool http://life.csu.edu.au/geo/findlatlong.html
|
2613
|
+
"Warren, MI" 41.917 -86.583
|
2614
|
+
"Warren, MI" 42.477500 -83.027780 # geonames.usgs.gov fc "ppl" population 142625
|
2615
|
+
"Warren, MI" 42.477501 -83.027802
|
2616
|
+
"Warrenton, VA" 38.713330 -77.795560 # geonames.usgs.gov fc "ppl" population 5076
|
2617
|
+
"Warsaw, Poland" 52.250 21.000
|
2618
|
+
"Warsaw, Poland" 52.583332 21.083334 # from geotrack
|
2619
|
+
"Warwick, UnitedKingdom" 52.283 -1.567
|
2620
|
+
"Warwick, UnitedKingdom" 52.299999 -1.500000 # from geotrack
|
2621
|
+
"Waseda, Japan" 35.9 138.2 # was 38.3 139.55
|
2622
|
+
"Washington, DC" 38.895000 -77.036697
|
2623
|
+
"Washington, DC" 38.900 -77.050
|
2624
|
+
"Washington, DC" 38.900002 -77.000000 # from geotrack
|
2625
|
+
"Waterford, Ireland" 52.25 -7.1
|
2626
|
+
"Waterford, MI" 42.683 -83.400
|
2627
|
+
"Waterford, MI" 42.702220 -83.402780 # geonames.usgs.gov fc "ppl" population
|
2628
|
+
"Waterloo, Canada" 43.467 -80.533
|
2629
|
+
"Waterloo, Canada" 43.593273 -80.554726
|
2630
|
+
"Watford, United kingdom" 51.666667 -0.400000 #nima.mil type N cc UK adm1 00 (of two)
|
2631
|
+
"Wausau, WI" 44.950001 -89.633331 # from geotrack
|
2632
|
+
"Wayne, PA" 40.033333 -75.383331 # from geotrack
|
2633
|
+
"Wayne, PA" 40.043890 -75.388060 # geonames.usgs.gov fc "ppl" population
|
2634
|
+
"Wayne, PA" 40.043900 -75.388100
|
2635
|
+
"Wayne, PA" 41.567 -79.900
|
2636
|
+
"Waynesville, NC" 35.488610 -82.988890 # geonames.usgs.gov fc "ppl" population 7289
|
2637
|
+
"Weatherford, OK" 35.533333 -98.683334 # from geotrack
|
2638
|
+
"Weehawken, NJ" 40.700001 -74.000000 # from geotrack
|
2639
|
+
"Weehawken, NJ" 40.766666 -74.016670 # from geotrack
|
2640
|
+
"Weehawken, NJ" 40.767 -74.017
|
2641
|
+
"Weehawken, NJ" 40.769400 -74.020800
|
2642
|
+
"Wellesley, MA" 42.283 -71.283
|
2643
|
+
"Wellington, Australia" -32.447 148.945 # not SA: -35.3325 139.381
|
2644
|
+
"Wellington, NewZealand" -36.900 174.833
|
2645
|
+
"Wellington, NewZealand" -41.3 174.783333333333
|
2646
|
+
"Wenatchee, WA" 47.416668 -120.316666 # from geotrack
|
2647
|
+
"Wessel, Germany" 51.6849 6.6376 # wesel?
|
2648
|
+
"West Orange, NJ" 40.783333 -74.250000 # from geotrack
|
2649
|
+
"West Palm Beach, FL" 26.715000 -80.053596
|
2650
|
+
"WestLafayette, IN" 40.417 -86.900
|
2651
|
+
"WestPalmBeach, FL" 26.700 -80.050
|
2652
|
+
"Westbury, NY" 40.755581 -73.589142
|
2653
|
+
"Westchester, NY" 40.844940 -73.853958
|
2654
|
+
"Westchester, NY" 41.117 -73.800
|
2655
|
+
"Western Australia" -16.000 127.500
|
2656
|
+
"Westland, MI" 42.317 -83.400
|
2657
|
+
"Westland, MI" 42.324170 -83.400280 # geonames.usgs.gov fc "ppl" population 85221
|
2658
|
+
"Wheeling, WV" 40.066666 -80.683334 # from geotrack
|
2659
|
+
"Whipple Corner, NY" 42.466667 -76.566666 # from geotrack
|
2660
|
+
"White Marsh, MD" 38.250 -75.867
|
2661
|
+
"White Marsh, MD" 39.383610 -76.432500 # geonames.usgs.gov fc "ppl" population
|
2662
|
+
"White Plains, NY" 41.016666 -73.750000 # from geotrack
|
2663
|
+
"White Plains, NY" 41.033901 -73.763298
|
2664
|
+
"White Plains, NY" 41.050 -73.767
|
2665
|
+
"WhitePlains, NY" 41.033 -73.750
|
2666
|
+
"Whitewater, WI" 42.833332 -88.733330 # from geotrack
|
2667
|
+
"Whiting, NJ" 39.950 -74.367
|
2668
|
+
"Whiting, NJ" 39.954440 -74.378890 # geonames.usgs.gov fc "ppl" population
|
2669
|
+
"Whyalla, Australia" -33.03 137.565 # http://life.csu.edu.au/geo/findlatlong.html
|
2670
|
+
"Wichita Falls, TX" 33.913610 -98.493060 # geonames.usgs.gov fc "ppl" population 97766
|
2671
|
+
"Wichita, KS" 37.683334 -97.333336 # from geotrack
|
2672
|
+
"Wichita, KS" 37.692200 -97.337196
|
2673
|
+
"Wichita, KS" 38.467 -101.350
|
2674
|
+
"Wichita, TX" 33.883335 -98.500000 # from geotrack
|
2675
|
+
"Wiesbaden, Germany" 50.0833333333333 8.23333333333333
|
2676
|
+
"Wigan, UnitedKingdom" 53.500 -2.583
|
2677
|
+
"Wilberforce, OH" 39.7161111111111 -83.8777777777778
|
2678
|
+
"Wildwood, NJ" 38.991670 -74.815280 # geonames.usgs.gov fc "ppl" population 4259
|
2679
|
+
"Wildwood, NJ" 39.000 -74.783
|
2680
|
+
"Williamsburg, VA" 37.2705555555556 -76.7077777777778
|
2681
|
+
"Williamstown, MA" 42.650 -73.233
|
2682
|
+
"Willow Springs, IL" 41.733334 -87.866669 # from geotrack
|
2683
|
+
"Willow Springs, MO" 36.983334 -91.966667 # from geotrack
|
2684
|
+
"Wilmington, DE" 39.733334 -75.516670 # from geotrack
|
2685
|
+
"Wilmington, NC" 34.217 -77.933
|
2686
|
+
"Wilmington, NC" 34.226540 -77.945023
|
2687
|
+
"Wilmington, OH" 39.4452777777778 -83.8286111111111
|
2688
|
+
"Wilmington, OH" 40.233 -82.450
|
2689
|
+
"Winchester, UnitedKingdom" 51.067 -1.317
|
2690
|
+
"Winchester, UnitedKingdom" 51.17 -1.32 # http://www.local-news.net/go/-1.32/51.17/
|
2691
|
+
"Winchester, VA" 39.185560 -78.163610 # geonames.usgs.gov fc "ppl" population 23796
|
2692
|
+
"Windsor, Canada" 42.333 -83.033 #manual heavens-above.com there are 3 more windsor's.
|
2693
|
+
"Windsor, Canada" 45.700 -71.833
|
2694
|
+
"Wingate, NC" 34.983334 -80.433334 # from geotrack
|
2695
|
+
"Winnipeg, Canada" 49.8833333333333 -97.15
|
2696
|
+
"Winnipeg, Canada" 52.000 -97.000
|
2697
|
+
"Winona, MN" 44.033333 -91.650002 # from geotrack
|
2698
|
+
"Winston Salem, NC" 36.099998 -80.250000 # from geotrack
|
2699
|
+
"Winter Haven, FL" 28.021940 -81.733060 # geonames.usgs.gov fc "ppl" population 25056
|
2700
|
+
"Winterthur, Switzerland" 47.5 8.71666666666667
|
2701
|
+
"Winterthur, Switzerland" 47.500 8.750
|
2702
|
+
"Wisconsin Dells, WI" 43.627500 -89.770830 # geonames.usgs.gov fc "ppl" population 2614
|
2703
|
+
"Wollongong, Australia" -34.41666 150.9 # from caida
|
2704
|
+
"Wollongong, Australia" -34.417 150.867
|
2705
|
+
"Woodbury, NJ" 39.833 -75.150
|
2706
|
+
"Woodbury, NJ" 39.838060 -75.153060 # geonames.usgs.gov fc "ppl" population 10572
|
2707
|
+
"Woodlawn, MD" 39.317 -76.717
|
2708
|
+
"Woodlawn, MD" 39.322780 -76.728330 # geonames.usgs.gov fc "ppl" population (1 of 3)
|
2709
|
+
"Wooster, OH" 40.816666 -81.916664 # from geotrack
|
2710
|
+
"Worcester, MA" 42.262501 -71.802803
|
2711
|
+
"Worcester, MA" 42.266666 -71.800003 # from geotrack
|
2712
|
+
"Worcester, MA" 42.300 -71.867
|
2713
|
+
"Wroclaw, Poland" 51.099998 17.000000 # from geotrack
|
2714
|
+
"Wuhan, China" 30.583 114.317
|
2715
|
+
"Wuhan, China" 30.72 108.91
|
2716
|
+
"Wuppertal, Germany" 51.2666666666667 7.18333333333333
|
2717
|
+
"Wuppertal, Germany" 51.267 7.133
|
2718
|
+
"Xanthi, Greece" 41.000000 25.000000 # from geotrack
|
2719
|
+
"Yakima, WA" 46.602220 -120.504720 # geonames.usgs.gov fc "ppl" population 61976
|
2720
|
+
"Yamagata, Japan" 36.167 137.867
|
2721
|
+
"Yamaguchi, Japan" 35.550 137.550
|
2722
|
+
"Yamanashi, Japan" 34.8 137.9
|
2723
|
+
"Yamanashi, Japan" 35.733 138.550
|
2724
|
+
"Yamato, Japan" 37.633333 139.766667 #nima.mil type N cc JA adm1 (messy decision)
|
2725
|
+
"Yanai, Japan" 33.967 132.150
|
2726
|
+
"Yao, Japan" 34.617 135.600
|
2727
|
+
"Yokkaichi, Japan" 34.967 136.617
|
2728
|
+
"Yokoham, Japan" 35.45 139.65
|
2729
|
+
"Yokohama, Japan" 35.45 139.65
|
2730
|
+
"Yokohama, Japan" 35.467 139.633
|
2731
|
+
"Yonago, Japan" 35.450 133.333
|
2732
|
+
"Yongsan, SouthKorea" 37.533333 126.966667 #nima.mil type V cc KS adm1 11 (of many, but nearest the railroad station)
|
2733
|
+
"York, SC" 34.983334 -81.233330 # from geotrack
|
2734
|
+
"York, UnitedKingdom" 54.000000 -1.500000 # from geotrack
|
2735
|
+
"Yorketown, Australia" -35.0167 137.6167
|
2736
|
+
"Youngstown, OH" 41.067 -80.583
|
2737
|
+
"Youngstown, OH" 41.083332 -80.633331 # from geotrack
|
2738
|
+
"Yucatan, Mexico" 20.833 -89.000
|
2739
|
+
"Yucatan, Mexico" 21.250000 -87.633333 # it's a sate.
|
2740
|
+
"Yuma, AZ" 32.725280 -114.623610 # geonames.usgs.gov fc "ppl" population 67185
|
2741
|
+
"Yusoo, SouthKorea"
|
2742
|
+
"Yusoo, SouthKorea" 35.316667 128.183333 # Yusu.
|
2743
|
+
"Yusu, SouthKorea" 35.316667 128.183333 #nima.mil type N cc KS adm1 20
|
2744
|
+
"Zacatecas, Mexico" 22.7833333333333 -102.583333333333
|
2745
|
+
"Zagreb, Croatia" 45.799999 15.966666 # from geotrack
|
2746
|
+
"Zaragoza, Spain" 41.583 -1.000
|
2747
|
+
"Zaragoza, Spain" 41.666668 -1.050000 # from geotrack
|
2748
|
+
"Zurich, Switzerland" 47.366665 8.533334 # from geotrack
|
2749
|
+
"Zurich, Switzerland" 47.383 8.550
|
2750
|
+
"bucharest, Romania" 44.383335 26.166666 # from geotrack
|
2751
|
+
"xWUE, Germany" 49.7969 9.9413 # wuerzburg
|
2752
|
+
"xeig" 40.714199 -74.006401 # eig in reach.com, going to assume nyc as we get there via sjc, chi.
|
2753
|
+
"Kearney, NE" 40.699457 -99.081477 # geonames.usgs.gov 2011 10 05
|
2754
|
+
"Allendale, MI" 42.972245 -85.953654 # geonames.usgs.gov 2011 10 05
|
2755
|
+
"Allendale, MI" 44.003909 -84.785022 # geonames.usgs.gov 2011 10 05
|
2756
|
+
"Bay City, MI" 43.594468 -83.888865 # geonames.usgs.gov 2011 10 05
|
2757
|
+
"Denton, TX" 33.214841 -97.133068 # geonames.usgs.gov 2011 10 05
|
2758
|
+
"Denton, TX" 32.258742 -99.539522 # geonames.usgs.gov 2011 10 05
|
2759
|
+
"Lanham, MD" 38.967055 -76.861917 # geonames.usgs.gov 2011 10 05
|
2760
|
+
"Lanham-Seabrook, MD" 38.967055 -76.861917 # the same?
|
2761
|
+
"Riverton, WY" 43.024959 -108.380104 # geonames.usgs.gov 2011 10 05
|
2762
|
+
"Lander, WY" 42.833014 -108.730672 # geonames.usgs.gov 2011 10 05
|
2763
|
+
"Medford, OR" 42.326515 -122.875595 # geonames.usgs.gov 2011 10 05
|
2764
|
+
"Kennewick, WA" 46.211246 -119.137234 # geonames.usgs.gov 2011 10 05
|
2765
|
+
"Bay City, MI" 43.594468 -83.888865 # geonames.usgs.gov 2011 10 05
|
2766
|
+
"Monroe, MI" 41.916434 -83.397710 # geonames.usgs.gov 2011 10 05
|
2767
|
+
"Sidney, NE" 41.142762 -102.977979 # geonames.usgs.gov 2011 10 05
|
2768
|
+
"Keene, NH" 42.933692 -72.278141 # geonames.usgs.gov 2011 10 05
|
2769
|
+
"Plymouth, NH" 43.757017 -71.688134 # geonames.usgs.gov 2011 10 05
|
2770
|
+
"LittleRock, AR" 34.746481 -92.289595 # geonames.usgs.gov 2011 10 05
|
2771
|
+
"Santa Ana, CA" 33.745573 -117.867834 # geonames.usgs.gov 2011 10 05
|
2772
|
+
"SantaAna, CA" 33.745573 -117.867834 # geonames.usgs.gov 2011 10 05
|
2773
|
+
"Grand Island, NE" 40.925012 -98.342007 # geonames.usgs.gov 2011 10 05
|
2774
|
+
"North Platte, NE" 41.123887 -100.765423 # geonames.usgs.gov 2011 10 05
|
2775
|
+
"Quincy, FL" 30.587139 -84.583245 # geonames.usgs.gov 2011 10 05
|
2776
|
+
"Tipton, IN" 40.282260 -86.041098 # geonames.usgs.gov 2011 10 05
|
2777
|
+
"Fort Morgan, CO" 40.250258 -103.799951 # geonames.usgs.gov 2011 10 05
|
2778
|
+
"FortMorgan, CO" 40.250258 -103.799951 # geonames.usgs.gov 2011 10 05
|
2779
|
+
"Kalispell, MT" 48.195793 -114.312908 # geonames.usgs.gov 2011 10 05
|
2780
|
+
"Turlock, CA" 37.494657 -120.846594 # geonames.usgs.gov 2011 10 05
|
2781
|
+
"Sacramento, CA" 38.581572 -121.494400 # geonames.usgs.gov 2011 10 05
|
2782
|
+
"Miami, FL" 25.774266 -80.193659 # geonames.usgs.gov 2011 10 05
|
2783
|
+
"Perry, MI" 42.826420 -84.219413 # geonames.usgs.gov 2011 10 05
|
2784
|
+
"Centerville, OH" 39.080898 -83.952431 # geonames.usgs.gov 2011 10 05
|
2785
|
+
"Centerville, OH" 39.628393 -84.159382 # geonames.usgs.gov 2011 10 05
|
2786
|
+
"Centerville, OH" 40.494781 -83.243250 # geonames.usgs.gov 2011 10 05
|
2787
|
+
"Centerville, OH" 40.668393 -82.040982 # geonames.usgs.gov 2011 10 05
|
2788
|
+
"Centerville, OH" 39.975905 -80.965374 # geonames.usgs.gov 2011 10 05
|
2789
|
+
"Centerville, OH" 39.639795 -81.623739 # geonames.usgs.gov 2011 10 05
|
2790
|
+
"Cedar City, UT" 37.677477 -113.061893 # geonames.usgs.gov 2011 10 05
|
2791
|
+
"Cheyenne, WY" 41.139981 -104.820246 # geonames.usgs.gov 2011 10 05
|
2792
|
+
"Bucharest, Romania" 44.433333 26.100000 #nima.mil 20111107 type C cc RO adm1 10
|
2793
|
+
"Vancouver, Canada" 49.250000 -123.133333 #nima.mil 20111107 type N cc CA adm1 02
|
2794
|
+
"Porto Alegre, Brazil" -25.097400 -53.961400 #nima.mil 20111107 type approved cc BR adm1 18
|
2795
|
+
"PortoAlegre, Brazil" -25.097400 -53.961400 #nima.mil 20111107 type approved cc BR adm1 18
|
2796
|
+
"New Westminster, Canada" 49.216667 -122.916667 #nima.mil 20111107 type approved cc CA adm1 02
|
2797
|
+
"NewWestminster, Canada" 49.216667 -122.916667 #nima.mil 20111107 type approved cc CA adm1 02
|
2798
|
+
"Monterrey, Mexico" 25.666667 -100.316667 #nima.mil 20111107 type approved cc MX adm1 19 (google to choose among many)
|
2799
|
+
"Fortaleza, Brazil" -3.716667 -38.500000 #nima.mil 20111107 type approved cc BR adm1 06 (google to choose among many)
|
2800
|
+
"Oklahoma City, OK" 35.467560 -97.516428 # geonames.usgs.gov 2011 10 05
|
2801
|
+
"OklahomaCity, OK" 35.467560 -97.516428 # geonames.usgs.gov 2011 10 05
|
2802
|
+
"Ploiesti, Romania" 44.950000 26.016667 #nima.mil 20111107 type approved cc RO adm1 30
|
2803
|
+
"Ciudad de Mexico, Mexico" 19.434167 -99.138611 #nima.mil 20111107 type approved cc MX adm1 09
|
2804
|
+
"MexicoCity, Mexico" 19.434167 -99.138611 #nima.mil 20111107 type approved cc MX adm1 09
|