Last active
January 4, 2016 17:29
-
-
Save benheb/8654723 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 4", | |
| "bust index": 5, | |
| "location": "Fort Collins" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -105.0787353515625, | |
| 40.5534610833091 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "2 - 6", | |
| "bust index": 4, | |
| "location": "Boulder" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -105.2874755859375, | |
| 40.02130468739707 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 4", | |
| "bust index": 8, | |
| "location": "Denver" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -104.99359130859375, | |
| 39.74521015328692 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 3", | |
| "bust index": 8, | |
| "location": "DIA" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -104.66949462890624, | |
| 39.85282948915942 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "2 - 4", | |
| "bust index": 5, | |
| "location": "Golden" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -105.23529052734375, | |
| 39.76210275375137 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 4", | |
| "bust index": 8, | |
| "location": "South Denver" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -104.87274169921874, | |
| 39.552765371831015 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 4", | |
| "bust index": 8, | |
| "location": "Castle Rock" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -104.87548828125, | |
| 39.36827914916011 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "forecast": "1 - 4", | |
| "bust index": 5, | |
| "location": "Greeley" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| -104.6722412109375, | |
| 40.39676430557203 | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment