Python Polygons
This is a collection of my posts on using python to manipulate polygons.
Install Shapely Geometry Package
A quick guide so installing the shapely geometry package in python.
Concave (alpha) Hull With Python
How to find the concave hull using the shapely python package.
Find the Centre of a Polygon With Python
It’s easy to find the centre of a polygon with the shapely python package.
How to Merge Polygons With Python
Use the Shapely Python package to merge polygons.
Trapezoidal Decomposition With Python
How to break a polygon in to trapezoids using python.
How to Plot Polygons in Python
When you’re working with polygons it can be useful to be able to plot them. This post shows you how to plot polygons in python.