Re: [QGIS-Developer] Loading multiple raster images from processing algorithm

2021-03-11 Thread matteo
Hi Calvin, I normally use addLayerToLoadOnCompletion to load some additional layer into QGIS from Processing script: context.addLayerToLoadOnCompletion( yourlayer.source(), context.LayerDetails( name='mylayername', project=context.project() ) ) but

Re: [QGIS-Developer] Loading multiple raster images from processing algorithm

2021-03-11 Thread Andrea Giudiceandrea
C Hamilton wrote > path = path_to_the_image > rlayer = QgsRasterLayer(path, name_of_image) Hi C Hamilton, are you sure the path_to_the_image is correct? Have you tried to execute the code in the Python console? Does QgsRasterLayer(path, name_of_image) and QgsProject.instance().addMapLayer(rlayer,

Re: [QGIS-Developer] Loading multiple raster images from processing algorithm

2021-03-11 Thread Nyall Dawson
On Fri, 12 Mar 2021 at 07:26, C Hamilton wrote: > > For one of my QIGS processing algorithms I have a destination folder, > QgsProcessingParameterFolderDestination, where one or more GeoTIFF images are > created. Once these images are created, how do I load them so that they > display in QGIS

[QGIS-Developer] Loading multiple raster images from processing algorithm

2021-03-11 Thread C Hamilton
For one of my QIGS processing algorithms I have a destination folder, QgsProcessingParameterFolderDestination, where one or more GeoTIFF images are created. Once these images are created, how do I load them so that they display in QGIS from the "processAlgorithm" method? I had thought that this

[QGIS-Developer] Missing processing tools in pyqgis docs?

2021-03-11 Thread DelazJ
Hi, I was wondering whether there's a reason why processing.runAndLoadResults, createAlgorithmDialog, execAlgorithmDialog (and maybe, algorithmHelp and createContext [0]) are missing in the pyqgis API documentation. I find run() [1] but not the others. We mention the others in the user manual,

Re: [QGIS-Developer] Qgis Plugin Approved

2021-03-11 Thread Paolo Cavallini
Hi Francesca, have you tired opening a ticket on the plugin bugtracker? Cheers. Il 11/03/21 10:45, Francesca Stendardi ha scritto: > Hi everyone! I am using the plugin "Geotrace" in Qgis 3.16.3 to get the > layers of structural elements of some geological sheets. Specifically I > am using the

Re: [QGIS-Developer] Approvemnent geoCore Plugin

2021-03-11 Thread Paolo Cavallini
Hi Moritz, I checked, and open a ticket on a minor issue. Could you please fix it? I see other tickets are open. I also noticed the latest version is approved, whereas the older ones are not: do you know the reason of this? All the best. https://plugins.qgis.org/plugins/geoCore/ Il 11/03/21

Re: [QGIS-Developer] Qgis Plugin Approved

2021-03-11 Thread Francesca Stendardi
Hi everyone! I am using the plugin "Geotrace" in Qgis 3.16.3 to get the layers of structural elements of some geological sheets. Specifically I am using the above plugin to get stereonets and rose diagrams. The plugin works perfectly, but I can not see the legend of the various plots obtained.

Re: [QGIS-Developer] Qgis Plugin Approved

2021-03-11 Thread Paolo Cavallini
Hi, I checked, and found a minor issue. Please fix it and I'll be able to approve it soon. Thanks for the remind, do not hesitate to write again. Cheers. Il 10/03/21 23:51, k...@student.agh.edu.pl ha scritto: > Hi! > > I uploaded our Plugin 2 months ago. Since that time I have got one > message

Re: [QGIS-Developer] Approvemnent geoCore Plugin

2021-03-11 Thread Paolo Cavallini
Hi Moritz, could you please let me know the link to your plugin? Thanks. Il 11/03/21 09:34, mmmennenga ha scritto: > Dear all, I uploaded a new version of our plugin last Tuesday - with an > important change in the functionality -, but there was no approvement yet. > Is there a delay of

[QGIS-Developer] Approvemnent geoCore Plugin

2021-03-11 Thread mmmennenga
Dear all, I uploaded a new version of our plugin last Tuesday - with an important change in the functionality -, but there was no approvement yet. Is there a delay of approvements, because last times it took only 1-2 days? All the best Moritz -- Sent from:

[QGIS-Developer] github projects

2021-03-11 Thread Raymond Nijssen
Morning all! This is something new to me: https://github.com/qgis/QGIS/projects/1 How can I get rights to update things? Kind regards, Raymond ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: