2
Truy cập `process` với Python?
Tôi muốn truy cập chức năng dòng explode trong Python bên ngoài QGIS từ một tập lệnh độc lập. Tôi phải tải mô-đun nào để sử dụng nó? Làm thế nào tôi có thể truy cập processing? from qgis.core import * layerInput = QgsVectorLayer('test.shp', 'test', 'ogr') processing.runalg('qgis:explodelines', layerInput, 'temp.shp')