Re: [QGIS-Developer] Python libraries default of QGIS

2021-06-30 Thread Stefan Giese (WhereGroup)
Hi Luis, just type */help("modules")/* into the python console. Best regards Stefan Am 30.06.2021 um 23:50 schrieb Luiz Motta: Hi guys, I use a long times ago the Numpy in my plugins. But, for my surprise, recently i discover that is possible use the PILLOW(PIL) no need to install. I

[QGIS-Developer] Python libraries default of QGIS

2021-06-30 Thread Luiz Motta
Hi guys, I use a long times ago the Numpy in my plugins. But, for my surprise, recently i discover that is possible use the PILLOW(PIL) no need to install. I would like know how i find which the Python libraries are installed by QGIS? Example, can i use "import scipy" can i use "import scipy" w

[QGIS-Developer] Preview of the QGIS Earth, Sun, Moon, & Planets Plugin

2021-06-30 Thread C Hamilton
I thought I would give you an alpha version of the QGIS Earth, Sun, Moon & Planets plugin I am developing. This plugin requires QGIS 3.14 or more recent. It is also rather large because it contains all the data needed to run. If you are on windows and want to download a self contained windows plugi

Re: [QGIS-Developer] Custom processing script instabilities (Nzl_T)

2021-06-30 Thread Nazli Turini [BBA]
Hi Nyall, Thank you so much fort he feedback. I have tried to customized the script based on your suggestions and in this step, I have removed the lines with thread-unsafe. Also, I have added to the algorithm the flag which returns the FlagNoThreading flag from an override of the QgsProcessing