Tagged Questions
0
votes
2answers
244 views
Python module “shapely.wkb” missing
I am trying to follow a tutorial from here http://qgistips.spatialthoughts.com/2012/12/find-neighbor-polygons-in-layer-in-qgis.html#more
I have downloaded the relevant python script and edited it as ...
2
votes
1answer
270 views
How to install shapely for python 2.6 (Mac) NOT 2.7?
I'm trying to use Polygonizer plugin inside QGIS, but it needs Shapely to work. I've installed Shapely (pip install Shapely) but that's for python 2.7. QGIS works with python 2.6 (on Snow Leopard) and ...
