Python Polygons

Python Polygons

This is a collection of my posts on using python to manipulate polygons.

 

Install Shapely Geometry Package

Python Alternatives to MatlabA quick guide so installing the shapely geometry package in python.

 

 


 

Concave (alpha) Hull With Python

concave hull pythonHow to find the concave hull using the shapely python package.

 

 

 


 

Find the Centre of a Polygon With Python

How to find the Centre of a Polygon in PythonIt’s easy to find the centre of a polygon with the shapely python package.

 

 


 

How to Merge Polygons With Python

how to merge polygons in pythonUse the Shapely Python package to merge polygons.

 

 


Trapezoidal Decomposition With Python

Trapezoidal decompositionHow to break a polygon in to trapezoids using python.

 

 


 How to Plot Polygons in Python

Plot Polygons in Python - combinedWhen 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.