Hi, thank you for the fast answer. It makes then current no sense to develop my plugins further. Greatings Mike
> Nyall Dawson <[email protected]> hat am 7. Juli 2017 um 08:14 > geschrieben: > This is all in a state of flux. In QGIS 3.0 you would do something like: > > processing.run( 'gdal:convertformat', {'INPUT':"d:/test/mydxf.dxf", > ... , 'OUTPUT':'d:/test/myshp.shp'} ) > > i.e. you know use a dict for specifying the options. > > But gdal algorithms are not available yet - only a handful of qgis ones. > > Nyall > > > > > > Unfortunately, I found in the net no example how to use the new version of > > the processing for (ogr) convert dxf to shape. > > > > Greatings Mike > > > > EZUSoft <[email protected]> hat am 27. März 2017 um 16:56 geschrieben: > > > > Hi, > > thanks for answer. > > processing.runalg('gdal:convertformat' ... > > This works (in the principle). > > > > Greatings Mike > > > > DelazJ <[email protected]> hat am 27. März 2017 um 10:41 geschrieben: > > > > Hi, > > It's because gdalogr no longer exists in 3.0, use instead gdal. You could to > > run processing.alglist() to get the write syntax of functions. > > > > Regards, > > Harrissou > > > > 2017-03-27 9:05 GMT+02:00 EZUSoft <[email protected]>: > > > > Hi @all, > > i can not use the "gdalogr"-Processing in QGIS 3.0 (2.99) QGIS code revision > > 1182816 > > > > import processing > > processing.runalg('gdalogr:convertformat','', 0, '' ,'') > > Error: Algorithm not found > > > > Does anyone know whats going wrong? > > > > Greatings Mike > > > > _______________________________________________ > > Qgis-developer mailing list > > [email protected] > > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer > > > > _______________________________________________ > > QGIS-Developer mailing list > > [email protected] > > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
