Questions tagged «explode»

2
用Python访问`processing`吗?
我想从独立脚本访问QGIS之外的Python中的爆炸线功能。 我必须加载哪个模块才能使用它? 我该如何访问processing? from qgis.core import * layerInput = QgsVectorLayer('test.shp', 'test', 'ogr') processing.runalg('qgis:explodelines', layerInput, 'temp.shp')
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.