- Define Driver
- Define Datasource
- Define Layer
- Iterate over features in Layer
- Get feature geometry
- Assess for overlap each feature with every other feature
- previous examples demo up to Step 4
Ran out of time, lets look at the code
- speed! Problem could easily be processed in parallel
- look into using shapely or fiona
- bulk processing features instead of individually
- rtree module
- other?
Other useful links: