Last active
August 29, 2015 14:06
-
-
Save jenningsanderson/353dcb5ebfd568dd1916 to your computer and use it in GitHub Desktop.
A user's most likely before_home cluster and their predicted evacuation location
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": { | |
"Place": "Before Home" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-73.94892007, | |
40.67808706 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"Place": "Most Likely Shelter Location" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
-76.082057905, | |
43.202019785 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"desc": "User Path: Oct 28 - Nov 9" | |
}, | |
"geometry": { | |
"type": "LineString", | |
"coordinates": [ | |
[ | |
-73.94892007, | |
40.67808706 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
], | |
[ | |
-76.082057905, | |
43.202019785 | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment