Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.48 KB | None | 0 0
  1. [{
  2. "id": 1,
  3. "city": "Taunton",
  4. "state": "MA",
  5. "latitude": 41.9001,
  6. "longitude": -71.0898,
  7. "year": 2016,
  8. "destination": 2
  9. }, {
  10. "id": 2,
  11. "city": "Berwyn Heights",
  12. "state": "MD",
  13. "latitude": 38.9940,
  14. "longitude": -76.9105,
  15. "year": 2016,
  16. "destination": 3
  17. }, {
  18. "id": 3,
  19. "city": "Sandusky",
  20. "state": "OH",
  21. "latitude": 41.4489,
  22. "longitude": -82.7080,
  23. "year": 2016,
  24. "destination": 4
  25. }, {
  26. "id": 4,
  27. "city": "Moline",
  28. "state": "IL",
  29. "latitude": 41.5067,
  30. "longitude": -90.5151,
  31. "year": 2016,
  32. "destination": 5
  33. }, {
  34. "id": 5,
  35. "city": "Omaha",
  36. "state": "NE",
  37. "latitude": 41.2524,
  38. "longitude": -95.9980,
  39. "year": 2016,
  40. "destination": 6
  41. }, {
  42. "id": 6,
  43. "city": "Sterling",
  44. "state": "CO",
  45. "latitude": 40.6255,
  46. "longitude": -103.2077,
  47. "year": 2016,
  48. "destination": 7
  49. }, {
  50. "id": 7,
  51. "city": "Green River",
  52. "state": "UT",
  53. "latitude": 38.9956,
  54. "longitude": -110.1596,
  55. "year": 2016,
  56. "destination": 8
  57. }, {
  58. "id": 8,
  59. "city": "Las Vegas",
  60. "state": "NV",
  61. "latitude": 36.1699,
  62. "longitude": -115.1398,
  63. "year": 2016,
  64. "destination": 9
  65. }, {
  66. "id": 9,
  67. "city": "MOAB",
  68. "state": "UT",
  69. "latitude": 38.5733,
  70. "longitude": -109.5498,
  71. "year": 2016,
  72. "destination": 10
  73. }, {
  74. "id": 10,
  75. "city": "Berthoud",
  76. "state": "CO",
  77. "latitude": 40.3083,
  78. "longitude": -105.0811,
  79. "year": 2016,
  80. "destination": 11
  81. }, {
  82. "id": 11,
  83. "city": "Flaming Gorge",
  84. "state": "UT",
  85. "latitude": 40.9291,
  86. "longitude": -109.3910,
  87. "year": 2016,
  88. "destination": 12
  89. }, {
  90. "id": 12,
  91. "city": "Wendover Will",
  92. "state": "UT",
  93. "latitude": 40.7372,
  94. "longitude": -114.0375,
  95. "year": 2016,
  96. "destination": 13
  97. }, {
  98. "id": 13,
  99. "city": "Winnemucca",
  100. "state": "NV",
  101. "latitude": 40.9730,
  102. "longitude": -117.7357,
  103. "year": 2016,
  104. "destination": 14
  105. }, {
  106. "id": 14,
  107. "city": "Lee Vining",
  108. "state": "CA",
  109. "latitude": 37.9576,
  110. "longitude": -119.1199,
  111. "year": 2016,
  112. "destination": 15
  113. }, {
  114. "id": 15,
  115. "city": "Echo Park",
  116. "state": "CA",
  117. "latitude": 34.0782,
  118. "longitude": -118.2606,
  119. "year": 2016,
  120. "destination": 16
  121. }, {
  122. "id": 16,
  123. "city": "Las Vegas",
  124. "state": "NV",
  125. "latitude": 36.1699,
  126. "longitude": -115.1398,
  127. "year": 2017,
  128. "destination": 17
  129. }, {
  130. "id": 17,
  131. "city": "Meteor Crater",
  132. "state": "AZ",
  133. "latitude": 35.1068,
  134. "longitude": -111.0327,
  135. "year": 2017,
  136. "destination": 18
  137. }, {
  138. "id": 18,
  139. "city": "Sunset Crater",
  140. "state": "AZ",
  141. "latitude": 35.3642,
  142. "longitude": -111.5040,
  143. "year": 2017,
  144. "destination": 19
  145. }, {
  146. "id": 19,
  147. "city": "Austin",
  148. "state": "TX",
  149. "latitude": 30.2672,
  150. "longitude": -97.7431,
  151. "year": 2017,
  152. "destination": 20
  153. }, {
  154. "id": 20,
  155. "city": "Scott",
  156. "state": "LA",
  157. "latitude": 30.2358,
  158. "longitude": -92.0946,
  159. "year": 2017,
  160. "destination": 21
  161. }, {
  162. "id": 21,
  163. "city": "Milton",
  164. "state": "FL",
  165. "latitude": 30.6324,
  166. "longitude": -87.0397,
  167. "year": 2017,
  168. "destination": 22
  169. }, {
  170. "id": 22,
  171. "city": "Spring Hill",
  172. "state": "FL",
  173. "latitude": 28.4832,
  174. "longitude": -82.5370,
  175. "year": 2017,
  176. "destination": 23
  177. }, {
  178. "id": 23,
  179. "city": "St Petersburg",
  180. "state": "FL",
  181. "latitude": 27.7605,
  182. "longitude": -82.6362,
  183. "year": 2017,
  184. "destination": 24
  185. }, {
  186. "id": 24,
  187. "city": "St Augustine",
  188. "state": "FL",
  189. "latitude": 29.9012,
  190. "longitude": -81.3124,
  191. "year": 2017,
  192. "destination": 25
  193. }, {
  194. "id": 25,
  195. "city": "Lake Oconee",
  196. "state": "GA",
  197. "latitude": 33.4544,
  198. "longitude": -83.2640,
  199. "year": 2017,
  200. "destination": 26
  201. }, {
  202. "id": 26,
  203. "city": "Chandler",
  204. "state": "NC",
  205. "latitude": 35.5426,
  206. "longitude": -82.7595,
  207. "year": 2017,
  208. "destination": 27
  209. }, {
  210. "id":27,
  211. "city": "Natural Bridge",
  212. "state": "VA",
  213. "latitude": 37.6790,
  214. "longitude": -79.5087,
  215. "year": 2017,
  216. "destination": 28
  217. }, {
  218. "id": 28,
  219. "city": "Berwyn Heights",
  220. "state": "MD",
  221. "latitude": 38.9940,
  222. "longitude": -76.9105,
  223. "year": 2017,
  224. "destination": 29
  225. }, {
  226. "id": 29,
  227. "city": "Bradford",
  228. "state": "PA",
  229. "latitude": 41.9565,
  230. "longitude": -78.6492,
  231. "year": 2017,
  232. "destination": 30
  233. }, {
  234. "id": 30,
  235. "city": "Bainbridge",
  236. "state": "NY",
  237. "latitude": 42.2934,
  238. "longitude": -75.4793,
  239. "year": 2017,
  240. "destination": 31
  241. }, {
  242. "id": 31,
  243. "city": "Taunton",
  244. "state": "MA",
  245. "latitude": 41.9001,
  246. "longitude": -71.0898,
  247. "year": 2017,
  248. "destination": 32
  249. }, {
  250. "id": 32,
  251. "city": "Natural Bridge",
  252. "state": "VA",
  253. "latitude": 37.6790,
  254. "longitude": -79.5087,
  255. "year": 2017,
  256. "destination": 33
  257. }, {
  258. "id": 33,
  259. "city": "Houlton",
  260. "state": "ME",
  261. "latitude": 46.1262,
  262. "longitude": -67.8402,
  263. "year": 2017,
  264. "destination": 34
  265. }, {
  266. "id": 34,
  267. "city": "Cape Bretton",
  268. "state": "NS",
  269. "latitude": 46.2404,
  270. "longitude": -60.4990,
  271. "year": 2017,
  272. "destination": 35
  273. }, {
  274. "id": 35,
  275. "city": "Presque Isle",
  276. "state": "ME",
  277. "latitude": 46.7229,
  278. "longitude": -67.9480,
  279. "year": 2017,
  280. "destination": 36
  281. }, {
  282. "id": 36,
  283. "city": "Monette",
  284. "state": "QB",
  285. "latitude": 45.3460,
  286. "longitude": -73.4891,
  287. "year": 2017,
  288. "destination": 37
  289. }, {
  290. "id": 37,
  291. "city": "Randolph Center",
  292. "state": "VT",
  293. "latitude": 43.9427,
  294. "longitude": -72.6059,
  295. "year": 2017,
  296. "destination": 38
  297. }, {
  298. "id": 38,
  299. "city": "Brattleboro",
  300. "state": "VT",
  301. "latitude": 42.9284,
  302. "longitude": -72.5369,
  303. "year": 2017,
  304. "destination": 39
  305. }, {
  306. "id": 39,
  307. "city": "Provincetown",
  308. "state": "MA",
  309. "latitude": 42.0584,
  310. "longitude": -70.1786,
  311. "year": 2017,
  312. "destination": 40
  313. }, {
  314. "id": 40,
  315. "city": "Berwyn Heights",
  316. "state": "MD",
  317. "latitude": 38.9940,
  318. "longitude": -76.9105,
  319. "year": 2017,
  320. "destination": 41
  321. }, {
  322. "id": 41,
  323. "city": "Sutton",
  324. "state": "WV",
  325. "latitude": 38.6961,
  326. "longitude": -80.6626,
  327. "year": 2017,
  328. "destination": 42
  329. }, {
  330. "id": 42,
  331. "city": "Newport",
  332. "state": "TN",
  333. "latitude": 35.7734,
  334. "longitude": -83.2586,
  335. "year": 2017,
  336. "destination": 43
  337. }, {
  338. "id": 43,
  339. "city": "Memphis",
  340. "state": "TN",
  341. "latitude": 35.0486,
  342. "longitude": -90.0283,
  343. "year": 2017,
  344. "destination": 44
  345. }, {
  346. "id": 44,
  347. "city": "Little Rock",
  348. "state": "AR",
  349. "latitude": 34.7465,
  350. "longitude": -92.2896,
  351. "year": 2017,
  352. "destination": 45
  353. }, {
  354. "id": 45,
  355. "city": "Salisaw",
  356. "state": "OK",
  357. "latitude": 35.4604,
  358. "longitude": -94.7874,
  359. "year": 2017,
  360. "destination": 46
  361. }, {
  362. "id": 46,
  363. "city": "Salina",
  364. "state": "KS",
  365. "latitude": 38.8403,
  366. "longitude": -97.6114,
  367. "year": 2017,
  368. "destination": 47
  369. }, {
  370. "id": 47,
  371. "city": "Berthoud",
  372. "state": "CO",
  373. "latitude": 40.3083,
  374. "longitude": -105.0811,
  375. "year": 2017,
  376. "destination": 48
  377. }, {
  378. "id": 48,
  379. "city": "Green River",
  380. "state": "UT",
  381. "latitude": 38.9956,
  382. "longitude": -110.1596,
  383. "year": 2017,
  384. "destination": 49
  385. }, {
  386. "id": 49,
  387. "city": "Las Vegas",
  388. "state": "NV",
  389. "latitude": 36.1699,
  390. "longitude": -115.1398,
  391. "year": 2018,
  392. "destination": 50
  393. }, {
  394. "id": 50,
  395. "city": "Three Rivers",
  396. "state": "CA",
  397. "latitude": 36.4580,
  398. "longitude": -118.8811,
  399. "year": 2018,
  400. "destination": 51
  401. }, {
  402. "id": 51,
  403. "city": "El Portal",
  404. "state": "CA",
  405. "latitude": 37.6747,
  406. "longitude": -119.7841,
  407. "year": 2018,
  408. "destination": 52
  409. }, {
  410. "id": 52,
  411. "city": "Gold Run",
  412. "state": "CA",
  413. "latitude": 39.1868,
  414. "longitude": -120.8329,
  415. "year": 2018,
  416. "destination": 53
  417. }, {
  418. "id": 53,
  419. "city": "Mill Creek",
  420. "state": "CA",
  421. "latitude": 40.3263,
  422. "longitude": -121.5228,
  423. "year": 2018,
  424. "destination": 54
  425. }, {
  426. "id": 54,
  427. "city": "Crater Lake",
  428. "state": "OR",
  429. "latitude": 42.9446,
  430. "longitude": -122.1092,
  431. "year": 2018,
  432. "destination": 55
  433. }, {
  434. "id": 55,
  435. "city": "Portland",
  436. "state": "OR",
  437. "latitude": 45.6001,
  438. "longitude": -122.6525,
  439. "year": 2018,
  440. "destination": 56
  441. }, {
  442. "id": 56,
  443. "city": "Eatonville",
  444. "state": "WA",
  445. "latitude": 46.9454,
  446. "longitude": -122.2743,
  447. "year": 2018,
  448. "destination": 57
  449. }, {
  450. "id": 57,
  451. "city": "Port Angeles",
  452. "state": "WA",
  453. "latitude": 48.1596,
  454. "longitude": -123.7102,
  455. "year": 2018,
  456. "destination": 58
  457. }, {
  458. "id": 58,
  459. "city": "Standwood",
  460. "state": "WA",
  461. "latitude": 48.1556,
  462. "longitude": -122.2974,
  463. "year": 2018,
  464. "destination": 59
  465. }, {
  466. "id": 59,
  467. "city": "Surrey",
  468. "state": "BC",
  469. "latitude": 49.1878,
  470. "longitude": -122.7708,
  471. "year": 2018,
  472. "destination": 60
  473. }, {
  474. "id": 60,
  475. "city": "Sicamus",
  476. "state": "BC",
  477. "latitude": 50.8876,
  478. "longitude": -118.8400,
  479. "year": 2018,
  480. "destination": 61
  481. }, {
  482. "id": 61,
  483. "city": "Kalispell",
  484. "state": "MT",
  485. "latitude": 48.2514,
  486. "longitude": -114.2547,
  487. "year": 2018,
  488. "destination": 62
  489. }, {
  490. "id": 62,
  491. "city": "Yellowstone",
  492. "state": "MT",
  493. "latitude": 44.6625,
  494. "longitude": -111.0980,
  495. "year": 2018,
  496. "destination": 63
  497. }, {
  498. "id": 63,
  499. "city": "Arco",
  500. "state": "ID",
  501. "latitude": 43.6271,
  502. "longitude": -113.3057,
  503. "year": 2018,
  504. "destination": 64
  505. }, {
  506. "id": 64,
  507. "city": "Farmington",
  508. "state": "UT",
  509. "latitude": 40.9828,
  510. "longitude": -111.8966,
  511. "year": 2018,
  512. "destination": 65
  513. }, {
  514. "id": 65,
  515. "city": "Torrey",
  516. "state": "UT",
  517. "latitude": 38.2995,
  518. "longitude": -111.4332,
  519. "year": 2018,
  520. "destination": 66
  521. }, {
  522. "id": 66,
  523. "city": "Bryce Canyon",
  524. "state": "UT",
  525. "latitude": 37.6684,
  526. "longitude": -112.1586,
  527. "year": 2018,
  528. "destination": 67
  529. }, {
  530. "id": 67,
  531. "city": "Kannab",
  532. "state": "UT",
  533. "latitude": 37.0396,
  534. "longitude": -112.5253,
  535. "year": 2018,
  536. "destination": 68
  537. }, {
  538. "id": 68,
  539. "city": "Williams",
  540. "state": "AZ",
  541. "latitude": 35.3282,
  542. "longitude": -112.1576,
  543. "year": 2018,
  544. "destination": 69
  545. }, {
  546. "id": 69,
  547. "city": "Las Vegas",
  548. "state": "NV",
  549. "latitude": 36.1699,
  550. "longitude": -115.1398,
  551. "year": 2019,
  552. "destination": 70
  553. }, {
  554. "id": 70,
  555. "city": "Ely",
  556. "state": "NV",
  557. "latitude": 39.2138,
  558. "longitude": -114.8559,
  559. "year": 2019,
  560. "destination": 71
  561. }, {
  562. "id": 71,
  563. "city": "Twin Falls",
  564. "state": "ID",
  565. "latitude": 42.5486,
  566. "longitude": -114.4272,
  567. "year": 2019,
  568. "destination": 72
  569. }, {
  570. "id": 72,
  571. "city": "Dillon",
  572. "state": "MT",
  573. "latitude": 45.2105,
  574. "longitude": -112.6449,
  575. "year": 2019,
  576. "destination": 73
  577. }, {
  578. "id": 73,
  579. "city": "Columbia Falls",
  580. "state": "MT",
  581. "latitude": 48.3690,
  582. "longitude": -114.1787,
  583. "year": 2019,
  584. "destination": 74
  585. }, {
  586. "id": 74,
  587. "city": "Columbus",
  588. "state": "MT",
  589. "latitude": 45.6478,
  590. "longitude": -109.2448,
  591. "year": 2019,
  592. "destination": 75
  593. }, {
  594. "id": 75,
  595. "city": "Sundance",
  596. "state": "WY",
  597. "latitude": 44.4064,
  598. "longitude": -104.3758,
  599. "year": 2019,
  600. "destination": 76
  601. }, {
  602. "id": 76,
  603. "city": "Sioux Falls",
  604. "state": "SD",
  605. "latitude": 43.5433,
  606. "longitude": -96.7833,
  607. "year": 2019,
  608. "destination": 77
  609. }, {
  610. "id": 77,
  611. "city": "Lansing",
  612. "state": "IA",
  613. "latitude": 43.3599,
  614. "longitude": -91.2537,
  615. "year": 2019,
  616. "destination": 78
  617. }, {
  618. "id": 78,
  619. "city": "Sycamore",
  620. "state": "IL",
  621. "latitude": 41.9932,
  622. "longitude": -88.6784,
  623. "year": 2019,
  624. "destination": 79
  625. }, {
  626. "id": 79,
  627. "city": "Avoca",
  628. "state": "MI",
  629. "latitude": 43.0343,
  630. "longitude": -82.6421,
  631. "year": 2019,
  632. "destination": 80
  633. }, {
  634. "id": 80,
  635. "city": "Niagara Falls",
  636. "state": "NY",
  637. "latitude": 43.0967,
  638. "longitude": -78.9166,
  639. "year": 2019,
  640. "destination": 81
  641. }, {
  642. "id": 81,
  643. "city": "Saugerties",
  644. "state": "NY",
  645. "latitude": 43.9617,
  646. "longitude": -71.6750,
  647. "year": 2019,
  648. "destination": 82
  649. }, {
  650. "id": 82,
  651. "city": "Provincetown",
  652. "state": "MA",
  653. "latitude": 42.0584,
  654. "longitude": -70.1786,
  655. "year": 2019,
  656. "destination": 83
  657. }, {
  658. "id": 83,
  659. "city": "Sundance",
  660. "state": "WY",
  661. "latitude": 44.4064,
  662. "longitude": -104.3758,
  663. "year": 2019,
  664. "destination": 83
  665. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement