Tagged Questions
1
vote
1answer
53 views
How to use QgsOverlayAnalyzer class in pyQGIS?
I am very new to Python scripting in QuantumGIS, so bear with me please.
I am trying to use the QgsOverlayAnalyzer class in QuantumGIS (http://www.qgis.org/api/classQgsOverlayAnalyzer.html#details) ...
1
vote
1answer
169 views
Why do I get 'KeyError: 0' when using Line Intersection tool?
I'm using Quantum GIS version 1.8.0-Lisboa and trying to create intersection point using Intersection tool. (Vector -> Analysis tools -> Line Intersections )
But when I do that for my shapefile, It ...
3
votes
0answers
394 views
How to find all intersections and count lines arriving at each intersection?
I'm having a hard time getting off the ground with this, and am trying to move away from ArcGIS / arcpy.
I have a shapefile with a network of polylines. I want to find/count all 2-way intersections, ...