Re: [QGIS-Developer] Questions regarding the QgsProcessingAlgorithm class

2023-11-24 Thread Ujaval Gandhi via QGIS-Developer
Some ideas inline below [data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAQABAAACAkQBADs=3D] On Thu, Nov 23, 2023 at 4:33 PM Bo Victor Thomsen via QGIS-Developer wrote: > Hi list - > > > I apologize for the cross-posting to this mailing list from qgis-user. But I > hope, that somebody

Re: [QGIS-Developer] passing parameters to QGIS Python-Script started via Command Line

2022-08-08 Thread Ujaval Gandhi via QGIS-Developer
One option is to set env variables before launching the qgis command. The env variables can be read from python. set QGIS_MESSAGE=Helllo World Then your myscript.py can be something like from qgis.utils import iface import os message = os.environ['QGIS_MESSAGE'] iface.messageBar().pushMess

Re: [QGIS-Developer] Packages for arm64 version of ubuntu

2022-03-22 Thread Ujaval Gandhi via QGIS-Developer
s supported by debian for > qgis, these are in the debian repositories. > On 21/03/22 20:00, Ujaval Gandhi via QGIS-Developer wrote: > > I was able to get a Ubuntu 20.04 VM running on Mac M1 (arm64) using UTM > <https://mac.getutm.app/gallery/ubuntu-20-04>. QGIS install works

Re: [QGIS-Developer] Packages for arm64 version of ubuntu

2022-03-21 Thread Ujaval Gandhi via QGIS-Developer
I was able to get a Ubuntu 20.04 VM running on Mac M1 (arm64) using UTM . QGIS install works but the latest installer is for QGIS 3.10. The latest ltr 3.22 also has arm64 package but they are available only on Ubuntu 22.04 https://packages.ubuntu.com/se