On Mon, 22 Mar 2021 at 19:03, Anita Graser wrote:
>
> Dear QGIS Community,
>
> This is to let you know that the form for grant applications is now closed
> and that we have received 12 applications totaling € 42,500.
>
> As a quick teaser, here are the proposals:
>
> Port DB Manager Table Managem
On Wed, 24 Mar 2021 at 06:15, David Marteau wrote:
>
>
> You should be aware that call to Qgis C/C++ api from Python hold the GIL
> and may prevent custom python threads to run.
Actually almost all of the PyQGIS methods release the GIL before they
call c++ code. The only exceptions are very fast
Hello QGIS Dev,
I’m Francesco Bursi, an M.Sc. civil engineer from Italy currently enrolled in a
Master of Advanced Studies (Level 8 EQF) in giscience and geoinformatics at the
University of Padua. Through this postgraduate course I’m doing an internship
in Gter S.r.l.
I’m really interested to
On Wed, 24 Mar 2021 at 06:36, Totò wrote:
>
> The problem is that many users don't know that by sharing a project file they
> share some personal data. LibreOffice lets the user decide.
> The main point is that the average user is not aware of all this, saving a
> project there is no message that
Greetings,
I'm curious to know if all backport should be reviewed. In theory other
than major code rework backports should be retrocompatible. Assuming they
are most often done by domain experts as is mostly the case, would it be
too risky to merge if the main PR was reviewed and the tests are all
The problem is that many users don't know that by sharing a project file they
share some personal data. LibreOffice lets the user decide.
The main point is that the average user is not aware of all this, saving a
project there is no message that warns me of what is happening, and the
variables are
You should be aware that call to Qgis C/C++ api from Python hold the GIL
and may prevent custom python threads to run.
Le 23/03/2021 à 21:06, Sebastian M. Ernst a écrit :
Hi David,
I suspected this much. In theory, I can move the event loop into a
separate thread [1, 2] - this should allow
Hi David,
I suspected this much. In theory, I can move the event loop into a
separate thread [1, 2] - this should allow QGIS' event loop to continue
running and accepting input etc. I am *guessing* that this can be made
work. Question: Has someone around here actually tried it before?
Best regard
Hi Matteo,
can you give an example when exposing the username could be problematic?
As far as I know other common programs like Word, Excel and so on also add
your full name as author to the metadata of every Word- or Excel file you
create.
I think this is something very useful if you work with ot
Juste a few things:
- py-qgis-wps does not require pyProj directly, you have to check which
dependency needs it and eventually install it for your platform.
- You should always install custom python package in a venv otherwise
you may break your installation.
Please open an issue on https:/
Hi,
Asynchronous python code with asyncio assume that you have an ioloop
running in a blocking way in your python code:
that means that no other code (in the same thread) cannot run
concurrently with your async tasks while your loop is running.
David
Le 23/03/2021 à 20:28, Sebastian M. Ernst
Hi David,
While installing the service from source code files using given
instructions, further details of the exception I have encountered.
[image: image.png]
Complete output from command python setup.py egg_info:
ERROR: Minimum supported PROJ version is 7.2.0, installed version is
4.9.3. F
Hi all,
has anyone made any (positive or negative) experiences with using
`asyncio`-enabled [1] code in QGIS plugins?
Best regards,
Sebastian
1: https://docs.python.org/3/library/asyncio.html
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.
Hi João, all,
really interesting question.
> however when i run the plugin a new instance of application is open
> and give me an error.
I assume that you are using `multiprocessing` [1] from Python's standard
library. Its default behavior is to use process-based parallelism (as
the title in the
Hi,
I understand the concern here but please don't change this behaviour,
we use it in our projects and I can't replace it or ask all our users
to opt-in.
regards,
jean-roc
Le mardi 23 mars 2021 à 09:00 +0100, matteo a écrit :
> Hi devs,
>
> in the Italian QGIS Group we had a discussion on priv
uclaros wrote
> Looks like a translation problem.
I can confirm the Italian translation doesn't suffer of such issue.
It seems the German translation contains incorrect html tags
while the source string is
Best regards.
Andrea
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Devel
Hello Anita,
Thanks for the details.
H.
Le 23 mars 2021 12:31:19 GMT+01:00, Anita Graser a écrit :
>Dear Harrissou,
>
>On 23.03.2021 12:19, DelazJ wrote:
>Along with the technical proposal, there used to be a summary of who
>are/is involved in the proposal, but also the cost of the proposal. Is
Looks like a translation problem. I'm not too familiar with transifex, but if
you search for "changelog" there is something fishy with the parameters.
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Developer-f4099106.html
___
QGIS-Developer mai
Hi everyone,
I had created a plugin for Qgis and I trying to optimize it. So i use in
my code the library python that have Queue whit multiprocessing however
when i run the plugin a new instance of application is open and give me an
error.
I had early use this type of multiprocessing before in si
Dear Harrissou,
On 23.03.2021 12:19, DelazJ wrote:
Along with the technical proposal, there used to be a summary of who
are/is involved in the proposal, but also the cost of the proposal. Is
this no more available? I recall (maybe I'm wrong) that the budget is
lower this year, despite I can't fin
Hi,
I recently installed QGIS 3.16.5 Hannover on a fresh Windows machine
without a previous QGIS on the system and I got a strange welcome screen
with HTML code:
Seems like an invalid html code? Something we can fix?
Andreas___
QGIS-Developer maili
Hi,
Thanks Anita for the summary.
Along with the technical proposal, there used to be a summary of who are/is
involved in the proposal, but also the cost of the proposal. Is this no
more available? I recall (maybe I'm wrong) that the budget is lower this
year, despite I can't find mention of it an
Hi devs,
in the Italian QGIS Group we had a discussion on privacy "issues"
related to the exposure of some Global Variables, like "user_full_name",
that is automatically taken from the client.
Maybe some variable should be opt-in rather then opt-out: sharing a
project between different compu
23 matches
Mail list logo