The multiprocessing tag has no wiki summary.
1
vote
0answers
79 views
python multiprocessing error in QGis (Windows)
I have this error when I try to use Manager() from python multiprocessing library.
(Just start QGIS open Python console and execute the two following lines)
>>> import multiprocessing
...
0
votes
0answers
63 views
ARCGIS Polygone manipulation : Splitting if area>=5KM or merge if area<=0.5KM
I'm just facing a wall. I don't know if even possible to complete the process with modeling. I may need to work with python script which I'm not used to it.
In this state, I got a buffer created from ...
