Category Archives: python

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 »

The Stoner Python Package

The Stoner Python Package is an ambitious project by the Leeds Condensed Matter Physics Group. It brings together various existing scientific python packages for numerical computing and data analysis, and introduces its own classes and methods for analysis and manipulation. The idea behind the code seems a sensible one: standardise simple coding tasks to make… Read More »