Tagged Questions
10
votes
2answers
3k views
Point (of a linestring) within Polygon using ogr and Python
I'm currently working on a project in which I need to build a topological network out of the geometry features I find in shapefiles.
So far using Ben Reilly's open source project I've managed to ...