Thiessen polygon algorithm in Python
Institute for Environmental and Spatial Analysis...University of North Georgia
1 Introduction
Thiessen polygons are widely used to split a 2-dimensional space with input points, each of which is associated with a Thiessen polygon. Any arbitrary point in a Thiessen polygon is closer to its associated point than to any other input points.
2 Let’s see how to draw them manually
Please watch these videos and try it yourself before class. Pause the video and copy his data on your paper.
- Thiessen Polygon Method: Step 1 (12:55)
- Thiessen Polygon Method: Step 2 (5:25)
- Thiessen Polygon Method: Step 3 (4:50)
- Thiessen Polygon Method: Step 4 (3:38)
- Thiessen Polygon Method: Step 5 (4:55)
3 Mini projects
- Data creation
- Proximity analysis
- Bisecting line segments
- Drawing Thiessen polygons