rate_center 0.1.2

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.
Files changed (132) hide show
  1. checksums.yaml +7 -0
  2. data/.release-please-manifest.json +3 -0
  3. data/.rspec +3 -0
  4. data/.rubocop.yml +26 -0
  5. data/.tool-versions +1 -0
  6. data/CHANGELOG.md +17 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +102 -0
  9. data/Rakefile +12 -0
  10. data/data/cities/us/ak.yml +6420 -0
  11. data/data/cities/us/al.yml +10684 -0
  12. data/data/cities/us/ar.yml +11308 -0
  13. data/data/cities/us/az.yml +8396 -0
  14. data/data/cities/us/ca.yml +30626 -0
  15. data/data/cities/us/co.yml +9787 -0
  16. data/data/cities/us/ct.yml +3388 -0
  17. data/data/cities/us/dc.yml +12 -0
  18. data/data/cities/us/de.yml +1424 -0
  19. data/data/cities/us/fl.yml +17198 -0
  20. data/data/cities/us/ga.yml +12062 -0
  21. data/data/cities/us/hi.yml +2846 -0
  22. data/data/cities/us/ia.yml +18822 -0
  23. data/data/cities/us/id.yml +4324 -0
  24. data/data/cities/us/il.yml +27206 -0
  25. data/data/cities/us/in.yml +17594 -0
  26. data/data/cities/us/ks.yml +13626 -0
  27. data/data/cities/us/ky.yml +9958 -0
  28. data/data/cities/us/la.yml +8786 -0
  29. data/data/cities/us/ma.yml +2288 -0
  30. data/data/cities/us/md.yml +10738 -0
  31. data/data/cities/us/me.yml +1194 -0
  32. data/data/cities/us/mi.yml +13662 -0
  33. data/data/cities/us/mn.yml +16378 -0
  34. data/data/cities/us/mo.yml +21572 -0
  35. data/data/cities/us/ms.yml +7762 -0
  36. data/data/cities/us/mt.yml +9032 -0
  37. data/data/cities/us/nc.yml +14140 -0
  38. data/data/cities/us/nd.yml +7300 -0
  39. data/data/cities/us/ne.yml +10622 -0
  40. data/data/cities/us/nh.yml +740 -0
  41. data/data/cities/us/nj.yml +11848 -0
  42. data/data/cities/us/nm.yml +9352 -0
  43. data/data/cities/us/nv.yml +2652 -0
  44. data/data/cities/us/ny.yml +17946 -0
  45. data/data/cities/us/oh.yml +22704 -0
  46. data/data/cities/us/ok.yml +15154 -0
  47. data/data/cities/us/or.yml +7680 -0
  48. data/data/cities/us/pa.yml +32546 -0
  49. data/data/cities/us/pr.yml +5121 -0
  50. data/data/cities/us/ri.yml +560 -0
  51. data/data/cities/us/sc.yml +8768 -0
  52. data/data/cities/us/sd.yml +8768 -0
  53. data/data/cities/us/tn.yml +9404 -0
  54. data/data/cities/us/tx.yml +36996 -0
  55. data/data/cities/us/ut.yml +6308 -0
  56. data/data/cities/us/va.yml +12194 -0
  57. data/data/cities/us/vt.yml +1910 -0
  58. data/data/cities/us/wa.yml +11900 -0
  59. data/data/cities/us/wi.yml +14564 -0
  60. data/data/cities/us/wv.yml +7984 -0
  61. data/data/cities/us/wy.yml +3674 -0
  62. data/data/rate_centers/us/.keep +0 -0
  63. data/data/rate_centers/us/ak.yml +4584 -0
  64. data/data/rate_centers/us/al.yml +9798 -0
  65. data/data/rate_centers/us/ar.yml +15882 -0
  66. data/data/rate_centers/us/as.yml +119 -0
  67. data/data/rate_centers/us/az.yml +4159 -0
  68. data/data/rate_centers/us/ca.yml +21059 -0
  69. data/data/rate_centers/us/co.yml +6502 -0
  70. data/data/rate_centers/us/ct.yml +4086 -0
  71. data/data/rate_centers/us/dc.yml +16 -0
  72. data/data/rate_centers/us/de.yml +1133 -0
  73. data/data/rate_centers/us/fl.yml +10773 -0
  74. data/data/rate_centers/us/ga.yml +10143 -0
  75. data/data/rate_centers/us/gu.yml +218 -0
  76. data/data/rate_centers/us/hi.yml +1130 -0
  77. data/data/rate_centers/us/ia.yml +15438 -0
  78. data/data/rate_centers/us/id.yml +4357 -0
  79. data/data/rate_centers/us/il.yml +25322 -0
  80. data/data/rate_centers/us/in.yml +13924 -0
  81. data/data/rate_centers/us/ks.yml +12312 -0
  82. data/data/rate_centers/us/ky.yml +18629 -0
  83. data/data/rate_centers/us/la.yml +7785 -0
  84. data/data/rate_centers/us/ma.yml +7947 -0
  85. data/data/rate_centers/us/md.yml +6956 -0
  86. data/data/rate_centers/us/me.yml +9213 -0
  87. data/data/rate_centers/us/mi.yml +15653 -0
  88. data/data/rate_centers/us/mn.yml +15195 -0
  89. data/data/rate_centers/us/mo.yml +18238 -0
  90. data/data/rate_centers/us/mp.yml +29 -0
  91. data/data/rate_centers/us/ms.yml +7913 -0
  92. data/data/rate_centers/us/mt.yml +5659 -0
  93. data/data/rate_centers/us/nc.yml +11641 -0
  94. data/data/rate_centers/us/nd.yml +7341 -0
  95. data/data/rate_centers/us/ne.yml +8727 -0
  96. data/data/rate_centers/us/nh.yml +4499 -0
  97. data/data/rate_centers/us/nj.yml +13710 -0
  98. data/data/rate_centers/us/nm.yml +4636 -0
  99. data/data/rate_centers/us/nv.yml +2629 -0
  100. data/data/rate_centers/us/ny.yml +34576 -0
  101. data/data/rate_centers/us/oh.yml +20184 -0
  102. data/data/rate_centers/us/ok.yml +9970 -0
  103. data/data/rate_centers/us/or.yml +6867 -0
  104. data/data/rate_centers/us/pa.yml +40360 -0
  105. data/data/rate_centers/us/pr.yml +1899 -0
  106. data/data/rate_centers/us/ri.yml +1225 -0
  107. data/data/rate_centers/us/sc.yml +6251 -0
  108. data/data/rate_centers/us/sd.yml +6256 -0
  109. data/data/rate_centers/us/tn.yml +9289 -0
  110. data/data/rate_centers/us/tx.yml +27690 -0
  111. data/data/rate_centers/us/ut.yml +4712 -0
  112. data/data/rate_centers/us/va.yml +17679 -0
  113. data/data/rate_centers/us/vi.yml +146 -0
  114. data/data/rate_centers/us/vt.yml +4667 -0
  115. data/data/rate_centers/us/wa.yml +8151 -0
  116. data/data/rate_centers/us/wi.yml +12872 -0
  117. data/data/rate_centers/us/wv.yml +14818 -0
  118. data/data/rate_centers/us/wy.yml +2852 -0
  119. data/lib/rate_center/city.rb +33 -0
  120. data/lib/rate_center/collection.rb +23 -0
  121. data/lib/rate_center/data_loader.rb +75 -0
  122. data/lib/rate_center/data_prep.rb +121 -0
  123. data/lib/rate_center/data_source/local_calling_guide.rb +107 -0
  124. data/lib/rate_center/data_source/simple_maps.rb +93 -0
  125. data/lib/rate_center/distance.rb +3 -0
  126. data/lib/rate_center/errors.rb +6 -0
  127. data/lib/rate_center/rate_center.rb +34 -0
  128. data/lib/rate_center/vector.rb +3 -0
  129. data/lib/rate_center/version.rb +5 -0
  130. data/lib/rate_center.rb +21 -0
  131. data/release-please-config.json +15 -0
  132. metadata +400 -0
