Skip to content

Instantly share code, notes, and snippets.

@jenningsanderson
Last active August 29, 2015 14:06
Show Gist options
  • Save jenningsanderson/353dcb5ebfd568dd1916 to your computer and use it in GitHub Desktop.
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
Display the source blob
Display the rendered blob
Raw
{
"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