Andrew Turner - @ajturner
ajturner.github.com/geodata-workshop
Aerospace Engineer
http://highearthorbit.com/neogeography/book.pdf
People live and interact with Place
Haiti
OpenStreetMap - January 12, 2010
OpenStreetMap - January 14, 2010
OpenStreetMap - January 26, 2010
Open Access to data
Visualize on maps
Analyze questions
Access
{ "type": "Point", "coordinates": [100.0, 0.0] }
{ "type": "LineString",
"coordinates": [ [100.0, 0.0], [101.0, 1.0] ]
}
{ "type": "Polygon",
"coordinates": [
[ [100.0, 0.0], [101.0, 0.0], [101.0, 1.0], [100.0, 1.0], [100.0, 0.0] ]
]
}
VisualizeLet's Builds some Maps.
check out geocommons.com/maps/196311
Analyze
Radius buffer from a point, line or polygon
Radius buffer from a point, line or polygon
Overlap between two polygonal areas, lines or points
Overlap between two polygonal areas, lines or points
Group data by arbitrary geographic boundaries
Group data by arbitrary geographic boundaries
check out geocommons.com/maps/196311
resources.arcgis.com & esri.github.com