Guest User

Untitled

a guest
Nov 18th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. { "type": "FeatureCollection",
  2. "features": [
  3. { "type": "Feature",
  4. "geometry": {"type": "Point", "coordinates": [-122.24854, 37.875668]},
  5. "properties": {"name":"Advanced Light Source",
  6. "site":"Lawrence Berkeley National Laboratory"}
  7. },
  8. { "type": "Feature",
  9. "geometry": {"type": "Point", "coordinates": [-87.988104, 41.703504]},
  10. "properties": {"name":"Advanced Photon Source",
  11. "site":"Argonne National Laboratory",
  12. "commissioned": 1995}
  13. },
  14. { "type": "Feature",
  15. "geometry": {"type": "Point", "coordinates": [150.9788023,-34.051444]},
  16. "properties": {"name":"Bragg Institute",
  17. "site":"Australian Nuclear Science and Technology Organisation"}
  18. },
  19. { "type": "Feature",
  20. "geometry": {"type": "Point", "coordinates": [-1.3124486, 51.5740215]},
  21. "properties": {"name":"Diamond Light Source",
  22. "site":"Harwell Science Campus",
  23. "commissioned": 2006}
  24. },
  25. { "type": "Feature",
  26. "geometry": {"type": "Point", "coordinates": [5.6900701,45.2080287]},
  27. "properties": {"name":"European Synchrotron Radiation Facility",
  28. "site":"Polygone Scientifique"}
  29. },
  30. { "type": "Feature",
  31. "geometry": {"type": "Point", "coordinates": [-84.303295, 35.917619]},
  32. "properties": {"name":"High Flux Isotope Reactor",
  33. "site":"Oak Ridge National Laboratory"}
  34. },
  35. { "type": "Feature",
  36. "geometry": {"type": "Point", "coordinates": [5.6914632,45.2060663]},
  37. "properties": {"name":"Institut Laue-Langevin",
  38. "site":"Polygone Scientifique"}
  39. },
  40. { "type": "Feature",
  41. "geometry": {"type": "Point", "coordinates": [-1.3184578, 51.5716569]},
  42. "properties": {"name":"ISIS Pulsed Neutron and Muon Source",
  43. "site":"Rutherford Appleton Laboratory",
  44. "commissioned": 1985}
  45. },
  46. { "type": "Feature",
  47. "geometry": {"type": "Point", "coordinates": [-122.201369, 37.417499]},
  48. "properties": {"name":"Linac Coherent Light Source",
  49. "site":"Stanford University"}
  50. },
  51. { "type": "Feature",
  52. "geometry": {"type": "Point", "coordinates": [-106.267170, 35.868955]},
  53. "properties": {"name":"Lujan Center at Los Alamos Neutron Science Center",
  54. "site":"Los Alamos National Laboratory"}
  55. },
  56. { "type": "Feature",
  57. "geometry": {"type": "Point", "coordinates": [-72.87358, 40.864637]},
  58. "properties": {"name":"National Synchrotron Light Source II",
  59. "site":"Brookhaven National Laboratory"}
  60. },
  61. { "type": "Feature",
  62. "geometry": {"type": "Point", "coordinates": [-77.219001, 39.126639]},
  63. "properties": {"name":"NIST Center for Neutron Research",
  64. "site":"National Institute of Standards and Technology"}
  65. },
  66. { "type": "Feature",
  67. "geometry": {"type": "Point", "coordinates": [8.229908,47.538572]},
  68. "properties": {"name":"SINQ neutron source",
  69. "site":"Paul Scherrer Institute"}
  70. },
  71. { "type": "Feature",
  72. "geometry": {"type": "Point", "coordinates": [-84.300325, 35.952991]},
  73. "properties": {"name":"Spallation Neutron Source",
  74. "site":"Oak Ridge National Laboratory"}
  75. },
  76. { "type": "Feature",
  77. "geometry": {"type": "Point", "coordinates": [-122.201022,37.4182897]},
  78. "properties": {"name":"Stanford Synchrotron Radiation Lightsource",
  79. "site":"Stanford University"}
  80. },
  81. { "type": "Feature",
  82. "geometry": {"type": "Point", "coordinates": [8.2222806,47.5347826]},
  83. "properties": {"name":"Swiss Light Source",
  84. "site":"Paul Scherrer Institute",
  85. "commissioned": 2001}
  86. }
  87. ]
  88. }
Add Comment
Please, Sign In to add comment