In one of my plugins I would like to use the distance geoprocessing algorithm. When running this algorithm from the menu Vector->Analysis Tools->Distance Matrix I get a different output than running the same function from the Geoprocessing Tools.
Unfortunately the output from the Geoprocessing Toolbox has different headers in the output and I need the result from the process run with the vector-analysis tools.
The first row of the processing output is
ID,DIST_1,DIST_2, ...The Output of the menu-version is:
ID,4711,0815, ...4711 and 0815 are my idnetifiers choosen in the dialog.
Is there a possibility to run this tool instead of
processing.runalg("qgis:distancematrix" ...in my python plugin?
أكثر...
Unfortunately the output from the Geoprocessing Toolbox has different headers in the output and I need the result from the process run with the vector-analysis tools.
The first row of the processing output is
ID,DIST_1,DIST_2, ...The Output of the menu-version is:
ID,4711,0815, ...4711 and 0815 are my idnetifiers choosen in the dialog.
Is there a possibility to run this tool instead of
processing.runalg("qgis:distancematrix" ...in my python plugin?
أكثر...