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,2288 @@
1
+ ---
2
+ cities:
3
+ - country: US
4
+ region: MA
5
+ name: Acushnet Center
6
+ lat: '41.6850'
7
+ long: "-70.9064"
8
+ nearby_rate_centers:
9
+ - name: NEWBEDFORD
10
+ distance:
11
+ value: 5.89
12
+ units: km
13
+ - name: MATTAPOSTT
14
+ distance:
15
+ value: 8.01
16
+ units: km
17
+ - name: ROCHESTER
18
+ distance:
19
+ value: 10.59
20
+ units: km
21
+ - country: US
22
+ region: MA
23
+ name: Attleboro
24
+ lat: '41.9311'
25
+ long: "-71.2950"
26
+ nearby_rate_centers:
27
+ - name: ATTLEBORO
28
+ distance:
29
+ value: 2.08
30
+ units: km
31
+ - name: NO ATTLEBO
32
+ distance:
33
+ value: 6.48
34
+ units: km
35
+ - name: SOUTHGATE
36
+ distance:
37
+ value: 7.04
38
+ units: km
39
+ - country: US
40
+ region: MA
41
+ name: Baldwinville
42
+ lat: '42.6048'
43
+ long: "-72.0771"
44
+ nearby_rate_centers:
45
+ - name: TEMPLETON
46
+ distance:
47
+ value: 0.13
48
+ units: km
49
+ - name: GARDNER
50
+ distance:
51
+ value: 7.28
52
+ units: km
53
+ - name: WINCHENDON
54
+ distance:
55
+ value: 8.95
56
+ units: km
57
+ - country: US
58
+ region: MA
59
+ name: Beverly
60
+ lat: '42.5681'
61
+ long: "-70.8627"
62
+ nearby_rate_centers:
63
+ - name: BEVERLY
64
+ distance:
65
+ value: 1.94
66
+ units: km
67
+ - name: HAMILTON
68
+ distance:
69
+ value: 4.71
70
+ units: km
71
+ - name: DANVERS
72
+ distance:
73
+ value: 5.72
74
+ units: km
75
+ - country: US
76
+ region: MA
77
+ name: Bliss Corner
78
+ lat: '41.6053'
79
+ long: "-70.9421"
80
+ nearby_rate_centers:
81
+ - name: NEWBEDFORD
82
+ distance:
83
+ value: 3.49
84
+ units: km
85
+ - name: WESTPORT
86
+ distance:
87
+ value: 11.54
88
+ units: km
89
+ - name: MATTAPOSTT
90
+ distance:
91
+ value: 12.25
92
+ units: km
93
+ - country: US
94
+ region: MA
95
+ name: Boston
96
+ lat: '42.3188'
97
+ long: "-71.0852"
98
+ nearby_rate_centers:
99
+ - name: ROXBURY
100
+ distance:
101
+ value: 0.69
102
+ units: km
103
+ - name: JAMAICA PL
104
+ distance:
105
+ value: 2.17
106
+ units: km
107
+ - name: DORCHESTER
108
+ distance:
109
+ value: 2.46
110
+ units: km
111
+ - country: US
112
+ region: MA
113
+ name: Brockton
114
+ lat: '42.0821'
115
+ long: "-71.0242"
116
+ nearby_rate_centers:
117
+ - name: BROCKTON
118
+ distance:
119
+ value: 0.63
120
+ units: km
121
+ - name: EASTON
122
+ distance:
123
+ value: 6.67
124
+ units: km
125
+ - name: WHITMAN
126
+ distance:
127
+ value: 7.15
128
+ units: km
129
+ - country: US
130
+ region: MA
131
+ name: Buzzards Bay
132
+ lat: '41.7550'
133
+ long: "-70.6128"
134
+ nearby_rate_centers:
135
+ - name: BUZZARDSBY
136
+ distance:
137
+ value: 0.8
138
+ units: km
139
+ - name: SAGAMORE
140
+ distance:
141
+ value: 7.18
142
+ units: km
143
+ - name: WAREHAM
144
+ distance:
145
+ value: 8.79
146
+ units: km
147
+ - country: US
148
+ region: MA
149
+ name: Cambridge
150
+ lat: '42.3759'
151
+ long: "-71.1185"
152
+ nearby_rate_centers:
153
+ - name: CAMBRIDGE
154
+ distance:
155
+ value: 0.49
156
+ units: km
157
+ - name: SOMERVILLE
158
+ distance:
159
+ value: 2.08
160
+ units: km
161
+ - name: BROOKLINE
162
+ distance:
163
+ value: 3.93
164
+ units: km
165
+ - country: US
166
+ region: MA
167
+ name: Cedar Crest
168
+ lat: '42.0764'
169
+ long: "-70.6613"
170
+ nearby_rate_centers:
171
+ - name: MARSHFIELD
172
+ distance:
173
+ value: 5.75
174
+ units: km
175
+ - name: DUXBURY
176
+ distance:
177
+ value: 5.87
178
+ units: km
179
+ - name: KINGSTON
180
+ distance:
181
+ value: 10.6
182
+ units: km
183
+ - country: US
184
+ region: MA
185
+ name: Chelsea
186
+ lat: '42.3959'
187
+ long: "-71.0325"
188
+ nearby_rate_centers:
189
+ - name: CHELSEA
190
+ distance:
191
+ value: 0.09
192
+ units: km
193
+ - name: REVERE
194
+ distance:
195
+ value: 2.01
196
+ units: km
197
+ - name: EVERETT
198
+ distance:
199
+ value: 2.03
200
+ units: km
201
+ - country: US
202
+ region: MA
203
+ name: Chicopee
204
+ lat: '42.1764'
205
+ long: "-72.5719"
206
+ nearby_rate_centers:
207
+ - name: CHICOPEE
208
+ distance:
209
+ value: 3.83
210
+ units: km
211
+ - name: HOLYOKE
212
+ distance:
213
+ value: 4.63
214
+ units: km
215
+ - name: LUDLOW
216
+ distance:
217
+ value: 7.8
218
+ units: km
219
+ - country: US
220
+ region: MA
221
+ name: Cochituate
222
+ lat: '42.3290'
223
+ long: "-71.3576"
224
+ nearby_rate_centers:
225
+ - name: WAYLAND
226
+ distance:
227
+ value: 3.87
228
+ units: km
229
+ - name: NATICK
230
+ distance:
231
+ value: 5.13
232
+ units: km
233
+ - name: SUDBURY
234
+ distance:
235
+ value: 5.88
236
+ units: km
237
+ - country: US
238
+ region: MA
239
+ name: Cordaville
240
+ lat: '42.2727'
241
+ long: "-71.5221"
242
+ nearby_rate_centers:
243
+ - name: HOPKINTON
244
+ distance:
245
+ value: 4.9
246
+ units: km
247
+ - name: WESTBORO
248
+ distance:
249
+ value: 7.69
250
+ units: km
251
+ - name: FRAMINGHAM
252
+ distance:
253
+ value: 8.21
254
+ units: km
255
+ - country: US
256
+ region: MA
257
+ name: Dennis Port
258
+ lat: '41.6677'
259
+ long: "-70.1358"
260
+ nearby_rate_centers:
261
+ - name: DENNIS
262
+ distance:
263
+ value: 4.36
264
+ units: km
265
+ - name: HARWICH
266
+ distance:
267
+ value: 5.6
268
+ units: km
269
+ - name: BREWSTER
270
+ distance:
271
+ value: 11.76
272
+ units: km
273
+ - country: US
274
+ region: MA
275
+ name: Devens
276
+ lat: '42.5439'
277
+ long: "-71.6146"
278
+ nearby_rate_centers:
279
+ - name: AYER
280
+ distance:
281
+ value: 2.74
282
+ units: km
283
+ - name: SHIRLEY
284
+ distance:
285
+ value: 2.96
286
+ units: km
287
+ - name: HARVARD
288
+ distance:
289
+ value: 5.32
290
+ units: km
291
+ - country: US
292
+ region: MA
293
+ name: East Dennis
294
+ lat: '41.7392'
295
+ long: "-70.1577"
296
+ nearby_rate_centers:
297
+ - name: BREWSTER
298
+ distance:
299
+ value: 7.45
300
+ units: km
301
+ - name: DENNIS
302
+ distance:
303
+ value: 8.3
304
+ units: km
305
+ - name: HARWICH
306
+ distance:
307
+ value: 9.22
308
+ units: km
309
+ - country: US
310
+ region: MA
311
+ name: East Douglas
312
+ lat: '42.0779'
313
+ long: "-71.7121"
314
+ nearby_rate_centers:
315
+ - name: E DOUGLAS
316
+ distance:
317
+ value: 0.75
318
+ units: km
319
+ - name: WHITINSVL
320
+ distance:
321
+ value: 5.21
322
+ units: km
323
+ - name: UXBRIDGE
324
+ distance:
325
+ value: 6.68
326
+ units: km
327
+ - country: US
328
+ region: MA
329
+ name: East Falmouth
330
+ lat: '41.5708'
331
+ long: "-70.5556"
332
+ nearby_rate_centers:
333
+ - name: FALMOUTH
334
+ distance:
335
+ value: 5.27
336
+ units: km
337
+ - name: CATAUMET
338
+ distance:
339
+ value: 11.64
340
+ units: km
341
+ - name: VINEYRDHVN
342
+ distance:
343
+ value: 13.83
344
+ units: km
345
+ - country: US
346
+ region: MA
347
+ name: East Harwich
348
+ lat: '41.7081'
349
+ long: "-70.0339"
350
+ nearby_rate_centers:
351
+ - name: HARWICH
352
+ distance:
353
+ value: 4.08
354
+ units: km
355
+ - name: CHATHAM
356
+ distance:
357
+ value: 6.45
358
+ units: km
359
+ - name: BREWSTER
360
+ distance:
361
+ value: 6.91
362
+ units: km
363
+ - country: US
364
+ region: MA
365
+ name: East Pepperell
366
+ lat: '42.6654'
367
+ long: "-71.5635"
368
+ nearby_rate_centers:
369
+ - name: PEPPERELL
370
+ distance:
371
+ value: 1.33
372
+ units: km
373
+ - name: GROTON
374
+ distance:
375
+ value: 6.39
376
+ units: km
377
+ - name: TYNGSBORO
378
+ distance:
379
+ value: 11.3
380
+ units: km
381
+ - country: US
382
+ region: MA
383
+ name: East Sandwich
384
+ lat: '41.7365'
385
+ long: "-70.4341"
386
+ nearby_rate_centers:
387
+ - name: SAGAMORE
388
+ distance:
389
+ value: 8.64
390
+ units: km
391
+ - name: BARNSTABLE
392
+ distance:
393
+ value: 11.65
394
+ units: km
395
+ - name: OSTERVILLE
396
+ distance:
397
+ value: 12.96
398
+ units: km
399
+ - country: US
400
+ region: MA
401
+ name: Everett
402
+ lat: '42.4064'
403
+ long: "-71.0545"
404
+ nearby_rate_centers:
405
+ - name: EVERETT
406
+ distance:
407
+ value: 0.17
408
+ units: km
409
+ - name: CHELSEA
410
+ distance:
411
+ value: 2.14
412
+ units: km
413
+ - name: MALDEN
414
+ distance:
415
+ value: 2.99
416
+ units: km
417
+ - country: US
418
+ region: MA
419
+ name: Fall River
420
+ lat: '41.7136'
421
+ long: "-71.1015"
422
+ nearby_rate_centers:
423
+ - name: FALL RIVER
424
+ distance:
425
+ value: 4.35
426
+ units: km
427
+ - name: ASSONET
428
+ distance:
429
+ value: 9.62
430
+ units: km
431
+ - name: DIGHTON
432
+ distance:
433
+ value: 11.47
434
+ units: km
435
+ - country: US
436
+ region: MA
437
+ name: Fiskdale
438
+ lat: '42.1229'
439
+ long: "-72.1089"
440
+ nearby_rate_centers:
441
+ - name: STURBRIDGE
442
+ distance:
443
+ value: 2.9
444
+ units: km
445
+ - name: BRIMFIELD
446
+ distance:
447
+ value: 7.94
448
+ units: km
449
+ - name: SOUTHBDG
450
+ distance:
451
+ value: 8.47
452
+ units: km
453
+ - country: US
454
+ region: MA
455
+ name: Fitchburg
456
+ lat: '42.5912'
457
+ long: "-71.8156"
458
+ nearby_rate_centers:
459
+ - name: FITCHBURG
460
+ distance:
461
+ value: 1.16
462
+ units: km
463
+ - name: LUNENBURG
464
+ distance:
465
+ value: 7.48
466
+ units: km
467
+ - name: LEOMINSTER
468
+ distance:
469
+ value: 8.19
470
+ units: km
471
+ - country: US
472
+ region: MA
473
+ name: Forestdale
474
+ lat: '41.6846'
475
+ long: "-70.5082"
476
+ nearby_rate_centers:
477
+ - name: CATAUMET
478
+ distance:
479
+ value: 8.76
480
+ units: km
481
+ - name: SAGAMORE
482
+ distance:
483
+ value: 9.59
484
+ units: km
485
+ - name: BUZZARDSBY
486
+ distance:
487
+ value: 10.9
488
+ units: km
489
+ - country: US
490
+ region: MA
491
+ name: Framingham
492
+ lat: '42.3085'
493
+ long: "-71.4368"
494
+ nearby_rate_centers:
495
+ - name: FRAMINGHAM
496
+ distance:
497
+ value: 3.21
498
+ units: km
499
+ - name: SUDBURY
500
+ distance:
501
+ value: 6.37
502
+ units: km
503
+ - name: NATICK
504
+ distance:
505
+ value: 8.4
506
+ units: km
507
+ - country: US
508
+ region: MA
509
+ name: Gardner
510
+ lat: '42.5845'
511
+ long: "-71.9868"
512
+ nearby_rate_centers:
513
+ - name: GARDNER
514
+ distance:
515
+ value: 1.16
516
+ units: km
517
+ - name: WESTMINSTR
518
+ distance:
519
+ value: 7.56
520
+ units: km
521
+ - name: TEMPLETON
522
+ distance:
523
+ value: 7.7
524
+ units: km
525
+ - country: US
526
+ region: MA
527
+ name: Gloucester
528
+ lat: '42.6260'
529
+ long: "-70.6897"
530
+ nearby_rate_centers:
531
+ - name: GLOUCESTER
532
+ distance:
533
+ value: 2.87
534
+ units: km
535
+ - name: ROCKPORT
536
+ distance:
537
+ value: 6.72
538
+ units: km
539
+ - name: ESSEX
540
+ distance:
541
+ value: 7.59
542
+ units: km
543
+ - country: US
544
+ region: MA
545
+ name: Green Harbor
546
+ lat: '42.0680'
547
+ long: "-70.6499"
548
+ nearby_rate_centers:
549
+ - name: DUXBURY
550
+ distance:
551
+ value: 5.35
552
+ units: km
553
+ - name: MARSHFIELD
554
+ distance:
555
+ value: 7.04
556
+ units: km
557
+ - name: KINGSTON
558
+ distance:
559
+ value: 10.33
560
+ units: km
561
+ - country: US
562
+ region: MA
563
+ name: Hanscom AFB
564
+ lat: '42.4582'
565
+ long: "-71.2793"
566
+ nearby_rate_centers:
567
+ - name: LEXINGTON
568
+ distance:
569
+ value: 4.18
570
+ units: km
571
+ - name: LINCOLN
572
+ distance:
573
+ value: 4.52
574
+ units: km
575
+ - name: CONCORD
576
+ distance:
577
+ value: 5.52
578
+ units: km
579
+ - country: US
580
+ region: MA
581
+ name: Harwich Center
582
+ lat: '41.6923'
583
+ long: "-70.0694"
584
+ nearby_rate_centers:
585
+ - name: HARWICH
586
+ distance:
587
+ value: 0.79
588
+ units: km
589
+ - name: BREWSTER
590
+ distance:
591
+ value: 7.84
592
+ units: km
593
+ - name: CHATHAM
594
+ distance:
595
+ value: 8.84
596
+ units: km
597
+ - country: US
598
+ region: MA
599
+ name: Harwich Port
600
+ lat: '41.6724'
601
+ long: "-70.0641"
602
+ nearby_rate_centers:
603
+ - name: HARWICH
604
+ distance:
605
+ value: 1.65
606
+ units: km
607
+ - name: CHATHAM
608
+ distance:
609
+ value: 8.44
610
+ units: km
611
+ - name: BREWSTER
612
+ distance:
613
+ value: 10.08
614
+ units: km
615
+ - country: US
616
+ region: MA
617
+ name: Haverhill
618
+ lat: '42.7838'
619
+ long: "-71.0871"
620
+ nearby_rate_centers:
621
+ - name: HAVERHILL
622
+ distance:
623
+ value: 1.06
624
+ units: km
625
+ - name: W NEWBURY
626
+ distance:
627
+ value: 7.74
628
+ units: km
629
+ - name: MERRIMAC
630
+ distance:
631
+ value: 8.97
632
+ units: km
633
+ - country: US
634
+ region: MA
635
+ name: Holyoke
636
+ lat: '42.2125'
637
+ long: "-72.6411"
638
+ nearby_rate_centers:
639
+ - name: HOLYOKE
640
+ distance:
641
+ value: 2.41
642
+ units: km
643
+ - name: EASTHAMPTN
644
+ distance:
645
+ value: 6.79
646
+ units: km
647
+ - name: CHICOPEE
648
+ distance:
649
+ value: 8.15
650
+ units: km
651
+ - country: US
652
+ region: MA
653
+ name: Housatonic
654
+ lat: '42.2487'
655
+ long: "-73.3626"
656
+ nearby_rate_centers:
657
+ - name: HOUSATONIC
658
+ distance:
659
+ value: 0.69
660
+ units: km
661
+ - name: STOCKBDG
662
+ distance:
663
+ value: 5.38
664
+ units: km
665
+ - name: GREATBNGTN
666
+ distance:
667
+ value: 6.27
668
+ units: km
669
+ - country: US
670
+ region: MA
671
+ name: Lawrence
672
+ lat: '42.7002'
673
+ long: "-71.1626"
674
+ nearby_rate_centers:
675
+ - name: LAWRENCE
676
+ distance:
677
+ value: 0.81
678
+ units: km
679
+ - name: ANDOVER
680
+ distance:
681
+ value: 5.08
682
+ units: km
683
+ - name: HAVERHILL
684
+ distance:
685
+ value: 11.18
686
+ units: km
687
+ - country: US
688
+ region: MA
689
+ name: Lenox Dale
690
+ lat: '42.3339'
691
+ long: "-73.2496"
692
+ nearby_rate_centers:
693
+ - name: LEE
694
+ distance:
695
+ value: 3.01
696
+ units: km
697
+ - name: LENOX
698
+ distance:
699
+ value: 3.71
700
+ units: km
701
+ - name: STOCKBDG
702
+ distance:
703
+ value: 7.97
704
+ units: km
705
+ - country: US
706
+ region: MA
707
+ name: Leominster
708
+ lat: '42.5209'
709
+ long: "-71.7717"
710
+ nearby_rate_centers:
711
+ - name: LEOMINSTER
712
+ distance:
713
+ value: 1.07
714
+ units: km
715
+ - name: FITCHBURG
716
+ distance:
717
+ value: 7.47
718
+ units: km
719
+ - name: LUNENBURG
720
+ distance:
721
+ value: 8.89
722
+ units: km
723
+ - country: US
724
+ region: MA
725
+ name: Littleton Common
726
+ lat: '42.5352'
727
+ long: "-71.4727"
728
+ nearby_rate_centers:
729
+ - name: LITTLETON
730
+ distance:
731
+ value: 1.1
732
+ units: km
733
+ - name: WESTFORD
734
+ distance:
735
+ value: 6.49
736
+ units: km
737
+ - name: ACTON
738
+ distance:
739
+ value: 6.78
740
+ units: km
741
+ - country: US
742
+ region: MA
743
+ name: Lowell
744
+ lat: '42.6389'
745
+ long: "-71.3217"
746
+ nearby_rate_centers:
747
+ - name: LOWELL
748
+ distance:
749
+ value: 0.97
750
+ units: km
751
+ - name: TYNGSBORO
752
+ distance:
753
+ value: 9.39
754
+ units: km
755
+ - name: BILLERICA
756
+ distance:
757
+ value: 9.84
758
+ units: km
759
+ - country: US
760
+ region: MA
761
+ name: Lynn
762
+ lat: '42.4781'
763
+ long: "-70.9664"
764
+ nearby_rate_centers:
765
+ - name: LYNN
766
+ distance:
767
+ value: 1.71
768
+ units: km
769
+ - name: SAUGUS
770
+ distance:
771
+ value: 4.63
772
+ units: km
773
+ - name: PEABODY
774
+ distance:
775
+ value: 6.17
776
+ units: km
777
+ - country: US
778
+ region: MA
779
+ name: Madaket
780
+ lat: '41.2826'
781
+ long: "-70.1855"
782
+ nearby_rate_centers:
783
+ - name: NANTUCKET
784
+ distance:
785
+ value: 7.43
786
+ units: km
787
+ - name: SIASCONSET
788
+ distance:
789
+ value: 18.28
790
+ units: km
791
+ - name: EDGARTOWN
792
+ distance:
793
+ value: 29.94
794
+ units: km
795
+ - country: US
796
+ region: MA
797
+ name: Malden
798
+ lat: '42.4305'
799
+ long: "-71.0576"
800
+ nearby_rate_centers:
801
+ - name: MALDEN
802
+ distance:
803
+ value: 1.66
804
+ units: km
805
+ - name: EVERETT
806
+ distance:
807
+ value: 2.68
808
+ units: km
809
+ - name: MELROSE
810
+ distance:
811
+ value: 3.07
812
+ units: km
813
+ - country: US
814
+ region: MA
815
+ name: Mansfield Center
816
+ lat: '42.0225'
817
+ long: "-71.2180"
818
+ nearby_rate_centers:
819
+ - name: MANSFIELD
820
+ distance:
821
+ value: 0.88
822
+ units: km
823
+ - name: FOXBORO
824
+ distance:
825
+ value: 5.27
826
+ units: km
827
+ - name: NORTON
828
+ distance:
829
+ value: 6.95
830
+ units: km
831
+ - country: US
832
+ region: MA
833
+ name: Marion Center
834
+ lat: '41.7042'
835
+ long: "-70.7629"
836
+ nearby_rate_centers:
837
+ - name: MARION
838
+ distance:
839
+ value: 0.39
840
+ units: km
841
+ - name: MATTAPOSTT
842
+ distance:
843
+ value: 6.44
844
+ units: km
845
+ - name: WAREHAM
846
+ distance:
847
+ value: 6.78
848
+ units: km
849
+ - country: US
850
+ region: MA
851
+ name: Marlborough
852
+ lat: '42.3494'
853
+ long: "-71.5468"
854
+ nearby_rate_centers:
855
+ - name: MARLBORO
856
+ distance:
857
+ value: 0.5
858
+ units: km
859
+ - name: HUDSON
860
+ distance:
861
+ value: 5.17
862
+ units: km
863
+ - name: NORTHBORO
864
+ distance:
865
+ value: 8.03
866
+ units: km
867
+ - country: US
868
+ region: MA
869
+ name: Marshfield Hills
870
+ lat: '42.1487'
871
+ long: "-70.7315"
872
+ nearby_rate_centers:
873
+ - name: MARSHFIELD
874
+ distance:
875
+ value: 5.16
876
+ units: km
877
+ - name: NORWELL
878
+ distance:
879
+ value: 5.76
880
+ units: km
881
+ - name: SCITUATE
882
+ distance:
883
+ value: 6.06
884
+ units: km
885
+ - country: US
886
+ region: MA
887
+ name: Mashpee Neck
888
+ lat: '41.6119'
889
+ long: "-70.4666"
890
+ nearby_rate_centers:
891
+ - name: OSTERVILLE
892
+ distance:
893
+ value: 6.72
894
+ units: km
895
+ - name: CATAUMET
896
+ distance:
897
+ value: 13.47
898
+ units: km
899
+ - name: FALMOUTH
900
+ distance:
901
+ value: 13.94
902
+ units: km
903
+ - country: US
904
+ region: MA
905
+ name: Mattapoisett Center
906
+ lat: '41.6666'
907
+ long: "-70.8056"
908
+ nearby_rate_centers:
909
+ - name: MATTAPOSTT
910
+ distance:
911
+ value: 0.98
912
+ units: km
913
+ - name: MARION
914
+ distance:
915
+ value: 5.14
916
+ units: km
917
+ - name: NEWBEDFORD
918
+ distance:
919
+ value: 10.56
920
+ units: km
921
+ - country: US
922
+ region: MA
923
+ name: Medford
924
+ lat: '42.4234'
925
+ long: "-71.1087"
926
+ nearby_rate_centers:
927
+ - name: MEDFORD
928
+ distance:
929
+ value: 0.61
930
+ units: km
931
+ - name: MALDEN
932
+ distance:
933
+ value: 2.61
934
+ units: km
935
+ - name: ARLINGTON
936
+ distance:
937
+ value: 3.92
938
+ units: km
939
+ - country: US
940
+ region: MA
941
+ name: Melrose
942
+ lat: '42.4556'
943
+ long: "-71.0590"
944
+ nearby_rate_centers:
945
+ - name: MELROSE
946
+ distance:
947
+ value: 0.76
948
+ units: km
949
+ - name: MALDEN
950
+ distance:
951
+ value: 3.48
952
+ units: km
953
+ - name: SAUGUS
954
+ distance:
955
+ value: 4.04
956
+ units: km
957
+ - country: US
958
+ region: MA
959
+ name: Methuen Town
960
+ lat: '42.7340'
961
+ long: "-71.1889"
962
+ nearby_rate_centers:
963
+ - name: LAWRENCE
964
+ distance:
965
+ value: 3.58
966
+ units: km
967
+ - name: ANDOVER
968
+ distance:
969
+ value: 9.39
970
+ units: km
971
+ - name: HAVERHILL
972
+ distance:
973
+ value: 10.42
974
+ units: km
975
+ - country: US
976
+ region: MA
977
+ name: Middleborough Center
978
+ lat: '41.8945'
979
+ long: "-70.9260"
980
+ nearby_rate_centers:
981
+ - name: MIDDLEBORO
982
+ distance:
983
+ value: 1.52
984
+ units: km
985
+ - name: BRIDGEWTR
986
+ distance:
987
+ value: 11.17
988
+ units: km
989
+ - name: ROCHESTER
990
+ distance:
991
+ value: 12.82
992
+ units: km
993
+ - country: US
994
+ region: MA
995
+ name: Millers Falls
996
+ lat: '42.5792'
997
+ long: "-72.4925"
998
+ nearby_rate_centers:
999
+ - name: MILLERSFLS
1000
+ distance:
1001
+ value: 0.1
1002
+ units: km
1003
+ - name: MONTAGUE
1004
+ distance:
1005
+ value: 6.1
1006
+ units: km
1007
+ - name: TURNERSFLS
1008
+ distance:
1009
+ value: 6.27
1010
+ units: km
1011
+ - country: US
1012
+ region: MA
1013
+ name: Millis-Clicquot
1014
+ lat: '42.1648'
1015
+ long: "-71.3544"
1016
+ nearby_rate_centers:
1017
+ - name: MILLIS
1018
+ distance:
1019
+ value: 0.43
1020
+ units: km
1021
+ - name: MEDFIELD
1022
+ distance:
1023
+ value: 4.87
1024
+ units: km
1025
+ - name: MEDWAY
1026
+ distance:
1027
+ value: 6.1
1028
+ units: km
1029
+ - country: US
1030
+ region: MA
1031
+ name: Monomoscoy Island
1032
+ lat: '41.5712'
1033
+ long: "-70.5026"
1034
+ nearby_rate_centers:
1035
+ - name: FALMOUTH
1036
+ distance:
1037
+ value: 9.47
1038
+ units: km
1039
+ - name: OSTERVILLE
1040
+ distance:
1041
+ value: 11.29
1042
+ units: km
1043
+ - name: CATAUMET
1044
+ distance:
1045
+ value: 13.95
1046
+ units: km
1047
+ - country: US
1048
+ region: MA
1049
+ name: Monson Center
1050
+ lat: '42.0990'
1051
+ long: "-72.3048"
1052
+ nearby_rate_centers:
1053
+ - name: MONSON
1054
+ distance:
1055
+ value: 1.43
1056
+ units: km
1057
+ - name: PALMER
1058
+ distance:
1059
+ value: 6.79
1060
+ units: km
1061
+ - name: BRIMFIELD
1062
+ distance:
1063
+ value: 8.65
1064
+ units: km
1065
+ - country: US
1066
+ region: MA
1067
+ name: Monument Beach
1068
+ lat: '41.7192'
1069
+ long: "-70.6060"
1070
+ nearby_rate_centers:
1071
+ - name: BUZZARDSBY
1072
+ distance:
1073
+ value: 3.55
1074
+ units: km
1075
+ - name: CATAUMET
1076
+ distance:
1077
+ value: 5.82
1078
+ units: km
1079
+ - name: SAGAMORE
1080
+ distance:
1081
+ value: 8.52
1082
+ units: km
1083
+ - country: US
1084
+ region: MA
1085
+ name: New Bedford
1086
+ lat: '41.6697'
1087
+ long: "-70.9428"
1088
+ nearby_rate_centers:
1089
+ - name: NEWBEDFORD
1090
+ distance:
1091
+ value: 4.25
1092
+ units: km
1093
+ - name: MATTAPOSTT
1094
+ distance:
1095
+ value: 10.63
1096
+ units: km
1097
+ - name: ROCHESTER
1098
+ distance:
1099
+ value: 12.67
1100
+ units: km
1101
+ - country: US
1102
+ region: MA
1103
+ name: New Seabury
1104
+ lat: '41.5689'
1105
+ long: "-70.4812"
1106
+ nearby_rate_centers:
1107
+ - name: OSTERVILLE
1108
+ distance:
1109
+ value: 9.98
1110
+ units: km
1111
+ - name: FALMOUTH
1112
+ distance:
1113
+ value: 11.16
1114
+ units: km
1115
+ - name: CATAUMET
1116
+ distance:
1117
+ value: 15.34
1118
+ units: km
1119
+ - country: US
1120
+ region: MA
1121
+ name: Newburyport
1122
+ lat: '42.8124'
1123
+ long: "-70.8878"
1124
+ nearby_rate_centers:
1125
+ - name: NEWBURYPT
1126
+ distance:
1127
+ value: 1.34
1128
+ units: km
1129
+ - name: AMESBURY
1130
+ distance:
1131
+ value: 5.96
1132
+ units: km
1133
+ - name: W NEWBURY
1134
+ distance:
1135
+ value: 8.85
1136
+ units: km
1137
+ - country: US
1138
+ region: MA
1139
+ name: Newton
1140
+ lat: '42.3316'
1141
+ long: "-71.2085"
1142
+ nearby_rate_centers:
1143
+ - name: NEWTON
1144
+ distance:
1145
+ value: 2.38
1146
+ units: km
1147
+ - name: WATERTOWN
1148
+ distance:
1149
+ value: 4.5
1150
+ units: km
1151
+ - name: BRIGHTON
1152
+ distance:
1153
+ value: 5.12
1154
+ units: km
1155
+ - country: US
1156
+ region: MA
1157
+ name: North Adams
1158
+ lat: '42.6844'
1159
+ long: "-73.1166"
1160
+ nearby_rate_centers:
1161
+ - name: NORTHADAMS
1162
+ distance:
1163
+ value: 1.29
1164
+ units: km
1165
+ - name: ADAMS
1166
+ distance:
1167
+ value: 6.89
1168
+ units: km
1169
+ - name: WILLIAMSTN
1170
+ distance:
1171
+ value: 7.43
1172
+ units: km
1173
+ - country: US
1174
+ region: MA
1175
+ name: North Eastham
1176
+ lat: '41.8539'
1177
+ long: "-69.9968"
1178
+ nearby_rate_centers:
1179
+ - name: ORLEANS
1180
+ distance:
1181
+ value: 7.38
1182
+ units: km
1183
+ - name: WELLFLEET
1184
+ distance:
1185
+ value: 9.94
1186
+ units: km
1187
+ - name: BREWSTER
1188
+ distance:
1189
+ value: 11.97
1190
+ units: km
1191
+ - country: US
1192
+ region: MA
1193
+ name: North Falmouth
1194
+ lat: '41.6394'
1195
+ long: "-70.6251"
1196
+ nearby_rate_centers:
1197
+ - name: CATAUMET
1198
+ distance:
1199
+ value: 3.28
1200
+ units: km
1201
+ - name: FALMOUTH
1202
+ distance:
1203
+ value: 9.88
1204
+ units: km
1205
+ - name: BUZZARDSBY
1206
+ distance:
1207
+ value: 12.53
1208
+ units: km
1209
+ - country: US
1210
+ region: MA
1211
+ name: North Lakeville
1212
+ lat: '41.8620'
1213
+ long: "-70.9411"
1214
+ nearby_rate_centers:
1215
+ - name: MIDDLEBORO
1216
+ distance:
1217
+ value: 4.4
1218
+ units: km
1219
+ - name: ROCHESTER
1220
+ distance:
1221
+ value: 9.56
1222
+ units: km
1223
+ - name: ASSONET
1224
+ distance:
1225
+ value: 12.88
1226
+ units: km
1227
+ - country: US
1228
+ region: MA
1229
+ name: North Pembroke
1230
+ lat: '42.0989'
1231
+ long: "-70.7823"
1232
+ nearby_rate_centers:
1233
+ - name: HANOVER
1234
+ distance:
1235
+ value: 3.04
1236
+ units: km
1237
+ - name: MARSHFIELD
1238
+ distance:
1239
+ value: 5.07
1240
+ units: km
1241
+ - name: NORWELL
1242
+ distance:
1243
+ value: 7.1
1244
+ units: km
1245
+ - country: US
1246
+ region: MA
1247
+ name: North Plymouth
1248
+ lat: '41.9727'
1249
+ long: "-70.6889"
1250
+ nearby_rate_centers:
1251
+ - name: PLYMOUTH
1252
+ distance:
1253
+ value: 2.38
1254
+ units: km
1255
+ - name: KINGSTON
1256
+ distance:
1257
+ value: 3.71
1258
+ units: km
1259
+ - name: DUXBURY
1260
+ distance:
1261
+ value: 5.91
1262
+ units: km
1263
+ - country: US
1264
+ region: MA
1265
+ name: North Scituate
1266
+ lat: '42.2121'
1267
+ long: "-70.7652"
1268
+ nearby_rate_centers:
1269
+ - name: SCITUATE
1270
+ distance:
1271
+ value: 1.54
1272
+ units: km
1273
+ - name: COHASSET
1274
+ distance:
1275
+ value: 4.66
1276
+ units: km
1277
+ - name: NORWELL
1278
+ distance:
1279
+ value: 6.28
1280
+ units: km
1281
+ - country: US
1282
+ region: MA
1283
+ name: North Seekonk
1284
+ lat: '41.8883'
1285
+ long: "-71.3297"
1286
+ nearby_rate_centers:
1287
+ - name: SOUTHGATE
1288
+ distance:
1289
+ value: 3.42
1290
+ units: km
1291
+ - name: ATTLEBORO
1292
+ distance:
1293
+ value: 7.64
1294
+ units: km
1295
+ - name: SEEKONK
1296
+ distance:
1297
+ value: 8.61
1298
+ units: km
1299
+ - country: US
1300
+ region: MA
1301
+ name: North Westport
1302
+ lat: '41.6540'
1303
+ long: "-71.0927"
1304
+ nearby_rate_centers:
1305
+ - name: FALL RIVER
1306
+ distance:
1307
+ value: 7.7
1308
+ units: km
1309
+ - name: WESTPORT
1310
+ distance:
1311
+ value: 9.38
1312
+ units: km
1313
+ - name: NEWBEDFORD
1314
+ distance:
1315
+ value: 14.12
1316
+ units: km
1317
+ - country: US
1318
+ region: MA
1319
+ name: Northampton
1320
+ lat: '42.3266'
1321
+ long: "-72.6745"
1322
+ nearby_rate_centers:
1323
+ - name: NORTHAMPTN
1324
+ distance:
1325
+ value: 3.54
1326
+ units: km
1327
+ - name: EASTHAMPTN
1328
+ distance:
1329
+ value: 6.32
1330
+ units: km
1331
+ - name: HATFIELD
1332
+ distance:
1333
+ value: 8.09
1334
+ units: km
1335
+ - country: US
1336
+ region: MA
1337
+ name: Northwest Harwich
1338
+ lat: '41.6917'
1339
+ long: "-70.1026"
1340
+ nearby_rate_centers:
1341
+ - name: HARWICH
1342
+ distance:
1343
+ value: 2.56
1344
+ units: km
1345
+ - name: DENNIS
1346
+ distance:
1347
+ value: 7.59
1348
+ units: km
1349
+ - name: BREWSTER
1350
+ distance:
1351
+ value: 8.26
1352
+ units: km
1353
+ - country: US
1354
+ region: MA
1355
+ name: Norton Center
1356
+ lat: '41.9725'
1357
+ long: "-71.1854"
1358
+ nearby_rate_centers:
1359
+ - name: NORTON
1360
+ distance:
1361
+ value: 0.84
1362
+ units: km
1363
+ - name: MANSFIELD
1364
+ distance:
1365
+ value: 6.9
1366
+ units: km
1367
+ - name: ATTLEBORO
1368
+ distance:
1369
+ value: 8.55
1370
+ units: km
1371
+ - country: US
1372
+ region: MA
1373
+ name: Oak Bluffs
1374
+ lat: '41.4551'
1375
+ long: "-70.5657"
1376
+ nearby_rate_centers:
1377
+ - name: VINEYRDHVN
1378
+ distance:
1379
+ value: 3.24
1380
+ units: km
1381
+ - name: EDGARTOWN
1382
+ distance:
1383
+ value: 8.34
1384
+ units: km
1385
+ - name: FALMOUTH
1386
+ distance:
1387
+ value: 11.37
1388
+ units: km
1389
+ - country: US
1390
+ region: MA
1391
+ name: Ocean Bluff-Brant Rock
1392
+ lat: '42.1006'
1393
+ long: "-70.6626"
1394
+ nearby_rate_centers:
1395
+ - name: MARSHFIELD
1396
+ distance:
1397
+ value: 4.83
1398
+ units: km
1399
+ - name: DUXBURY
1400
+ distance:
1401
+ value: 8.48
1402
+ units: km
1403
+ - name: HANOVER
1404
+ distance:
1405
+ value: 12.6
1406
+ units: km
1407
+ - country: US
1408
+ region: MA
1409
+ name: Ocean Grove
1410
+ lat: '41.7281'
1411
+ long: "-71.2098"
1412
+ nearby_rate_centers:
1413
+ - name: FALL RIVER
1414
+ distance:
1415
+ value: 5.29
1416
+ units: km
1417
+ - name: NO SWANSEA
1418
+ distance:
1419
+ value: 7.02
1420
+ units: km
1421
+ - name: DIGHTON
1422
+ distance:
1423
+ value: 11.74
1424
+ units: km
1425
+ - country: US
1426
+ region: MA
1427
+ name: Onset
1428
+ lat: '41.7481'
1429
+ long: "-70.6670"
1430
+ nearby_rate_centers:
1431
+ - name: WAREHAM
1432
+ distance:
1433
+ value: 4.38
1434
+ units: km
1435
+ - name: BUZZARDSBY
1436
+ distance:
1437
+ value: 5.18
1438
+ units: km
1439
+ - name: MARION
1440
+ distance:
1441
+ value: 9.61
1442
+ units: km
1443
+ - country: US
1444
+ region: MA
1445
+ name: Peabody
1446
+ lat: '42.5335'
1447
+ long: "-70.9725"
1448
+ nearby_rate_centers:
1449
+ - name: PEABODY
1450
+ distance:
1451
+ value: 3.82
1452
+ units: km
1453
+ - name: DANVERS
1454
+ distance:
1455
+ value: 4.7
1456
+ units: km
1457
+ - name: LYNNFIELD
1458
+ distance:
1459
+ value: 6.24
1460
+ units: km
1461
+ - country: US
1462
+ region: MA
1463
+ name: Pinehurst
1464
+ lat: '42.5334'
1465
+ long: "-71.2339"
1466
+ nearby_rate_centers:
1467
+ - name: BILLERICA
1468
+ distance:
1469
+ value: 3.95
1470
+ units: km
1471
+ - name: BURLINGTON
1472
+ distance:
1473
+ value: 4.78
1474
+ units: km
1475
+ - name: WILMINGTON
1476
+ distance:
1477
+ value: 5.24
1478
+ units: km
1479
+ - country: US
1480
+ region: MA
1481
+ name: Pittsfield
1482
+ lat: '42.4517'
1483
+ long: "-73.2605"
1484
+ nearby_rate_centers:
1485
+ - name: PITTSFIELD
1486
+ distance:
1487
+ value: 0.49
1488
+ units: km
1489
+ - name: DALTON
1490
+ distance:
1491
+ value: 7.74
1492
+ units: km
1493
+ - name: LENOX
1494
+ distance:
1495
+ value: 10.89
1496
+ units: km
1497
+ - country: US
1498
+ region: MA
1499
+ name: Pocasset
1500
+ lat: '41.6877'
1501
+ long: "-70.6195"
1502
+ nearby_rate_centers:
1503
+ - name: CATAUMET
1504
+ distance:
1505
+ value: 2.41
1506
+ units: km
1507
+ - name: BUZZARDSBY
1508
+ distance:
1509
+ value: 7.15
1510
+ units: km
1511
+ - name: WAREHAM
1512
+ distance:
1513
+ value: 11.17
1514
+ units: km
1515
+ - country: US
1516
+ region: MA
1517
+ name: Popponesset
1518
+ lat: '41.5737'
1519
+ long: "-70.4636"
1520
+ nearby_rate_centers:
1521
+ - name: OSTERVILLE
1522
+ distance:
1523
+ value: 8.52
1524
+ units: km
1525
+ - name: FALMOUTH
1526
+ distance:
1527
+ value: 12.69
1528
+ units: km
1529
+ - name: CATAUMET
1530
+ distance:
1531
+ value: 16.05
1532
+ units: km
1533
+ - country: US
1534
+ region: MA
1535
+ name: Popponesset Island
1536
+ lat: '41.5855'
1537
+ long: "-70.4591"
1538
+ nearby_rate_centers:
1539
+ - name: OSTERVILLE
1540
+ distance:
1541
+ value: 7.4
1542
+ units: km
1543
+ - name: FALMOUTH
1544
+ distance:
1545
+ value: 13.38
1546
+ units: km
1547
+ - name: CATAUMET
1548
+ distance:
1549
+ value: 15.54
1550
+ units: km
1551
+ - country: US
1552
+ region: MA
1553
+ name: Quincy
1554
+ lat: '42.2506'
1555
+ long: "-71.0187"
1556
+ nearby_rate_centers:
1557
+ - name: QUINCY
1558
+ distance:
1559
+ value: 1.23
1560
+ units: km
1561
+ - name: BRAINTREE
1562
+ distance:
1563
+ value: 3.99
1564
+ units: km
1565
+ - name: MILTON
1566
+ distance:
1567
+ value: 4.68
1568
+ units: km
1569
+ - country: US
1570
+ region: MA
1571
+ name: Raynham Center
1572
+ lat: '41.9327'
1573
+ long: "-71.0431"
1574
+ nearby_rate_centers:
1575
+ - name: TAUNTON
1576
+ distance:
1577
+ value: 5.2
1578
+ units: km
1579
+ - name: BRIDGEWTR
1580
+ distance:
1581
+ value: 8.14
1582
+ units: km
1583
+ - name: MIDDLEBORO
1584
+ distance:
1585
+ value: 12.05
1586
+ units: km
1587
+ - country: US
1588
+ region: MA
1589
+ name: Revere
1590
+ lat: '42.4189'
1591
+ long: "-71.0040"
1592
+ nearby_rate_centers:
1593
+ - name: REVERE
1594
+ distance:
1595
+ value: 1.56
1596
+ units: km
1597
+ - name: CHELSEA
1598
+ distance:
1599
+ value: 3.56
1600
+ units: km
1601
+ - name: SAUGUS
1602
+ distance:
1603
+ value: 3.68
1604
+ units: km
1605
+ - country: US
1606
+ region: MA
1607
+ name: Sagamore
1608
+ lat: '41.7842'
1609
+ long: "-70.5332"
1610
+ nearby_rate_centers:
1611
+ - name: SAGAMORE
1612
+ distance:
1613
+ value: 1.68
1614
+ units: km
1615
+ - name: BUZZARDSBY
1616
+ distance:
1617
+ value: 6.98
1618
+ units: km
1619
+ - name: CATAUMET
1620
+ distance:
1621
+ value: 14.55
1622
+ units: km
1623
+ - country: US
1624
+ region: MA
1625
+ name: Salem
1626
+ lat: '42.5129'
1627
+ long: "-70.9021"
1628
+ nearby_rate_centers:
1629
+ - name: SALEM
1630
+ distance:
1631
+ value: 0.81
1632
+ units: km
1633
+ - name: PEABODY
1634
+ distance:
1635
+ value: 2.48
1636
+ units: km
1637
+ - name: MARBLEHEAD
1638
+ distance:
1639
+ value: 3.62
1640
+ units: km
1641
+ - country: US
1642
+ region: MA
1643
+ name: Seabrook
1644
+ lat: '41.5831'
1645
+ long: "-70.4992"
1646
+ nearby_rate_centers:
1647
+ - name: FALMOUTH
1648
+ distance:
1649
+ value: 10.13
1650
+ units: km
1651
+ - name: OSTERVILLE
1652
+ distance:
1653
+ value: 10.39
1654
+ units: km
1655
+ - name: CATAUMET
1656
+ distance:
1657
+ value: 13.17
1658
+ units: km
1659
+ - country: US
1660
+ region: MA
1661
+ name: Seconsett Island
1662
+ lat: '41.5662'
1663
+ long: "-70.5123"
1664
+ nearby_rate_centers:
1665
+ - name: FALMOUTH
1666
+ distance:
1667
+ value: 8.56
1668
+ units: km
1669
+ - name: OSTERVILLE
1670
+ distance:
1671
+ value: 12.26
1672
+ units: km
1673
+ - name: CATAUMET
1674
+ distance:
1675
+ value: 13.89
1676
+ units: km
1677
+ - country: US
1678
+ region: MA
1679
+ name: Shelburne Falls
1680
+ lat: '42.6063'
1681
+ long: "-72.7436"
1682
+ nearby_rate_centers:
1683
+ - name: SHELBUNFLS
1684
+ distance:
1685
+ value: 0.65
1686
+ units: km
1687
+ - name: COLRAIN
1688
+ distance:
1689
+ value: 7.93
1690
+ units: km
1691
+ - name: ASHFIELD
1692
+ distance:
1693
+ value: 9.77
1694
+ units: km
1695
+ - country: US
1696
+ region: MA
1697
+ name: Siasconset
1698
+ lat: '41.2636'
1699
+ long: "-69.9718"
1700
+ nearby_rate_centers:
1701
+ - name: SIASCONSET
1702
+ distance:
1703
+ value: 0.31
1704
+ units: km
1705
+ - name: NANTUCKET
1706
+ distance:
1707
+ value: 10.63
1708
+ units: km
1709
+ - name: CHATHAM
1710
+ distance:
1711
+ value: 46.69
1712
+ units: km
1713
+ - country: US
1714
+ region: MA
1715
+ name: Smith Mills
1716
+ lat: '41.6432'
1717
+ long: "-70.9922"
1718
+ nearby_rate_centers:
1719
+ - name: NEWBEDFORD
1720
+ distance:
1721
+ value: 5.69
1722
+ units: km
1723
+ - name: WESTPORT
1724
+ distance:
1725
+ value: 10.47
1726
+ units: km
1727
+ - name: MATTAPOSTT
1728
+ distance:
1729
+ value: 14.84
1730
+ units: km
1731
+ - country: US
1732
+ region: MA
1733
+ name: Somerville
1734
+ lat: '42.3908'
1735
+ long: "-71.1014"
1736
+ nearby_rate_centers:
1737
+ - name: SOMERVILLE
1738
+ distance:
1739
+ value: 0.48
1740
+ units: km
1741
+ - name: CAMBRIDGE
1742
+ distance:
1743
+ value: 2.23
1744
+ units: km
1745
+ - name: MEDFORD
1746
+ distance:
1747
+ value: 3.17
1748
+ units: km
1749
+ - country: US
1750
+ region: MA
1751
+ name: South Ashburnham
1752
+ lat: '42.6138'
1753
+ long: "-71.9384"
1754
+ nearby_rate_centers:
1755
+ - name: ASHBURNHAM
1756
+ distance:
1757
+ value: 3.0
1758
+ units: km
1759
+ - name: GARDNER
1760
+ distance:
1761
+ value: 6.28
1762
+ units: km
1763
+ - name: WESTMINSTR
1764
+ distance:
1765
+ value: 7.64
1766
+ units: km
1767
+ - country: US
1768
+ region: MA
1769
+ name: South Deerfield
1770
+ lat: '42.4795'
1771
+ long: "-72.5947"
1772
+ nearby_rate_centers:
1773
+ - name: SO DEERFLD
1774
+ distance:
1775
+ value: 0.94
1776
+ units: km
1777
+ - name: MONTAGUE
1778
+ distance:
1779
+ value: 7.81
1780
+ units: km
1781
+ - name: CONWAY
1782
+ distance:
1783
+ value: 9.39
1784
+ units: km
1785
+ - country: US
1786
+ region: MA
1787
+ name: South Dennis
1788
+ lat: '41.7051'
1789
+ long: "-70.1537"
1790
+ nearby_rate_centers:
1791
+ - name: DENNIS
1792
+ distance:
1793
+ value: 5.02
1794
+ units: km
1795
+ - name: HARWICH
1796
+ distance:
1797
+ value: 7.05
1798
+ units: km
1799
+ - name: BREWSTER
1800
+ distance:
1801
+ value: 9.23
1802
+ units: km
1803
+ - country: US
1804
+ region: MA
1805
+ name: South Duxbury
1806
+ lat: '42.0203'
1807
+ long: "-70.6913"
1808
+ nearby_rate_centers:
1809
+ - name: DUXBURY
1810
+ distance:
1811
+ value: 1.08
1812
+ units: km
1813
+ - name: KINGSTON
1814
+ distance:
1815
+ value: 4.05
1816
+ units: km
1817
+ - name: PLYMOUTH
1818
+ distance:
1819
+ value: 7.12
1820
+ units: km
1821
+ - country: US
1822
+ region: MA
1823
+ name: South Lancaster
1824
+ lat: '42.4373'
1825
+ long: "-71.6920"
1826
+ nearby_rate_centers:
1827
+ - name: CLINTON
1828
+ distance:
1829
+ value: 2.57
1830
+ units: km
1831
+ - name: STERLING
1832
+ distance:
1833
+ value: 5.51
1834
+ units: km
1835
+ - name: BOLTON
1836
+ distance:
1837
+ value: 6.12
1838
+ units: km
1839
+ - country: US
1840
+ region: MA
1841
+ name: South Yarmouth
1842
+ lat: '41.6692'
1843
+ long: "-70.2005"
1844
+ nearby_rate_centers:
1845
+ - name: DENNIS
1846
+ distance:
1847
+ value: 1.02
1848
+ units: km
1849
+ - name: HYANNIS
1850
+ distance:
1851
+ value: 7.41
1852
+ units: km
1853
+ - name: BARNSTABLE
1854
+ distance:
1855
+ value: 9.15
1856
+ units: km
1857
+ - country: US
1858
+ region: MA
1859
+ name: Springfield
1860
+ lat: '42.1155'
1861
+ long: "-72.5395"
1862
+ nearby_rate_centers:
1863
+ - name: SPRINGFLD
1864
+ distance:
1865
+ value: 4.64
1866
+ units: km
1867
+ - name: CHICOPEE
1868
+ distance:
1869
+ value: 5.86
1870
+ units: km
1871
+ - name: ELONGMEDOW
1872
+ distance:
1873
+ value: 6.14
1874
+ units: km
1875
+ - country: US
1876
+ region: MA
1877
+ name: Taunton
1878
+ lat: '41.9036'
1879
+ long: "-71.0943"
1880
+ nearby_rate_centers:
1881
+ - name: TAUNTON
1882
+ distance:
1883
+ value: 0.13
1884
+ units: km
1885
+ - name: NORTON
1886
+ distance:
1887
+ value: 10.14
1888
+ units: km
1889
+ - name: DIGHTON
1890
+ distance:
1891
+ value: 10.29
1892
+ units: km
1893
+ - country: US
1894
+ region: MA
1895
+ name: Teaticket
1896
+ lat: '41.5624'
1897
+ long: "-70.5858"
1898
+ nearby_rate_centers:
1899
+ - name: FALMOUTH
1900
+ distance:
1901
+ value: 2.6
1902
+ units: km
1903
+ - name: CATAUMET
1904
+ distance:
1905
+ value: 11.81
1906
+ units: km
1907
+ - name: VINEYRDHVN
1908
+ distance:
1909
+ value: 12.39
1910
+ units: km
1911
+ - country: US
1912
+ region: MA
1913
+ name: The Pinehills
1914
+ lat: '41.8946'
1915
+ long: "-70.5966"
1916
+ nearby_rate_centers:
1917
+ - name: PLYMOUTH
1918
+ distance:
1919
+ value: 9.22
1920
+ units: km
1921
+ - name: CARVER
1922
+ distance:
1923
+ value: 14.12
1924
+ units: km
1925
+ - name: SAGAMORE
1926
+ distance:
1927
+ value: 15.02
1928
+ units: km
1929
+ - country: US
1930
+ region: MA
1931
+ name: Turners Falls
1932
+ lat: '42.5975'
1933
+ long: "-72.5573"
1934
+ nearby_rate_centers:
1935
+ - name: TURNERSFLS
1936
+ distance:
1937
+ value: 0.99
1938
+ units: km
1939
+ - name: GREENFIELD
1940
+ distance:
1941
+ value: 3.71
1942
+ units: km
1943
+ - name: MILLERSFLS
1944
+ distance:
1945
+ value: 5.59
1946
+ units: km
1947
+ - country: US
1948
+ region: MA
1949
+ name: Vineyard Haven
1950
+ lat: '41.4572'
1951
+ long: "-70.6070"
1952
+ nearby_rate_centers:
1953
+ - name: VINEYRDHVN
1954
+ distance:
1955
+ value: 0.63
1956
+ units: km
1957
+ - name: FALMOUTH
1958
+ distance:
1959
+ value: 10.44
1960
+ units: km
1961
+ - name: EDGARTOWN
1962
+ distance:
1963
+ value: 10.71
1964
+ units: km
1965
+ - country: US
1966
+ region: MA
1967
+ name: Waltham
1968
+ lat: '42.3889'
1969
+ long: "-71.2423"
1970
+ nearby_rate_centers:
1971
+ - name: WALTHAM
1972
+ distance:
1973
+ value: 1.43
1974
+ units: km
1975
+ - name: NEWTON
1976
+ distance:
1977
+ value: 4.88
1978
+ units: km
1979
+ - name: WATERTOWN
1980
+ distance:
1981
+ value: 5.35
1982
+ units: km
1983
+ - country: US
1984
+ region: MA
1985
+ name: Wareham Center
1986
+ lat: '41.7498'
1987
+ long: "-70.7207"
1988
+ nearby_rate_centers:
1989
+ - name: WAREHAM
1990
+ distance:
1991
+ value: 0.66
1992
+ units: km
1993
+ - name: MARION
1994
+ distance:
1995
+ value: 6.53
1996
+ units: km
1997
+ - name: BUZZARDSBY
1998
+ distance:
1999
+ value: 9.63
2000
+ units: km
2001
+ - country: US
2002
+ region: MA
2003
+ name: Watertown Town
2004
+ lat: '42.3700'
2005
+ long: "-71.1774"
2006
+ nearby_rate_centers:
2007
+ - name: WATERTOWN
2008
+ distance:
2009
+ value: 0.59
2010
+ units: km
2011
+ - name: BELMONT
2012
+ distance:
2013
+ value: 3.06
2014
+ units: km
2015
+ - name: NEWTON
2016
+ distance:
2017
+ value: 3.16
2018
+ units: km
2019
+ - country: US
2020
+ region: MA
2021
+ name: West Chatham
2022
+ lat: '41.6804'
2023
+ long: "-69.9918"
2024
+ nearby_rate_centers:
2025
+ - name: CHATHAM
2026
+ distance:
2027
+ value: 2.37
2028
+ units: km
2029
+ - name: HARWICH
2030
+ distance:
2031
+ value: 6.76
2032
+ units: km
2033
+ - name: BREWSTER
2034
+ distance:
2035
+ value: 11.4
2036
+ units: km
2037
+ - country: US
2038
+ region: MA
2039
+ name: West Concord
2040
+ lat: '42.4517'
2041
+ long: "-71.4035"
2042
+ nearby_rate_centers:
2043
+ - name: MAYNARD
2044
+ distance:
2045
+ value: 4.56
2046
+ units: km
2047
+ - name: CONCORD
2048
+ distance:
2049
+ value: 4.73
2050
+ units: km
2051
+ - name: ACTON
2052
+ distance:
2053
+ value: 5.0
2054
+ units: km
2055
+ - country: US
2056
+ region: MA
2057
+ name: West Dennis
2058
+ lat: '41.6666'
2059
+ long: "-70.1656"
2060
+ nearby_rate_centers:
2061
+ - name: DENNIS
2062
+ distance:
2063
+ value: 1.9
2064
+ units: km
2065
+ - name: HARWICH
2066
+ distance:
2067
+ value: 7.99
2068
+ units: km
2069
+ - name: HYANNIS
2070
+ distance:
2071
+ value: 10.18
2072
+ units: km
2073
+ - country: US
2074
+ region: MA
2075
+ name: West Falmouth
2076
+ lat: '41.6012'
2077
+ long: "-70.6364"
2078
+ nearby_rate_centers:
2079
+ - name: FALMOUTH
2080
+ distance:
2081
+ value: 5.91
2082
+ units: km
2083
+ - name: CATAUMET
2084
+ distance:
2085
+ value: 7.61
2086
+ units: km
2087
+ - name: MARION
2088
+ distance:
2089
+ value: 15.32
2090
+ units: km
2091
+ - country: US
2092
+ region: MA
2093
+ name: West Wareham
2094
+ lat: '41.7900'
2095
+ long: "-70.7550"
2096
+ nearby_rate_centers:
2097
+ - name: WAREHAM
2098
+ distance:
2099
+ value: 4.87
2100
+ units: km
2101
+ - name: MARION
2102
+ distance:
2103
+ value: 9.95
2104
+ units: km
2105
+ - name: CARVER
2106
+ distance:
2107
+ value: 10.49
2108
+ units: km
2109
+ - country: US
2110
+ region: MA
2111
+ name: West Warren
2112
+ lat: '42.2168'
2113
+ long: "-72.2366"
2114
+ nearby_rate_centers:
2115
+ - name: WARREN
2116
+ distance:
2117
+ value: 3.33
2118
+ units: km
2119
+ - name: WARE
2120
+ distance:
2121
+ value: 4.73
2122
+ units: km
2123
+ - name: PALMER
2124
+ distance:
2125
+ value: 9.78
2126
+ units: km
2127
+ - country: US
2128
+ region: MA
2129
+ name: West Yarmouth
2130
+ lat: '41.6496'
2131
+ long: "-70.2487"
2132
+ nearby_rate_centers:
2133
+ - name: HYANNIS
2134
+ distance:
2135
+ value: 3.15
2136
+ units: km
2137
+ - name: DENNIS
2138
+ distance:
2139
+ value: 5.42
2140
+ units: km
2141
+ - name: BARNSTABLE
2142
+ distance:
2143
+ value: 7.3
2144
+ units: km
2145
+ - country: US
2146
+ region: MA
2147
+ name: Westfield
2148
+ lat: '42.1382'
2149
+ long: "-72.7561"
2150
+ nearby_rate_centers:
2151
+ - name: WESTFIELD
2152
+ distance:
2153
+ value: 1.69
2154
+ units: km
2155
+ - name: SOUTHWICK
2156
+ distance:
2157
+ value: 9.13
2158
+ units: km
2159
+ - name: RUSSELL
2160
+ distance:
2161
+ value: 10.1
2162
+ units: km
2163
+ - country: US
2164
+ region: MA
2165
+ name: Weweantic
2166
+ lat: '41.7396'
2167
+ long: "-70.7346"
2168
+ nearby_rate_centers:
2169
+ - name: WAREHAM
2170
+ distance:
2171
+ value: 2.21
2172
+ units: km
2173
+ - name: MARION
2174
+ distance:
2175
+ value: 4.96
2176
+ units: km
2177
+ - name: BUZZARDSBY
2178
+ distance:
2179
+ value: 10.86
2180
+ units: km
2181
+ - country: US
2182
+ region: MA
2183
+ name: White Island Shores
2184
+ lat: '41.7932'
2185
+ long: "-70.6389"
2186
+ nearby_rate_centers:
2187
+ - name: BUZZARDSBY
2188
+ distance:
2189
+ value: 5.48
2190
+ units: km
2191
+ - name: WAREHAM
2192
+ distance:
2193
+ value: 7.84
2194
+ units: km
2195
+ - name: SAGAMORE
2196
+ distance:
2197
+ value: 9.53
2198
+ units: km
2199
+ - country: US
2200
+ region: MA
2201
+ name: Whitinsville
2202
+ lat: '42.1146'
2203
+ long: "-71.6688"
2204
+ nearby_rate_centers:
2205
+ - name: WHITINSVL
2206
+ distance:
2207
+ value: 0.49
2208
+ units: km
2209
+ - name: UXBRIDGE
2210
+ distance:
2211
+ value: 5.13
2212
+ units: km
2213
+ - name: E DOUGLAS
2214
+ distance:
2215
+ value: 5.84
2216
+ units: km
2217
+ - country: US
2218
+ region: MA
2219
+ name: Woburn
2220
+ lat: '42.4869'
2221
+ long: "-71.1543"
2222
+ nearby_rate_centers:
2223
+ - name: WOBURN
2224
+ distance:
2225
+ value: 0.51
2226
+ units: km
2227
+ - name: BURLINGTON
2228
+ distance:
2229
+ value: 3.65
2230
+ units: km
2231
+ - name: WINCHESTER
2232
+ distance:
2233
+ value: 3.89
2234
+ units: km
2235
+ - country: US
2236
+ region: MA
2237
+ name: Woods Hole
2238
+ lat: '41.5303'
2239
+ long: "-70.6614"
2240
+ nearby_rate_centers:
2241
+ - name: FALMOUTH
2242
+ distance:
2243
+ value: 4.63
2244
+ units: km
2245
+ - name: VINEYRDHVN
2246
+ distance:
2247
+ value: 9.93
2248
+ units: km
2249
+ - name: CATAUMET
2250
+ distance:
2251
+ value: 15.76
2252
+ units: km
2253
+ - country: US
2254
+ region: MA
2255
+ name: Worcester
2256
+ lat: '42.2705'
2257
+ long: "-71.8079"
2258
+ nearby_rate_centers:
2259
+ - name: WORCESTER
2260
+ distance:
2261
+ value: 0.5
2262
+ units: km
2263
+ - name: SHREWSBURY
2264
+ distance:
2265
+ value: 8.09
2266
+ units: km
2267
+ - name: AUBURN
2268
+ distance:
2269
+ value: 8.93
2270
+ units: km
2271
+ - country: US
2272
+ region: MA
2273
+ name: Yarmouth Port
2274
+ lat: '41.7091'
2275
+ long: "-70.2225"
2276
+ nearby_rate_centers:
2277
+ - name: DENNIS
2278
+ distance:
2279
+ value: 5.37
2280
+ units: km
2281
+ - name: BARNSTABLE
2282
+ distance:
2283
+ value: 6.61
2284
+ units: km
2285
+ - name: HYANNIS
2286
+ distance:
2287
+ value: 8.31
2288
+ units: km