@@ -0,0 +1,1133 @@
1
+ ---
2
+ rate_centers:
3
+ - country: US
4
+ region: DE
5
+ exchange: '028720'
6
+ name: ANGOLA
7
+ full_name: Angola
8
+ lata: '228'
9
+ ilec_name: VERIZON DELAWARE, INC.
10
+ lat: '38.652606'
11
+ long: "-75.189629"
12
+ closest_city:
13
+ name: Long Neck
14
+ distance:
15
+ value: 4.79
16
+ units: km
17
+ - country: US
18
+ region: DE
19
+ exchange: '308168'
20
+ name: BEAR
21
+ full_name: Bear
22
+ lata: '228'
23
+ ilec_name: VERIZON DELAWARE, INC.
24
+ lat:
25
+ long:
26
+ - country: US
27
+ region: DE
28
+ exchange: '308169'
29
+ name: BELLEFONTE
30
+ full_name: Bellefonte
31
+ lata: '228'
32
+ ilec_name: VERIZON DELAWARE, INC.
33
+ lat:
34
+ long:
35
+ - country: US
36
+ region: DE
37
+ exchange: '308170'
38
+ name: BELLEVUE
39
+ full_name: Bellevue
40
+ lata: '228'
41
+ ilec_name: VERIZON DELAWARE, INC.
42
+ lat:
43
+ long:
44
+ - country: US
45
+ region: DE
46
+ exchange: '308171'
47
+ name: BETHANYBCH
48
+ full_name: Bethany Beach
49
+ lata: '228'
50
+ ilec_name: VERIZON DELAWARE, INC.
51
+ lat:
52
+ long:
53
+ - country: US
54
+ region: DE
55
+ exchange: '308172'
56
+ name: BETHANYDNS
57
+ full_name: Bethany Dunes
58
+ lata: '228'
59
+ ilec_name: VERIZON DELAWARE, INC.
60
+ lat:
61
+ long:
62
+ - country: US
63
+ region: DE
64
+ exchange: '308173'
65
+ name: BETHANYVLG
66
+ full_name: Bethany Village
67
+ lata: '228'
68
+ ilec_name: VERIZON DELAWARE, INC.
69
+ lat:
70
+ long:
71
+ - country: US
72
+ region: DE
73
+ exchange: '308174'
74
+ name: BETHEL
75
+ full_name: Bethel
76
+ lata: '228'
77
+ ilec_name: VERIZON DELAWARE, INC.
78
+ lat:
79
+ long:
80
+ - country: US
81
+ region: DE
82
+ exchange: '308175'
83
+ name: BLADES
84
+ full_name: Blades
85
+ lata: '228'
86
+ ilec_name: VERIZON DELAWARE, INC.
87
+ lat:
88
+ long:
89
+ - country: US
90
+ region: DE
91
+ exchange: '308176'
92
+ name: BOWERS BCH
93
+ full_name: Bowers Beach
94
+ lata: '228'
95
+ ilec_name: VERIZON DELAWARE, INC.
96
+ lat:
97
+ long:
98
+ - country: US
99
+ region: DE
100
+ exchange: '028730'
101
+ name: BRIDGEVL
102
+ full_name: Bridgeville
103
+ lata: '228'
104
+ ilec_name: VERIZON DELAWARE, INC.
105
+ lat: '38.740453'
106
+ long: "-75.607604"
107
+ closest_city:
108
+ name: Bridgeville
109
+ distance:
110
+ value: 1.76
111
+ units: km
112
+ - country: US
113
+ region: DE
114
+ exchange: '028740'
115
+ name: CAMDEN
116
+ full_name: Camden
117
+ lata: '228'
118
+ ilec_name: VERIZON DELAWARE, INC.
119
+ lat: '39.116415'
120
+ long: "-75.55677"
121
+ closest_city:
122
+ name: Wyoming
123
+ distance:
124
+ value: 0.57
125
+ units: km
126
+ - country: US
127
+ region: DE
128
+ exchange: '308179'
129
+ name: CAMDN WYO
130
+ full_name: Camden Wyoming
131
+ lata: '228'
132
+ ilec_name: VERIZON DELAWARE, INC.
133
+ lat:
134
+ long:
135
+ - country: US
136
+ region: DE
137
+ exchange: '308180'
138
+ name: CANNON
139
+ full_name: Cannon
140
+ lata: '228'
141
+ ilec_name: VERIZON DELAWARE, INC.
142
+ lat:
143
+ long:
144
+ - country: US
145
+ region: DE
146
+ exchange: '308181'
147
+ name: CASTLE HLS
148
+ full_name: Castle Hills
149
+ lata: '228'
150
+ ilec_name: VERIZON DELAWARE, INC.
151
+ lat:
152
+ long:
153
+ - country: US
154
+ region: DE
155
+ exchange: '308182'
156
+ name: CHELSEAEST
157
+ full_name: Chelsea Estates
158
+ lata: '228'
159
+ ilec_name: VERIZON DELAWARE, INC.
160
+ lat:
161
+ long:
162
+ - country: US
163
+ region: DE
164
+ exchange: '308183'
165
+ name: CHESWOLD
166
+ full_name: Cheswold
167
+ lata: '228'
168
+ ilec_name: VERIZON DELAWARE, INC.
169
+ lat:
170
+ long:
171
+ - country: US
172
+ region: DE
173
+ exchange: '308184'
174
+ name: CHRISTIANA
175
+ full_name: Christiana
176
+ lata: '228'
177
+ ilec_name: VERIZON DELAWARE, INC.
178
+ lat:
179
+ long:
180
+ - country: US
181
+ region: DE
182
+ exchange: '308185'
183
+ name: CLARKSVL
184
+ full_name: Clarksville
185
+ lata: '228'
186
+ ilec_name: VERIZON DELAWARE, INC.
187
+ lat:
188
+ long:
189
+ - country: US
190
+ region: DE
191
+ exchange: '308186'
192
+ name: CLAYMONT
193
+ full_name: Claymont
194
+ lata: '228'
195
+ ilec_name: VERIZON DELAWARE, INC.
196
+ lat:
197
+ long:
198
+ - country: US
199
+ region: DE
200
+ exchange: '308187'
201
+ name: CLAYTON
202
+ full_name: Clayton
203
+ lata: '228'
204
+ ilec_name: VERIZON DELAWARE, INC.
205
+ lat:
206
+ long:
207
+ - country: US
208
+ region: DE
209
+ exchange: '308188'
210
+ name: COLLINS PK
211
+ full_name: Collins Park
212
+ lata: '228'
213
+ ilec_name: VERIZON DELAWARE, INC.
214
+ lat:
215
+ long:
216
+ - country: US
217
+ region: DE
218
+ exchange: '028750'
219
+ name: DAGSBORO
220
+ full_name: Dagsboro
221
+ lata: '228'
222
+ ilec_name: VERIZON DELAWARE, INC.
223
+ lat: '38.516046'
224
+ long: "-75.236783"
225
+ closest_city:
226
+ name: Frankford
227
+ distance:
228
+ value: 0.65
229
+ units: km
230
+ - country: US
231
+ region: DE
232
+ exchange: '028760'
233
+ name: DELAWARECY
234
+ full_name: Delaware City
235
+ lata: '228'
236
+ ilec_name: VERIZON DELAWARE, INC.
237
+ lat: '39.582314'
238
+ long: "-75.647303"
239
+ closest_city:
240
+ name: St. Georges
241
+ distance:
242
+ value: 2.44
243
+ units: km
244
+ - country: US
245
+ region: DE
246
+ exchange: '028770'
247
+ name: DELMAR
248
+ full_name: Delmar
249
+ lata: '228'
250
+ ilec_name: VERIZON DELAWARE, INC.
251
+ lat: '38.459798'
252
+ long: "-75.577138"
253
+ closest_city:
254
+ name: Delmar
255
+ distance:
256
+ value: 1.99
257
+ units: km
258
+ - country: US
259
+ region: DE
260
+ exchange: '308192'
261
+ name: DEWEYBEACH
262
+ full_name: Dewey Beach
263
+ lata: '228'
264
+ ilec_name: VERIZON DELAWARE, INC.
265
+ lat:
266
+ long:
267
+ - country: US
268
+ region: DE
269
+ exchange: '028780'
270
+ name: DOVER
271
+ full_name: Dover
272
+ lata: '228'
273
+ ilec_name: VERIZON DELAWARE, INC.
274
+ lat: '39.15878'
275
+ long: "-75.53189"
276
+ closest_city:
277
+ name: Dover
278
+ distance:
279
+ value: 1.04
280
+ units: km
281
+ - country: US
282
+ region: DE
283
+ exchange: '308194'
284
+ name: DOVER AFB
285
+ full_name: Dover Air Force Base
286
+ lata: '228'
287
+ ilec_name: VERIZON DELAWARE, INC.
288
+ lat:
289
+ long:
290
+ - country: US
291
+ region: DE
292
+ exchange: '308195'
293
+ name: EDGEMOOR
294
+ full_name: Edgemoor
295
+ lata: '228'
296
+ ilec_name: VERIZON DELAWARE, INC.
297
+ lat:
298
+ long:
299
+ - country: US
300
+ region: DE
301
+ exchange: '308196'
302
+ name: ELLENDALE
303
+ full_name: Ellendale
304
+ lata: '228'
305
+ ilec_name: VERIZON DELAWARE, INC.
306
+ lat:
307
+ long:
308
+ - country: US
309
+ region: DE
310
+ exchange: '308197'
311
+ name: ELSMERE
312
+ full_name: Elsmere
313
+ lata: '228'
314
+ ilec_name: VERIZON DELAWARE, INC.
315
+ lat:
316
+ long:
317
+ - country: US
318
+ region: DE
319
+ exchange: '308198'
320
+ name: FARMINGTON
321
+ full_name: Farmington
322
+ lata: '228'
323
+ ilec_name: VERIZON DELAWARE, INC.
324
+ lat:
325
+ long:
326
+ - country: US
327
+ region: DE
328
+ exchange: '028790'
329
+ name: FELTON
330
+ full_name: Felton
331
+ lata: '228'
332
+ ilec_name: VERIZON DELAWARE, INC.
333
+ lat: '39.009321'
334
+ long: "-75.576307"
335
+ closest_city:
336
+ name: Felton
337
+ distance:
338
+ value: 0.38
339
+ units: km
340
+ - country: US
341
+ region: DE
342
+ exchange: '308201'
343
+ name: FENWICK IS
344
+ full_name: Fenwick Island
345
+ lata: '228'
346
+ ilec_name: VERIZON DELAWARE, INC.
347
+ lat:
348
+ long:
349
+ - country: US
350
+ region: DE
351
+ exchange: '308202'
352
+ name: FRANKFORD
353
+ full_name: Frankford
354
+ lata: '228'
355
+ ilec_name: VERIZON DELAWARE, INC.
356
+ lat:
357
+ long:
358
+ - country: US
359
+ region: DE
360
+ exchange: '028800'
361
+ name: FREDERICA
362
+ full_name: Frederica
363
+ lata: '228'
364
+ ilec_name: VERIZON DELAWARE, INC.
365
+ lat: '39.01009'
366
+ long: "-75.466629"
367
+ closest_city:
368
+ name: Frederica
369
+ distance:
370
+ value: 0.22
371
+ units: km
372
+ - country: US
373
+ region: DE
374
+ exchange: '028810'
375
+ name: GEORGETOWN
376
+ full_name: Georgetown
377
+ lata: '228'
378
+ ilec_name: VERIZON DELAWARE, INC.
379
+ lat: '38.693744'
380
+ long: "-75.383148"
381
+ closest_city:
382
+ name: Georgetown
383
+ distance:
384
+ value: 0.6
385
+ units: km
386
+ - country: US
387
+ region: DE
388
+ exchange: '308205'
389
+ name: GREENVILLE
390
+ full_name: Greenville
391
+ lata: '228'
392
+ ilec_name: VERIZON DELAWARE, INC.
393
+ lat:
394
+ long:
395
+ - country: US
396
+ region: DE
397
+ exchange: '028820'
398
+ name: GREENWOOD
399
+ full_name: Greenwood
400
+ lata: '228'
401
+ ilec_name: VERIZON DELAWARE, INC.
402
+ lat: '38.808317'
403
+ long: "-75.588382"
404
+ closest_city:
405
+ name: Greenwood
406
+ distance:
407
+ value: 0.19
408
+ units: km
409
+ - country: US
410
+ region: DE
411
+ exchange: '308207'
412
+ name: GULLS NEST
413
+ full_name: Gulls Nest
414
+ lata: '228'
415
+ ilec_name: VERIZON DELAWARE, INC.
416
+ lat:
417
+ long:
418
+ - country: US
419
+ region: DE
420
+ exchange: '028830'
421
+ name: GUMBORO
422
+ full_name: Gumboro
423
+ lata: '228'
424
+ ilec_name: VERIZON DELAWARE, INC.
425
+ lat: '38.483162'
426
+ long: "-75.368264"
427
+ closest_city:
428
+ name: Frankford
429
+ distance:
430
+ value: 12.42
431
+ units: km
432
+ - country: US
433
+ region: DE
434
+ exchange: '308209'
435
+ name: GWINHURST
436
+ full_name: Gwinhurst
437
+ lata: '228'
438
+ ilec_name: VERIZON DELAWARE, INC.
439
+ lat:
440
+ long:
441
+ - country: US
442
+ region: DE
443
+ exchange: '308210'
444
+ name: HARBESON
445
+ full_name: Harbeson
446
+ lata: '228'
447
+ ilec_name: VERIZON DELAWARE, INC.
448
+ lat:
449
+ long:
450
+ - country: US
451
+ region: DE
452
+ exchange: '028840'
453
+ name: HARRINGTON
454
+ full_name: Harrington
455
+ lata: '228'
456
+ ilec_name: VERIZON DELAWARE, INC.
457
+ lat: '38.923409'
458
+ long: "-75.58337"
459
+ closest_city:
460
+ name: Harrington
461
+ distance:
462
+ value: 1.1
463
+ units: km
464
+ - country: US
465
+ region: DE
466
+ exchange: '028850'
467
+ name: HARTLY
468
+ full_name: Hartly
469
+ lata: '228'
470
+ ilec_name: VERIZON DELAWARE, INC.
471
+ lat: '39.140552'
472
+ long: "-75.701593"
473
+ closest_city:
474
+ name: Hartly
475
+ distance:
476
+ value: 3.22
477
+ units: km
478
+ - country: US
479
+ region: DE
480
+ exchange: '308213'
481
+ name: HILLCREST
482
+ full_name: Hillcrest
483
+ lata: '228'
484
+ ilec_name: VERIZON DELAWARE, INC.
485
+ lat:
486
+ long:
487
+ - country: US
488
+ region: DE
489
+ exchange: '308214'
490
+ name: HILLTOPMNR
491
+ full_name: Hilltop Manor
492
+ lata: '228'
493
+ ilec_name: VERIZON DELAWARE, INC.
494
+ lat:
495
+ long:
496
+ - country: US
497
+ region: DE
498
+ exchange: '028860'
499
+ name: HOCKESSIN
500
+ full_name: Hockessin
501
+ lata: '228'
502
+ ilec_name: VERIZON DELAWARE, INC.
503
+ lat: '39.785043'
504
+ long: "-75.699054"
505
+ closest_city:
506
+ name: Hockessin
507
+ distance:
508
+ value: 1.51
509
+ units: km
510
+ - country: US
511
+ region: DE
512
+ exchange: '028870'
513
+ name: HOLLY OAK
514
+ full_name: Holly Oak
515
+ lata: '228'
516
+ ilec_name: VERIZON DELAWARE, INC.
517
+ lat: '39.78382'
518
+ long: "-75.472374"
519
+ closest_city:
520
+ name: Claymont
521
+ distance:
522
+ value: 2.37
523
+ units: km
524
+ - country: US
525
+ region: DE
526
+ exchange: '308217'
527
+ name: HOUSTON
528
+ full_name: Houston
529
+ lata: '228'
530
+ ilec_name: VERIZON DELAWARE, INC.
531
+ lat:
532
+ long:
533
+ - country: US
534
+ region: DE
535
+ exchange: '308218'
536
+ name: KENTON
537
+ full_name: Kenton
538
+ lata: '228'
539
+ ilec_name: VERIZON DELAWARE, INC.
540
+ lat:
541
+ long:
542
+ - country: US
543
+ region: DE
544
+ exchange: '308219'
545
+ name: KIRKWOOD
546
+ full_name: Kirkwood
547
+ lata: '228'
548
+ ilec_name: VERIZON DELAWARE, INC.
549
+ lat:
550
+ long:
551
+ - country: US
552
+ region: DE
553
+ exchange: '028880'
554
+ name: LAUREL
555
+ full_name: Laurel
556
+ lata: '228'
557
+ ilec_name: VERIZON DELAWARE, INC.
558
+ lat: '38.558455'
559
+ long: "-75.572998"
560
+ closest_city:
561
+ name: Laurel
562
+ distance:
563
+ value: 1.24
564
+ units: km
565
+ - country: US
566
+ region: DE
567
+ exchange: '308221'
568
+ name: LEEDON EST
569
+ full_name: Leedon Estates
570
+ lata: '228'
571
+ ilec_name: VERIZON DELAWARE, INC.
572
+ lat:
573
+ long:
574
+ - country: US
575
+ region: DE
576
+ exchange: '308222'
577
+ name: LEIPSIC
578
+ full_name: Leipsic
579
+ lata: '228'
580
+ ilec_name: VERIZON DELAWARE, INC.
581
+ lat:
582
+ long:
583
+ - country: US
584
+ region: DE
585
+ exchange: '028890'
586
+ name: LEWES
587
+ full_name: Lewes
588
+ lata: '228'
589
+ ilec_name: VERIZON DELAWARE, INC.
590
+ lat: '38.776388'
591
+ long: "-75.139578"
592
+ closest_city:
593
+ name: Lewes
594
+ distance:
595
+ value: 0.49
596
+ units: km
597
+ - country: US
598
+ region: DE
599
+ exchange: '308224'
600
+ name: LINCOLN
601
+ full_name: Lincoln
602
+ lata: '228'
603
+ ilec_name: VERIZON DELAWARE, INC.
604
+ lat:
605
+ long:
606
+ - country: US
607
+ region: DE
608
+ exchange: '308225'
609
+ name: LINDAMERE
610
+ full_name: Lindamere
611
+ lata: '228'
612
+ ilec_name: VERIZON DELAWARE, INC.
613
+ lat:
614
+ long:
615
+ - country: US
616
+ region: DE
617
+ exchange: '308226'
618
+ name: LITTLE CRK
619
+ full_name: Little Creek
620
+ lata: '228'
621
+ ilec_name: VERIZON DELAWARE, INC.
622
+ lat:
623
+ long:
624
+ - country: US
625
+ region: DE
626
+ exchange: '308228'
627
+ name: LTL HEAVEN
628
+ full_name: Little Heaven
629
+ lata: '228'
630
+ ilec_name: VERIZON DELAWARE, INC.
631
+ lat:
632
+ long:
633
+ - country: US
634
+ region: DE
635
+ exchange: '308227'
636
+ name: LONG NECK
637
+ full_name: Long Neck
638
+ lata: '228'
639
+ ilec_name: VERIZON DELAWARE, INC.
640
+ lat:
641
+ long:
642
+ - country: US
643
+ region: DE
644
+ exchange: '308229'
645
+ name: MAGNOLIA
646
+ full_name: Magnolia
647
+ lata: '228'
648
+ ilec_name: VERIZON DELAWARE, INC.
649
+ lat:
650
+ long:
651
+ - country: US
652
+ region: DE
653
+ exchange: '308230'
654
+ name: MANOR
655
+ full_name: Manor
656
+ lata: '228'
657
+ ilec_name: VERIZON DELAWARE, INC.
658
+ lat:
659
+ long:
660
+ - country: US
661
+ region: DE
662
+ exchange: '308231'
663
+ name: MANOR PARK
664
+ full_name: Manor Park
665
+ lata: '228'
666
+ ilec_name: VERIZON DELAWARE, INC.
667
+ lat:
668
+ long:
669
+ - country: US
670
+ region: DE
671
+ exchange: '029011'
672
+ name: MARSHALLTN
673
+ full_name: Marshallton
674
+ lata: '228'
675
+ ilec_name: VERIZON DELAWARE, INC.
676
+ lat:
677
+ long:
678
+ - country: US
679
+ region: DE
680
+ exchange: '308233'
681
+ name: MARYDEL
682
+ full_name: Marydel
683
+ lata: '228'
684
+ ilec_name: VERIZON DELAWARE, INC.
685
+ lat:
686
+ long:
687
+ - country: US
688
+ region: DE
689
+ exchange: '308234'
690
+ name: MDDLSEXBCH
691
+ full_name: Middlesex Beach
692
+ lata: '228'
693
+ ilec_name: VERIZON DELAWARE, INC.
694
+ lat:
695
+ long:
696
+ - country: US
697
+ region: DE
698
+ exchange: '028900'
699
+ name: MIDDLETOWN
700
+ full_name: Middletown
701
+ lata: '228'
702
+ ilec_name: VERIZON DELAWARE, INC.
703
+ lat: '39.452489'
704
+ long: "-75.717483"
705
+ closest_city:
706
+ name: Middletown
707
+ distance:
708
+ value: 0.84
709
+ units: km
710
+ - country: US
711
+ region: DE
712
+ exchange: '308236'
713
+ name: MIDWAY
714
+ full_name: Midway
715
+ lata: '228'
716
+ ilec_name: VERIZON DELAWARE, INC.
717
+ lat:
718
+ long:
719
+ - country: US
720
+ region: DE
721
+ exchange: '028910'
722
+ name: MILFORD
723
+ full_name: Milford
724
+ lata: '228'
725
+ ilec_name: VERIZON DELAWARE, INC.
726
+ lat: '38.916634'
727
+ long: "-75.430044"
728
+ closest_city:
729
+ name: Milford
730
+ distance:
731
+ value: 1.05
732
+ units: km
733
+ - country: US
734
+ region: DE
735
+ exchange: '028920'
736
+ name: MILLSBORO
737
+ full_name: Millsboro
738
+ lata: '228'
739
+ ilec_name: VERIZON DELAWARE, INC.
740
+ lat: '38.591044'
741
+ long: "-75.290195"
742
+ closest_city:
743
+ name: Millsboro
744
+ distance:
745
+ value: 1.64
746
+ units: km
747
+ - country: US
748
+ region: DE
749
+ exchange: '308239'
750
+ name: MILLVILLE
751
+ full_name: Millville
752
+ lata: '228'
753
+ ilec_name: VERIZON DELAWARE, INC.
754
+ lat:
755
+ long:
756
+ - country: US
757
+ region: DE
758
+ exchange: '028930'
759
+ name: MILTON
760
+ full_name: Milton
761
+ lata: '228'
762
+ ilec_name: VERIZON DELAWARE, INC.
763
+ lat: '38.775113'
764
+ long: "-75.30765"
765
+ closest_city:
766
+ name: Milton
767
+ distance:
768
+ value: 0.22
769
+ units: km
770
+ - country: US
771
+ region: DE
772
+ exchange: '308241'
773
+ name: MONTCHANIN
774
+ full_name: Montchanin
775
+ lata: '228'
776
+ ilec_name: VERIZON DELAWARE, INC.
777
+ lat:
778
+ long:
779
+ - country: US
780
+ region: DE
781
+ exchange: '308242'
782
+ name: MOUNT CUBA
783
+ full_name: Mount Cuba
784
+ lata: '228'
785
+ ilec_name: VERIZON DELAWARE, INC.
786
+ lat:
787
+ long:
788
+ - country: US
789
+ region: DE
790
+ exchange: '308243'
791
+ name: NASSAU
792
+ full_name: Nassau
793
+ lata: '228'
794
+ ilec_name: VERIZON DELAWARE, INC.
795
+ lat:
796
+ long:
797
+ - country: US
798
+ region: DE
799
+ exchange: '028940'
800
+ name: NEW CASTLE
801
+ full_name: New Castle
802
+ lata: '228'
803
+ ilec_name: VERIZON DELAWARE, INC.
804
+ lat: '39.667491'
805
+ long: "-75.567347"
806
+ closest_city:
807
+ name: New Castle
808
+ distance:
809
+ value: 0.21
810
+ units: km
811
+ - country: US
812
+ region: DE
813
+ exchange: '028950'
814
+ name: NEWARK
815
+ full_name: Newark
816
+ lata: '228'
817
+ ilec_name: VERIZON DELAWARE, INC.
818
+ lat: '39.683818'
819
+ long: "-75.749997"
820
+ closest_city:
821
+ name: Newark
822
+ distance:
823
+ value: 0.95
824
+ units: km
825
+ - country: US
826
+ region: DE
827
+ exchange: '308246'
828
+ name: NEWPORT
829
+ full_name: Newport
830
+ lata: '228'
831
+ ilec_name: VERIZON DELAWARE, INC.
832
+ lat:
833
+ long:
834
+ - country: US
835
+ region: DE
836
+ exchange: '028960'
837
+ name: OCEAN VIEW
838
+ full_name: Ocean View
839
+ lata: '228'
840
+ ilec_name: VERIZON DELAWARE, INC.
841
+ lat: '38.550787'
842
+ long: "-75.088815"
843
+ closest_city:
844
+ name: Ocean View
845
+ distance:
846
+ value: 1.89
847
+ units: km
848
+ - country: US
849
+ region: DE
850
+ exchange: '308248'
851
+ name: OCEAN VLG
852
+ full_name: Ocean Village
853
+ lata: '228'
854
+ ilec_name: VERIZON DELAWARE, INC.
855
+ lat:
856
+ long:
857
+ - country: US
858
+ region: DE
859
+ exchange: '308249'
860
+ name: ODESSA
861
+ full_name: Odessa
862
+ lata: '228'
863
+ ilec_name: VERIZON DELAWARE, INC.
864
+ lat:
865
+ long:
866
+ - country: US
867
+ region: DE
868
+ exchange: '308250'
869
+ name: PENN ACRES
870
+ full_name: Penn Acres
871
+ lata: '228'
872
+ ilec_name: VERIZON DELAWARE, INC.
873
+ lat:
874
+ long:
875
+ - country: US
876
+ region: DE
877
+ exchange: '308251'
878
+ name: PORT PENN
879
+ full_name: Port Penn
880
+ lata: '228'
881
+ ilec_name: VERIZON DELAWARE, INC.
882
+ lat:
883
+ long:
884
+ - country: US
885
+ region: DE
886
+ exchange: '028970'
887
+ name: REHOBOTH
888
+ full_name: Rehoboth
889
+ lata: '228'
890
+ ilec_name: VERIZON DELAWARE, INC.
891
+ lat: '38.717751'
892
+ long: "-75.085426"
893
+ closest_city:
894
+ name: Rehoboth Beach
895
+ distance:
896
+ value: 0.1
897
+ units: km
898
+ - country: US
899
+ region: DE
900
+ exchange: '308253'
901
+ name: REHOBTHBCH
902
+ full_name: Rehoboth Beach
903
+ lata: '228'
904
+ ilec_name: VERIZON DELAWARE, INC.
905
+ lat:
906
+ long:
907
+ - country: US
908
+ region: DE
909
+ exchange: '308254'
910
+ name: RIVERSIDE
911
+ full_name: Riverside
912
+ lata: '228'
913
+ ilec_name: VERIZON DELAWARE, INC.
914
+ lat:
915
+ long:
916
+ - country: US
917
+ region: DE
918
+ exchange: '308255'
919
+ name: ROCKLAND
920
+ full_name: Rockland
921
+ lata: '228'
922
+ ilec_name: VERIZON DELAWARE, INC.
923
+ lat:
924
+ long:
925
+ - country: US
926
+ region: DE
927
+ exchange: '308262'
928
+ name: ST GEORGES
929
+ full_name: Saint Georges
930
+ lata: '228'
931
+ ilec_name: VERIZON DELAWARE, INC.
932
+ lat:
933
+ long:
934
+ - country: US
935
+ region: DE
936
+ exchange: '308257'
937
+ name: SEADEL EST
938
+ full_name: Sea Del Estates
939
+ lata: '228'
940
+ ilec_name: VERIZON DELAWARE, INC.
941
+ lat:
942
+ long:
943
+ - country: US
944
+ region: DE
945
+ exchange: '028980'
946
+ name: SEAFORD
947
+ full_name: Seaford
948
+ lata: '228'
949
+ ilec_name: VERIZON DELAWARE, INC.
950
+ lat: '38.640744'
951
+ long: "-75.619965"
952
+ closest_city:
953
+ name: Blades
954
+ distance:
955
+ value: 1.64
956
+ units: km
957
+ - country: US
958
+ region: DE
959
+ exchange: '028990'
960
+ name: SELBYVILLE
961
+ full_name: Selbyville
962
+ lata: '228'
963
+ ilec_name: VERIZON DELAWARE, INC.
964
+ lat: '38.458728'
965
+ long: "-75.224843"
966
+ closest_city:
967
+ name: Selbyville
968
+ distance:
969
+ value: 1.23
970
+ units: km
971
+ - country: US
972
+ region: DE
973
+ exchange: '029000'
974
+ name: SMYRNA
975
+ full_name: Smyrna
976
+ lata: '228'
977
+ ilec_name: VERIZON DELAWARE, INC.
978
+ lat: '39.302706'
979
+ long: "-75.609057"
980
+ closest_city:
981
+ name: Smyrna
982
+ distance:
983
+ value: 1.03
984
+ units: km
985
+ - country: US
986
+ region: DE
987
+ exchange: '308261'
988
+ name: SO BETHANY
989
+ full_name: South Bethany
990
+ lata: '228'
991
+ ilec_name: VERIZON DELAWARE, INC.
992
+ lat:
993
+ long:
994
+ - country: US
995
+ region: DE
996
+ exchange: '308256'
997
+ name: SBTHANYBCH
998
+ full_name: South Bethany Beach
999
+ lata: '228'
1000
+ ilec_name: VERIZON DELAWARE, INC.
1001
+ lat:
1002
+ long:
1003
+ - country: US
1004
+ region: DE
1005
+ exchange: '308263'
1006
+ name: STANTON
1007
+ full_name: Stanton
1008
+ lata: '228'
1009
+ ilec_name: VERIZON DELAWARE, INC.
1010
+ lat:
1011
+ long:
1012
+ - country: US
1013
+ region: DE
1014
+ exchange: '308264'
1015
+ name: STOCKLEY
1016
+ full_name: Stockley
1017
+ lata: '228'
1018
+ ilec_name: VERIZON DELAWARE, INC.
1019
+ lat:
1020
+ long:
1021
+ - country: US
1022
+ region: DE
1023
+ exchange: '308265'
1024
+ name: SUSSEX SHR
1025
+ full_name: Sussex Shores
1026
+ lata: '228'
1027
+ ilec_name: VERIZON DELAWARE, INC.
1028
+ lat:
1029
+ long:
1030
+ - country: US
1031
+ region: DE
1032
+ exchange: '308266'
1033
+ name: SWANWYCK
1034
+ full_name: Swanwyck
1035
+ lata: '228'
1036
+ ilec_name: VERIZON DELAWARE, INC.
1037
+ lat:
1038
+ long:
1039
+ - country: US
1040
+ region: DE
1041
+ exchange: '029012'
1042
+ name: TALLEYVLLE
1043
+ full_name: Talleyville
1044
+ lata: '228'
1045
+ ilec_name: VERIZON DELAWARE, INC.
1046
+ lat:
1047
+ long:
1048
+ - country: US
1049
+ region: DE
1050
+ exchange: '308268'
1051
+ name: TOWNSEND
1052
+ full_name: Townsend
1053
+ lata: '228'
1054
+ ilec_name: VERIZON DELAWARE, INC.
1055
+ lat:
1056
+ long:
1057
+ - country: US
1058
+ region: DE
1059
+ exchange: '308269'
1060
+ name: VIOLA
1061
+ full_name: Viola
1062
+ lata: '228'
1063
+ ilec_name: VERIZON DELAWARE, INC.
1064
+ lat:
1065
+ long:
1066
+ - country: US
1067
+ region: DE
1068
+ exchange: '029010'
1069
+ name: WILMINGTON
1070
+ full_name: Wilmington
1071
+ lata: '228'
1072
+ ilec_name: VERIZON DELAWARE, INC.
1073
+ lat: '39.74538'
1074
+ long: "-75.545412"
1075
+ closest_city:
1076
+ name: Wilmington
1077
+ distance:
1078
+ value: 0.54
1079
+ units: km
1080
+ - country: US
1081
+ region: DE
1082
+ exchange: '308271'
1083
+ name: WILMITNMNR
1084
+ full_name: Wilmington Manor
1085
+ lata: '228'
1086
+ ilec_name: VERIZON DELAWARE, INC.
1087
+ lat:
1088
+ long:
1089
+ - country: US
1090
+ region: DE
1091
+ exchange: '308272'
1092
+ name: WINTERTHUR
1093
+ full_name: Winterthur
1094
+ lata: '228'
1095
+ ilec_name: VERIZON DELAWARE, INC.
1096
+ lat:
1097
+ long:
1098
+ - country: US
1099
+ region: DE
1100
+ exchange: '308273'
1101
+ name: WOODSIDE
1102
+ full_name: Woodside
1103
+ lata: '228'
1104
+ ilec_name: VERIZON DELAWARE, INC.
1105
+ lat:
1106
+ long:
1107
+ - country: US
1108
+ region: DE
1109
+ exchange: '028761'
1110
+ name: WRANGLE HL
1111
+ full_name: Wrangle Hill
1112
+ lata: '228'
1113
+ ilec_name: VERIZON DELAWARE, INC.
1114
+ lat:
1115
+ long:
1116
+ - country: US
1117
+ region: DE
1118
+ exchange: '308274'
1119
+ name: WYOMING
1120
+ full_name: Wyoming
1121
+ lata: '228'
1122
+ ilec_name: VERIZON DELAWARE, INC.
1123
+ lat:
1124
+ long:
1125
+ - country: US
1126
+ region: DE
1127
+ exchange: '308275'
1128
+ name: YORKLYN
1129
+ full_name: Yorklyn
1130
+ lata: '228'
1131
+ ilec_name: VERIZON DELAWARE, INC.
1132
+ lat:
1133
+ long: