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,1225 @@
1
+ ---
2
+ rate_centers:
3
+ - country: US
4
+ region: RI
5
+ exchange: '302472'
6
+ name: ADAMSVILLE
7
+ full_name: Adamsville
8
+ lata: '130'
9
+ ilec_name: VERIZON NEW ENGLAND INC.
10
+ lat:
11
+ long:
12
+ - country: US
13
+ region: RI
14
+ exchange: '302473'
15
+ name: ALBION
16
+ full_name: Albion
17
+ lata: '130'
18
+ ilec_name: VERIZON NEW ENGLAND INC.
19
+ lat:
20
+ long:
21
+ - country: US
22
+ region: RI
23
+ exchange: '302474'
24
+ name: ALTON
25
+ full_name: Alton
26
+ lata: '130'
27
+ ilec_name: VERIZON NEW ENGLAND INC.
28
+ lat:
29
+ long:
30
+ - country: US
31
+ region: RI
32
+ exchange: '302475'
33
+ name: ANTHONY
34
+ full_name: Anthony
35
+ lata: '130'
36
+ ilec_name: VERIZON NEW ENGLAND INC.
37
+ lat:
38
+ long:
39
+ - country: US
40
+ region: RI
41
+ exchange: '302476'
42
+ name: APPONAUG
43
+ full_name: Apponaug
44
+ lata: '130'
45
+ ilec_name: VERIZON NEW ENGLAND INC.
46
+ lat:
47
+ long:
48
+ - country: US
49
+ region: RI
50
+ exchange: '302477'
51
+ name: ARTIC
52
+ full_name: Artic
53
+ lata: '130'
54
+ ilec_name: VERIZON NEW ENGLAND INC.
55
+ lat:
56
+ long:
57
+ - country: US
58
+ region: RI
59
+ exchange: '176101'
60
+ name: ASHAWAY
61
+ full_name: Ashaway
62
+ lata: '130'
63
+ ilec_name: VERIZON NEW ENGLAND INC.
64
+ lat:
65
+ long:
66
+ - country: US
67
+ region: RI
68
+ exchange: '176011'
69
+ name: ASHTON
70
+ full_name: Ashton
71
+ lata: '130'
72
+ ilec_name: VERIZON NEW ENGLAND INC.
73
+ lat:
74
+ long:
75
+ - country: US
76
+ region: RI
77
+ exchange: '302480'
78
+ name: BARRINGTON
79
+ full_name: Barrington
80
+ lata: '130'
81
+ ilec_name: VERIZON NEW ENGLAND INC.
82
+ lat:
83
+ long:
84
+ - country: US
85
+ region: RI
86
+ exchange: '175870'
87
+ name: BLOCK IS
88
+ full_name: Block Island
89
+ lata: '130'
90
+ ilec_name: VERIZON NEW ENGLAND INC.
91
+ lat: '41.173346'
92
+ long: "-71.56758"
93
+ closest_city:
94
+ name: Quonochontaug
95
+ distance:
96
+ value: 22.29
97
+ units: km
98
+ - country: US
99
+ region: RI
100
+ exchange: '302482'
101
+ name: BONNETSHRS
102
+ full_name: Bonnet Shores
103
+ lata: '130'
104
+ ilec_name: VERIZON NEW ENGLAND INC.
105
+ lat:
106
+ long:
107
+ - country: US
108
+ region: RI
109
+ exchange: '302483'
110
+ name: BRADFORD
111
+ full_name: Bradford
112
+ lata: '130'
113
+ ilec_name: VERIZON NEW ENGLAND INC.
114
+ lat:
115
+ long:
116
+ - country: US
117
+ region: RI
118
+ exchange: '175880'
119
+ name: BRISTOL
120
+ full_name: Bristol
121
+ lata: '130'
122
+ ilec_name: VERIZON NEW ENGLAND INC.
123
+ lat: '41.667985'
124
+ long: "-71.274208"
125
+ closest_city:
126
+ name: Melville
127
+ distance:
128
+ value: 12.0
129
+ units: km
130
+ - country: US
131
+ region: RI
132
+ exchange: '302484'
133
+ name: BRISTOFRRY
134
+ full_name: Bristol Ferry
135
+ lata: '130'
136
+ ilec_name: VERIZON NEW ENGLAND INC.
137
+ lat:
138
+ long:
139
+ - country: US
140
+ region: RI
141
+ exchange: '302486'
142
+ name: BURRILLVL
143
+ full_name: Burrillville
144
+ lata: '130'
145
+ ilec_name: VERIZON NEW ENGLAND INC.
146
+ lat:
147
+ long:
148
+ - country: US
149
+ region: RI
150
+ exchange: '302487'
151
+ name: BUTTONWODS
152
+ full_name: Buttonwoods
153
+ lata: '130'
154
+ ilec_name: VERIZON NEW ENGLAND INC.
155
+ lat:
156
+ long:
157
+ - country: US
158
+ region: RI
159
+ exchange: '175890'
160
+ name: CAROLINA
161
+ full_name: Carolina
162
+ lata: '130'
163
+ ilec_name: VERIZON NEW ENGLAND INC.
164
+ lat: '41.45592'
165
+ long: "-71.661683"
166
+ closest_city:
167
+ name: Carolina
168
+ distance:
169
+ value: 0.78
170
+ units: km
171
+ - country: US
172
+ region: RI
173
+ exchange: '302489'
174
+ name: CENTRALFLS
175
+ full_name: Central Falls
176
+ lata: '130'
177
+ ilec_name: VERIZON NEW ENGLAND INC.
178
+ lat:
179
+ long:
180
+ - country: US
181
+ region: RI
182
+ exchange: '175900'
183
+ name: CENTREDALE
184
+ full_name: Centredale
185
+ lata: '130'
186
+ ilec_name: VERIZON NEW ENGLAND INC.
187
+ lat: '41.857476'
188
+ long: "-71.484996"
189
+ closest_city:
190
+ name: Greenville
191
+ distance:
192
+ value: 6.4
193
+ units: km
194
+ - country: US
195
+ region: RI
196
+ exchange: '302491'
197
+ name: CHARLESTN
198
+ full_name: Charlestown
199
+ lata: '130'
200
+ ilec_name: VERIZON NEW ENGLAND INC.
201
+ lat:
202
+ long:
203
+ - country: US
204
+ region: RI
205
+ exchange: '302492'
206
+ name: CHEPACHET
207
+ full_name: Chepachet
208
+ lata: '130'
209
+ ilec_name: VERIZON NEW ENGLAND INC.
210
+ lat:
211
+ long:
212
+ - country: US
213
+ region: RI
214
+ exchange: '302493'
215
+ name: CLAYVILLE
216
+ full_name: Clayville
217
+ lata: '130'
218
+ ilec_name: VERIZON NEW ENGLAND INC.
219
+ lat:
220
+ long:
221
+ - country: US
222
+ region: RI
223
+ exchange: '302494'
224
+ name: CONIMICUT
225
+ full_name: Conimicut
226
+ lata: '130'
227
+ ilec_name: VERIZON NEW ENGLAND INC.
228
+ lat:
229
+ long:
230
+ - country: US
231
+ region: RI
232
+ exchange: '175910'
233
+ name: COVENTRY
234
+ full_name: Coventry
235
+ lata: '130'
236
+ ilec_name: VERIZON NEW ENGLAND INC.
237
+ lat: '41.709529'
238
+ long: "-71.638267"
239
+ closest_city:
240
+ name: Greene
241
+ distance:
242
+ value: 8.03
243
+ units: km
244
+ - country: US
245
+ region: RI
246
+ exchange: '176031'
247
+ name: CRANSTON
248
+ full_name: Cranston
249
+ lata: '130'
250
+ ilec_name: VERIZON NEW ENGLAND INC.
251
+ lat:
252
+ long:
253
+ - country: US
254
+ region: RI
255
+ exchange: '302497'
256
+ name: CUMBERLAND
257
+ full_name: Cumberland
258
+ lata: '130'
259
+ ilec_name: VERIZON NEW ENGLAND INC.
260
+ lat:
261
+ long:
262
+ - country: US
263
+ region: RI
264
+ exchange: '175920'
265
+ name: CUMBLND HL
266
+ full_name: Cumberland Hill
267
+ lata: '130'
268
+ ilec_name: VERIZON NEW ENGLAND INC.
269
+ lat: '41.975696'
270
+ long: "-71.458272"
271
+ closest_city:
272
+ name: Cumberland Hill
273
+ distance:
274
+ value: 0.3
275
+ units: km
276
+ - country: US
277
+ region: RI
278
+ exchange: '302499'
279
+ name: DAVISVILLE
280
+ full_name: Davisville
281
+ lata: '130'
282
+ ilec_name: VERIZON NEW ENGLAND INC.
283
+ lat:
284
+ long:
285
+ - country: US
286
+ region: RI
287
+ exchange: '302500'
288
+ name: DIAMOND HL
289
+ full_name: Diamond Hill
290
+ lata: '130'
291
+ ilec_name: VERIZON NEW ENGLAND INC.
292
+ lat:
293
+ long:
294
+ - country: US
295
+ region: RI
296
+ exchange: '302503'
297
+ name: EGREENWICH
298
+ full_name: East Greenwich
299
+ lata: '130'
300
+ ilec_name: VERIZON NEW ENGLAND INC.
301
+ lat:
302
+ long:
303
+ - country: US
304
+ region: RI
305
+ exchange: '302501'
306
+ name: E MATUNUCK
307
+ full_name: East Matunuck
308
+ lata: '130'
309
+ ilec_name: VERIZON NEW ENGLAND INC.
310
+ lat:
311
+ long:
312
+ - country: US
313
+ region: RI
314
+ exchange: '176033'
315
+ name: EPROVIDNCE
316
+ full_name: East Providence
317
+ lata: '130'
318
+ ilec_name: VERIZON NEW ENGLAND INC.
319
+ lat:
320
+ long:
321
+ - country: US
322
+ region: RI
323
+ exchange: '302502'
324
+ name: EDGEWOOD
325
+ full_name: Edgewood
326
+ lata: '130'
327
+ ilec_name: VERIZON NEW ENGLAND INC.
328
+ lat:
329
+ long:
330
+ - country: US
331
+ region: RI
332
+ exchange: '302504'
333
+ name: ELMWOOD
334
+ full_name: Elmwood
335
+ lata: '130'
336
+ ilec_name: VERIZON NEW ENGLAND INC.
337
+ lat:
338
+ long:
339
+ - country: US
340
+ region: RI
341
+ exchange: '302506'
342
+ name: ESCOHEAG
343
+ full_name: Escoheag
344
+ lata: '130'
345
+ ilec_name: VERIZON NEW ENGLAND INC.
346
+ lat:
347
+ long:
348
+ - country: US
349
+ region: RI
350
+ exchange: '302507'
351
+ name: ESMOND
352
+ full_name: Esmond
353
+ lata: '130'
354
+ ilec_name: VERIZON NEW ENGLAND INC.
355
+ lat:
356
+ long:
357
+ - country: US
358
+ region: RI
359
+ exchange: '302508'
360
+ name: EXETER
361
+ full_name: Exeter
362
+ lata: '130'
363
+ ilec_name: VERIZON NEW ENGLAND INC.
364
+ lat:
365
+ long:
366
+ - country: US
367
+ region: RI
368
+ exchange: '302509'
369
+ name: FISKEVILLE
370
+ full_name: Fiskeville
371
+ lata: '130'
372
+ ilec_name: VERIZON NEW ENGLAND INC.
373
+ lat:
374
+ long:
375
+ - country: US
376
+ region: RI
377
+ exchange: '302510'
378
+ name: FORESTDALE
379
+ full_name: Forestdale
380
+ lata: '130'
381
+ ilec_name: VERIZON NEW ENGLAND INC.
382
+ lat:
383
+ long:
384
+ - country: US
385
+ region: RI
386
+ exchange: '302511'
387
+ name: FOSTER
388
+ full_name: Foster
389
+ lata: '130'
390
+ ilec_name: VERIZON NEW ENGLAND INC.
391
+ lat:
392
+ long:
393
+ - country: US
394
+ region: RI
395
+ exchange: '302512'
396
+ name: GLENDALE
397
+ full_name: Glendale
398
+ lata: '130'
399
+ ilec_name: VERIZON NEW ENGLAND INC.
400
+ lat:
401
+ long:
402
+ - country: US
403
+ region: RI
404
+ exchange: '302513'
405
+ name: GLOCESTER
406
+ full_name: Glocester
407
+ lata: '130'
408
+ ilec_name: VERIZON NEW ENGLAND INC.
409
+ lat:
410
+ long:
411
+ - country: US
412
+ region: RI
413
+ exchange: '302514'
414
+ name: GREENE
415
+ full_name: Greene
416
+ lata: '130'
417
+ ilec_name: VERIZON NEW ENGLAND INC.
418
+ lat:
419
+ long:
420
+ - country: US
421
+ region: RI
422
+ exchange: '302515'
423
+ name: GREENVILLE
424
+ full_name: Greenville
425
+ lata: '130'
426
+ ilec_name: VERIZON NEW ENGLAND INC.
427
+ lat:
428
+ long:
429
+ - country: US
430
+ region: RI
431
+ exchange: '175930'
432
+ name: GREENWICH
433
+ full_name: Greenwich
434
+ lata: '130'
435
+ ilec_name: VERIZON NEW ENGLAND INC.
436
+ lat: '41.6634'
437
+ long: "-71.452481"
438
+ closest_city:
439
+ name: Warwick
440
+ distance:
441
+ value: 5.02
442
+ units: km
443
+ - country: US
444
+ region: RI
445
+ exchange: '302517'
446
+ name: HAMILTON
447
+ full_name: Hamilton
448
+ lata: '130'
449
+ ilec_name: VERIZON NEW ENGLAND INC.
450
+ lat:
451
+ long:
452
+ - country: US
453
+ region: RI
454
+ exchange: '302518'
455
+ name: HARMONY
456
+ full_name: Harmony
457
+ lata: '130'
458
+ ilec_name: VERIZON NEW ENGLAND INC.
459
+ lat:
460
+ long:
461
+ - country: US
462
+ region: RI
463
+ exchange: '302519'
464
+ name: HARRISVL
465
+ full_name: Harrisville
466
+ lata: '130'
467
+ ilec_name: VERIZON NEW ENGLAND INC.
468
+ lat:
469
+ long:
470
+ - country: US
471
+ region: RI
472
+ exchange: '302520'
473
+ name: HILLSGROVE
474
+ full_name: Hillsgrove
475
+ lata: '130'
476
+ ilec_name: VERIZON NEW ENGLAND INC.
477
+ lat:
478
+ long:
479
+ - country: US
480
+ region: RI
481
+ exchange: '302521'
482
+ name: HOPE
483
+ full_name: Hope
484
+ lata: '130'
485
+ ilec_name: VERIZON NEW ENGLAND INC.
486
+ lat:
487
+ long:
488
+ - country: US
489
+ region: RI
490
+ exchange: '175940'
491
+ name: HOPEVALLEY
492
+ full_name: Hope Valley
493
+ lata: '130'
494
+ ilec_name: VERIZON NEW ENGLAND INC.
495
+ lat: '41.509705'
496
+ long: "-71.713248"
497
+ closest_city:
498
+ name: Hope Valley
499
+ distance:
500
+ value: 0.83
501
+ units: km
502
+ - country: US
503
+ region: RI
504
+ exchange: '302523'
505
+ name: HOPKINTON
506
+ full_name: Hopkinton
507
+ lata: '130'
508
+ ilec_name: VERIZON NEW ENGLAND INC.
509
+ lat:
510
+ long:
511
+ - country: US
512
+ region: RI
513
+ exchange: '302524'
514
+ name: HOXSIE
515
+ full_name: Hoxsie
516
+ lata: '130'
517
+ ilec_name: VERIZON NEW ENGLAND INC.
518
+ lat:
519
+ long:
520
+ - country: US
521
+ region: RI
522
+ exchange: '175950'
523
+ name: JAMESTOWN
524
+ full_name: Jamestown
525
+ lata: '130'
526
+ ilec_name: VERIZON NEW ENGLAND INC.
527
+ lat: '41.496153'
528
+ long: "-71.367267"
529
+ closest_city:
530
+ name: Newport
531
+ distance:
532
+ value: 4.3
533
+ units: km
534
+ - country: US
535
+ region: RI
536
+ exchange: '302526'
537
+ name: JOHNSTON
538
+ full_name: Johnston
539
+ lata: '130'
540
+ ilec_name: VERIZON NEW ENGLAND INC.
541
+ lat:
542
+ long:
543
+ - country: US
544
+ region: RI
545
+ exchange: '302527'
546
+ name: KENYON
547
+ full_name: Kenyon
548
+ lata: '130'
549
+ ilec_name: VERIZON NEW ENGLAND INC.
550
+ lat:
551
+ long:
552
+ - country: US
553
+ region: RI
554
+ exchange: '302528'
555
+ name: KINGSTON
556
+ full_name: Kingston
557
+ lata: '130'
558
+ ilec_name: VERIZON NEW ENGLAND INC.
559
+ lat:
560
+ long:
561
+ - country: US
562
+ region: RI
563
+ exchange: '302529'
564
+ name: LINCOLN
565
+ full_name: Lincoln
566
+ lata: '130'
567
+ ilec_name: VERIZON NEW ENGLAND INC.
568
+ lat:
569
+ long:
570
+ - country: US
571
+ region: RI
572
+ exchange: '175960'
573
+ name: LTLCOMPTON
574
+ full_name: Little Compton
575
+ lata: '130'
576
+ ilec_name: VERIZON NEW ENGLAND INC.
577
+ lat: '41.504174'
578
+ long: "-71.185601"
579
+ closest_city:
580
+ name: Newport East
581
+ distance:
582
+ value: 8.61
583
+ units: km
584
+ - country: US
585
+ region: RI
586
+ exchange: '302530'
587
+ name: LONSDALE
588
+ full_name: Lonsdale
589
+ lata: '130'
590
+ ilec_name: VERIZON NEW ENGLAND INC.
591
+ lat:
592
+ long:
593
+ - country: US
594
+ region: RI
595
+ exchange: '302532'
596
+ name: LYMANSVL
597
+ full_name: Lymansville
598
+ lata: '130'
599
+ ilec_name: VERIZON NEW ENGLAND INC.
600
+ lat:
601
+ long:
602
+ - country: US
603
+ region: RI
604
+ exchange: '302533'
605
+ name: MANVILLE
606
+ full_name: Manville
607
+ lata: '130'
608
+ ilec_name: VERIZON NEW ENGLAND INC.
609
+ lat:
610
+ long:
611
+ - country: US
612
+ region: RI
613
+ exchange: '302534'
614
+ name: MAPLEVILLE
615
+ full_name: Mapleville
616
+ lata: '130'
617
+ ilec_name: VERIZON NEW ENGLAND INC.
618
+ lat:
619
+ long:
620
+ - country: US
621
+ region: RI
622
+ exchange: '302535'
623
+ name: MATUNUCK
624
+ full_name: Matunuck
625
+ lata: '130'
626
+ ilec_name: VERIZON NEW ENGLAND INC.
627
+ lat:
628
+ long:
629
+ - country: US
630
+ region: RI
631
+ exchange: '302536'
632
+ name: MELVILLE
633
+ full_name: Melville
634
+ lata: '130'
635
+ ilec_name: VERIZON NEW ENGLAND INC.
636
+ lat:
637
+ long:
638
+ - country: US
639
+ region: RI
640
+ exchange: '302537'
641
+ name: MIDDLETOWN
642
+ full_name: Middletown
643
+ lata: '130'
644
+ ilec_name: VERIZON NEW ENGLAND INC.
645
+ lat:
646
+ long:
647
+ - country: US
648
+ region: RI
649
+ exchange: '302538'
650
+ name: MISQUMICUT
651
+ full_name: Misquamicut
652
+ lata: '130'
653
+ ilec_name: VERIZON NEW ENGLAND INC.
654
+ lat:
655
+ long:
656
+ - country: US
657
+ region: RI
658
+ exchange: '302539'
659
+ name: MOHEGAN
660
+ full_name: Mohegan
661
+ lata: '130'
662
+ ilec_name: VERIZON NEW ENGLAND INC.
663
+ lat:
664
+ long:
665
+ - country: US
666
+ region: RI
667
+ exchange: '175970'
668
+ name: NARRAGNSTT
669
+ full_name: Narragansett
670
+ lata: '130'
671
+ ilec_name: VERIZON NEW ENGLAND INC.
672
+ lat: '41.441066'
673
+ long: "-71.489805"
674
+ closest_city:
675
+ name: Narragansett Pier
676
+ distance:
677
+ value: 2.4
678
+ units: km
679
+ - country: US
680
+ region: RI
681
+ exchange: '302541'
682
+ name: NASONVILLE
683
+ full_name: Nasonville
684
+ lata: '130'
685
+ ilec_name: VERIZON NEW ENGLAND INC.
686
+ lat:
687
+ long:
688
+ - country: US
689
+ region: RI
690
+ exchange: '302542'
691
+ name: NATICK
692
+ full_name: Natick
693
+ lata: '130'
694
+ ilec_name: VERIZON NEW ENGLAND INC.
695
+ lat:
696
+ long:
697
+ - country: US
698
+ region: RI
699
+ exchange: '302544'
700
+ name: NEWSHOREHM
701
+ full_name: New Shoreham
702
+ lata: '130'
703
+ ilec_name: VERIZON NEW ENGLAND INC.
704
+ lat:
705
+ long:
706
+ - country: US
707
+ region: RI
708
+ exchange: '175980'
709
+ name: NEWPORT
710
+ full_name: Newport
711
+ lata: '130'
712
+ ilec_name: VERIZON NEW ENGLAND INC.
713
+ lat: '41.491079'
714
+ long: "-71.309954"
715
+ closest_city:
716
+ name: Newport
717
+ distance:
718
+ value: 1.49
719
+ units: km
720
+ - country: US
721
+ region: RI
722
+ exchange: '175990'
723
+ name: NO KINGSTN
724
+ full_name: North Kingstown
725
+ lata: '130'
726
+ ilec_name: VERIZON NEW ENGLAND INC.
727
+ lat: '41.569922'
728
+ long: "-71.451993"
729
+ closest_city:
730
+ name: Kingston
731
+ distance:
732
+ value: 12.24
733
+ units: km
734
+ - country: US
735
+ region: RI
736
+ exchange: '176032'
737
+ name: NOPRVDENCE
738
+ full_name: North Providence
739
+ lata: '130'
740
+ ilec_name: VERIZON NEW ENGLAND INC.
741
+ lat:
742
+ long:
743
+ - country: US
744
+ region: RI
745
+ exchange: '302546'
746
+ name: NOPROVIDNC
747
+ full_name: North Providence
748
+ lata: '130'
749
+ ilec_name: VERIZON NEW ENGLAND INC.
750
+ lat:
751
+ long:
752
+ - country: US
753
+ region: RI
754
+ exchange: '302547'
755
+ name: NOSCITUATE
756
+ full_name: North Scituate
757
+ lata: '130'
758
+ ilec_name: VERIZON NEW ENGLAND INC.
759
+ lat:
760
+ long:
761
+ - country: US
762
+ region: RI
763
+ exchange: '302548'
764
+ name: NOSMITHFLD
765
+ full_name: North Smithfield
766
+ lata: '130'
767
+ ilec_name: VERIZON NEW ENGLAND INC.
768
+ lat:
769
+ long:
770
+ - country: US
771
+ region: RI
772
+ exchange: '302549'
773
+ name: NOTIVERTON
774
+ full_name: North Tiverton
775
+ lata: '130'
776
+ ilec_name: VERIZON NEW ENGLAND INC.
777
+ lat:
778
+ long:
779
+ - country: US
780
+ region: RI
781
+ exchange: '302550'
782
+ name: OAKLAND
783
+ full_name: Oakland
784
+ lata: '130'
785
+ ilec_name: VERIZON NEW ENGLAND INC.
786
+ lat:
787
+ long:
788
+ - country: US
789
+ region: RI
790
+ exchange: '302551'
791
+ name: OAKLAWN
792
+ full_name: Oaklawn
793
+ lata: '130'
794
+ ilec_name: VERIZON NEW ENGLAND INC.
795
+ lat:
796
+ long:
797
+ - country: US
798
+ region: RI
799
+ exchange: '302552'
800
+ name: OLNEYVILLE
801
+ full_name: Olneyville
802
+ lata: '130'
803
+ ilec_name: VERIZON NEW ENGLAND INC.
804
+ lat:
805
+ long:
806
+ - country: US
807
+ region: RI
808
+ exchange: '176000'
809
+ name: PASCOAG
810
+ full_name: Pascoag
811
+ lata: '130'
812
+ ilec_name: VERIZON NEW ENGLAND INC.
813
+ lat: '41.956013'
814
+ long: "-71.700994"
815
+ closest_city:
816
+ name: Pascoag
817
+ distance:
818
+ value: 0.52
819
+ units: km
820
+ - country: US
821
+ region: RI
822
+ exchange: '176010'
823
+ name: PAWTUCKET
824
+ full_name: Pawtucket
825
+ lata: '130'
826
+ ilec_name: VERIZON NEW ENGLAND INC.
827
+ lat: '41.878541'
828
+ long: "-71.382955"
829
+ closest_city:
830
+ name: Pawtucket
831
+ distance:
832
+ value: 0.85
833
+ units: km
834
+ - country: US
835
+ region: RI
836
+ exchange: '302555'
837
+ name: PEACE DALE
838
+ full_name: Peace Dale
839
+ lata: '130'
840
+ ilec_name: VERIZON NEW ENGLAND INC.
841
+ lat:
842
+ long:
843
+ - country: US
844
+ region: RI
845
+ exchange: '302556'
846
+ name: PHENIX
847
+ full_name: Phenix
848
+ lata: '130'
849
+ ilec_name: VERIZON NEW ENGLAND INC.
850
+ lat:
851
+ long:
852
+ - country: US
853
+ region: RI
854
+ exchange: '302557'
855
+ name: PHILLIPSDL
856
+ full_name: Phillipsdale
857
+ lata: '130'
858
+ ilec_name: VERIZON NEW ENGLAND INC.
859
+ lat:
860
+ long:
861
+ - country: US
862
+ region: RI
863
+ exchange: '302561'
864
+ name: PT JUDITH
865
+ full_name: Point Judith
866
+ lata: '130'
867
+ ilec_name: VERIZON NEW ENGLAND INC.
868
+ lat:
869
+ long:
870
+ - country: US
871
+ region: RI
872
+ exchange: '176020'
873
+ name: PORTSMOUTH
874
+ full_name: Portsmouth
875
+ lata: '130'
876
+ ilec_name: VERIZON NEW ENGLAND INC.
877
+ lat: '41.609135'
878
+ long: "-71.244034"
879
+ closest_city:
880
+ name: Melville
881
+ distance:
882
+ value: 6.75
883
+ units: km
884
+ - country: US
885
+ region: RI
886
+ exchange: '176030'
887
+ name: PROVIDENCE
888
+ full_name: Providence
889
+ lata: '130'
890
+ ilec_name: VERIZON NEW ENGLAND INC.
891
+ lat: '41.82125'
892
+ long: "-71.414117"
893
+ closest_city:
894
+ name: Providence
895
+ distance:
896
+ value: 0.43
897
+ units: km
898
+ - country: US
899
+ region: RI
900
+ exchange: '302560'
901
+ name: PRUDENCEIS
902
+ full_name: Prudence Island
903
+ lata: '130'
904
+ ilec_name: VERIZON NEW ENGLAND INC.
905
+ lat:
906
+ long:
907
+ - country: US
908
+ region: RI
909
+ exchange: '302562'
910
+ name: RICHMOND
911
+ full_name: Richmond
912
+ lata: '130'
913
+ ilec_name: VERIZON NEW ENGLAND INC.
914
+ lat:
915
+ long:
916
+ - country: US
917
+ region: RI
918
+ exchange: '176034'
919
+ name: RIVERSIDE
920
+ full_name: Riverside
921
+ lata: '130'
922
+ ilec_name: VERIZON NEW ENGLAND INC.
923
+ lat:
924
+ long:
925
+ - country: US
926
+ region: RI
927
+ exchange: '302564'
928
+ name: ROCKVILLE
929
+ full_name: Rockville
930
+ lata: '130'
931
+ ilec_name: VERIZON NEW ENGLAND INC.
932
+ lat:
933
+ long:
934
+ - country: US
935
+ region: RI
936
+ exchange: '302565'
937
+ name: RUMFORD
938
+ full_name: Rumford
939
+ lata: '130'
940
+ ilec_name: VERIZON NEW ENGLAND INC.
941
+ lat:
942
+ long:
943
+ - country: US
944
+ region: RI
945
+ exchange: '302566'
946
+ name: SAUNDERSTN
947
+ full_name: Saunderstown
948
+ lata: '130'
949
+ ilec_name: VERIZON NEW ENGLAND INC.
950
+ lat:
951
+ long:
952
+ - country: US
953
+ region: RI
954
+ exchange: '302567'
955
+ name: SAYLESVL
956
+ full_name: Saylesville
957
+ lata: '130'
958
+ ilec_name: VERIZON NEW ENGLAND INC.
959
+ lat:
960
+ long:
961
+ - country: US
962
+ region: RI
963
+ exchange: '176040'
964
+ name: SCITUATE
965
+ full_name: Scituate
966
+ lata: '130'
967
+ ilec_name: VERIZON NEW ENGLAND INC.
968
+ lat: '41.832773'
969
+ long: "-71.590825"
970
+ closest_city:
971
+ name: Greenville
972
+ distance:
973
+ value: 6.23
974
+ units: km
975
+ - country: US
976
+ region: RI
977
+ exchange: '302569'
978
+ name: SHANNOCK
979
+ full_name: Shannock
980
+ lata: '130'
981
+ ilec_name: VERIZON NEW ENGLAND INC.
982
+ lat:
983
+ long:
984
+ - country: US
985
+ region: RI
986
+ exchange: '302570'
987
+ name: SLATERSVL
988
+ full_name: Slatersville
989
+ lata: '130'
990
+ ilec_name: VERIZON NEW ENGLAND INC.
991
+ lat:
992
+ long:
993
+ - country: US
994
+ region: RI
995
+ exchange: '302571'
996
+ name: SLOCUM
997
+ full_name: Slocum
998
+ lata: '130'
999
+ ilec_name: VERIZON NEW ENGLAND INC.
1000
+ lat:
1001
+ long:
1002
+ - country: US
1003
+ region: RI
1004
+ exchange: '302572'
1005
+ name: SMITHFIELD
1006
+ full_name: Smithfield
1007
+ lata: '130'
1008
+ ilec_name: VERIZON NEW ENGLAND INC.
1009
+ lat:
1010
+ long:
1011
+ - country: US
1012
+ region: RI
1013
+ exchange: '302573'
1014
+ name: SO KINGSTN
1015
+ full_name: South Kingstown
1016
+ lata: '130'
1017
+ ilec_name: VERIZON NEW ENGLAND INC.
1018
+ lat:
1019
+ long:
1020
+ - country: US
1021
+ region: RI
1022
+ exchange: '302574'
1023
+ name: SOPORTSMTH
1024
+ full_name: South Portsmouth
1025
+ lata: '130'
1026
+ ilec_name: VERIZON NEW ENGLAND INC.
1027
+ lat:
1028
+ long:
1029
+ - country: US
1030
+ region: RI
1031
+ exchange: '176050'
1032
+ name: TIVERTON
1033
+ full_name: Tiverton
1034
+ lata: '130'
1035
+ ilec_name: VERIZON NEW ENGLAND INC.
1036
+ lat: '41.630979'
1037
+ long: "-71.212247"
1038
+ closest_city:
1039
+ name: Melville
1040
+ distance:
1041
+ value: 10.31
1042
+ units: km
1043
+ - country: US
1044
+ region: RI
1045
+ exchange: '302576'
1046
+ name: VALLEY FLS
1047
+ full_name: Valley Falls
1048
+ lata: '130'
1049
+ ilec_name: VERIZON NEW ENGLAND INC.
1050
+ lat:
1051
+ long:
1052
+ - country: US
1053
+ region: RI
1054
+ exchange: '302579'
1055
+ name: WAKEFIELD
1056
+ full_name: Wakefield
1057
+ lata: '130'
1058
+ ilec_name: VERIZON NEW ENGLAND INC.
1059
+ lat:
1060
+ long:
1061
+ - country: US
1062
+ region: RI
1063
+ exchange: '302580'
1064
+ name: WALLUMLAKE
1065
+ full_name: Wallum Lake
1066
+ lata: '130'
1067
+ ilec_name: VERIZON NEW ENGLAND INC.
1068
+ lat:
1069
+ long:
1070
+ - country: US
1071
+ region: RI
1072
+ exchange: '176060'
1073
+ name: WARREN
1074
+ full_name: Warren
1075
+ lata: '130'
1076
+ ilec_name: VERIZON NEW ENGLAND INC.
1077
+ lat: '41.729565'
1078
+ long: "-71.269863"
1079
+ closest_city:
1080
+ name: East Providence
1081
+ distance:
1082
+ value: 11.17
1083
+ units: km
1084
+ - country: US
1085
+ region: RI
1086
+ exchange: '176070'
1087
+ name: WARWICK
1088
+ full_name: Warwick
1089
+ lata: '130'
1090
+ ilec_name: VERIZON NEW ENGLAND INC.
1091
+ lat: '41.705123'
1092
+ long: "-71.41486"
1093
+ closest_city:
1094
+ name: Warwick
1095
+ distance:
1096
+ value: 1.54
1097
+ units: km
1098
+ - country: US
1099
+ region: RI
1100
+ exchange: '302583'
1101
+ name: WATCH HILL
1102
+ full_name: Watch Hill
1103
+ lata: '130'
1104
+ ilec_name: VERIZON NEW ENGLAND INC.
1105
+ lat:
1106
+ long:
1107
+ - country: US
1108
+ region: RI
1109
+ exchange: '176102'
1110
+ name: WEEKAPAUG
1111
+ full_name: Weekapaug
1112
+ lata: '130'
1113
+ ilec_name: VERIZON NEW ENGLAND INC.
1114
+ lat:
1115
+ long:
1116
+ - country: US
1117
+ region: RI
1118
+ exchange: '302584'
1119
+ name: WBARRINGTN
1120
+ full_name: West Barrington
1121
+ lata: '130'
1122
+ ilec_name: VERIZON NEW ENGLAND INC.
1123
+ lat:
1124
+ long:
1125
+ - country: US
1126
+ region: RI
1127
+ exchange: '176080'
1128
+ name: WGLOCESTER
1129
+ full_name: West Glocester
1130
+ lata: '130'
1131
+ ilec_name: VERIZON NEW ENGLAND INC.
1132
+ lat: '41.916259'
1133
+ long: "-71.791539"
1134
+ closest_city:
1135
+ name: Pascoag
1136
+ distance:
1137
+ value: 8.25
1138
+ units: km
1139
+ - country: US
1140
+ region: RI
1141
+ exchange: '302589'
1142
+ name: WGREENWICH
1143
+ full_name: West Greenwich
1144
+ lata: '130'
1145
+ ilec_name: VERIZON NEW ENGLAND INC.
1146
+ lat:
1147
+ long:
1148
+ - country: US
1149
+ region: RI
1150
+ exchange: '302577'
1151
+ name: W KINGSTON
1152
+ full_name: West Kingston
1153
+ lata: '130'
1154
+ ilec_name: VERIZON NEW ENGLAND INC.
1155
+ lat:
1156
+ long:
1157
+ - country: US
1158
+ region: RI
1159
+ exchange: '176090'
1160
+ name: W WARWICK
1161
+ full_name: West Warwick
1162
+ lata: '130'
1163
+ ilec_name: VERIZON NEW ENGLAND INC.
1164
+ lat: '41.709501'
1165
+ long: "-71.520318"
1166
+ closest_city:
1167
+ name: Cranston
1168
+ distance:
1169
+ value: 6.88
1170
+ units: km
1171
+ - country: US
1172
+ region: RI
1173
+ exchange: '176100'
1174
+ name: WESTERLY
1175
+ full_name: Westerly
1176
+ lata: '130'
1177
+ ilec_name: VERIZON NEW ENGLAND INC.
1178
+ lat: '41.376989'
1179
+ long: "-71.832504"
1180
+ closest_city:
1181
+ name: Misquamicut
1182
+ distance:
1183
+ value: 5.99
1184
+ units: km
1185
+ - country: US
1186
+ region: RI
1187
+ exchange: '302590'
1188
+ name: WICKFORD
1189
+ full_name: Wickford
1190
+ lata: '130'
1191
+ ilec_name: VERIZON NEW ENGLAND INC.
1192
+ lat:
1193
+ long:
1194
+ - country: US
1195
+ region: RI
1196
+ exchange: '302585'
1197
+ name: WD RIV JCT
1198
+ full_name: Wood River Junction
1199
+ lata: '130'
1200
+ ilec_name: VERIZON NEW ENGLAND INC.
1201
+ lat:
1202
+ long:
1203
+ - country: US
1204
+ region: RI
1205
+ exchange: '176110'
1206
+ name: WOONSOCKET
1207
+ full_name: Woonsocket
1208
+ lata: '130'
1209
+ ilec_name: VERIZON NEW ENGLAND INC.
1210
+ lat: '42.006933'
1211
+ long: "-71.511043"
1212
+ closest_city:
1213
+ name: Woonsocket
1214
+ distance:
1215
+ value: 1.17
1216
+ units: km
1217
+ - country: US
1218
+ region: RI
1219
+ exchange: '302592'
1220
+ name: WYOMING
1221
+ full_name: Wyoming
1222
+ lata: '130'
1223
+ ilec_name: VERIZON NEW ENGLAND INC.
1224
+ lat:
1225
+ long: