Tag Archives: shapely

How to Merge Polygons in Python

I’ve been working with the Shapely python package in python. This is a short guide for how to merge polygons in python. This guide is based on “cascaded_union.py” in the shapely examples. Find out how to install shapely in python here. How to Merge Polygons in Python Download the script for this guide here. In… Read More »