A quick and dirty path finding algorithm for .shp files
The 'Problem'
Let's assume, you have a set of paths (lines) in a .shp file and try to come up with a way to create one .shp file for every possible combination of paths between a point A and a point B ... Trying to brute force this can be quite …