I want to access the explode lines function in Python outside of QGIS from a standalone script.
What module do I have to load in order to use it? How can I access processing?
from qgis.core import *layerInput = QgsVectorLayer('test.shp', 'test', 'ogr')processing.runalg('qgis:explodelines', layerInput, 'temp.shp')
أكثر...
What module do I have to load in order to use it? How can I access processing?
from qgis.core import *layerInput = QgsVectorLayer('test.shp', 'test', 'ogr')processing.runalg('qgis:explodelines', layerInput, 'temp.shp')
أكثر...