Tagged Questions
1
vote
0answers
68 views
How to calculate weighted mean coordinates within polygons?
I'm using QGIS 1.8 on OSX 10.8.3.
I have a polygon shapefile of all of the US state legislative districts.
I also have a layer of points that are centroids of US Census Tracts, with a field for the ...
2
votes
2answers
148 views
Couldn't load plugin fTools due an error when calling its classFactory() method
When I start qgis I get a python exception:
Couldn't load plugin fTools due an error when calling its classFactory() method
...
309, in _import
mod = _builtin_import(name, globals, locals, ...