[Qgis-user] algorithm native:dissolve not found

Jorge Gustavo Rocha jgr at geomaster.pt
Mon Feb 3 08:40:26 PST 2020


Dear Ming,

Is "Processing" core plugin enabled? Can you check please?

You can list all available processing algorithms with in the Python
console [1]:

for alg in QgsApplication.processingRegistry().algorithms():
print(alg.id(), "->", alg.displayName())

What is your output? Is native:dissolve listed or not?

[1]
https://docs.qgis.org/testing/en/docs/user_manual/processing/console.html

Regards,

Jorge Gustavo

On 03/02/20 16:27, ming han wrote:
> Hi everyone
>
>    I am using Qgis 3.10. I could run
> processing.run('gdal:cliprasterbymasklayer',..) 
>    but got an algorithm not found error when I try to run
> processing.run("native:dissolve",...) 
>
>    Is anyone know what happened to this script? 
>
>  Thanks 
> Ming 
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
-- 
Email Signature
Logo <https://www.geomaster.pt> 	
*Geomaster*
*Jorge Gustavo Rocha* | Software Engineer
*e:*jgr at geomaster.pt | *m:*+351 910 333 888
*g:*41.54094,-8.40490 | *v: *510 906 109
*a: * Rua António Cândido Pinto, 67, 4715-400 Braga

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20200203/7c5c348f/attachment.html>


More information about the Qgis-user mailing list