[QGIS-Developer] FlagDontResolveLayers in 3.34

2024-03-19 Thread Alexandre Neto via QGIS-Developer
I have a plugin that was working fine on 3.28, but not it no longer is working as expected. The plugin loads a template project using FlagDontResolveLayers (for faster loading), then replaces the source of each of the vector layers, reload them, and then save the project as new project. Now,

Re: [QGIS-Developer] [Qgis-psc] Theoretical discussion: A QGIS paid plugin marketplace? (was: sponsored plugin)

2024-02-04 Thread Alexandre Neto via QGIS-Developer
I would say, why not? Many other open source projects have opted by having "market places" and paid plugins (e.g. Blender, Wordpress). This did not stopped many developers to keep publishing free plugins, while allowed others to have an easy way to sell their work. Our plugin repository has now

Re: [QGIS-Developer] [postgis-users] QGIS freezes when saving table with AFTER INSERT or UPDATE

2024-01-04 Thread Alexandre Neto via QGIS-Developer
, Alexandre Neto Sent with Shortwave <https://www.shortwave.com?utm_medium=email_content=signature_source=c2VuaG9yLm5ldG9AZ21haWwuY29t> On Thu Jan 4, 2024, 11:45 AM GMT, Nicolas Ribot <mailto:nicolas.ri...@gmail.com> wrote: > Hello, > > A trigger is executed in a single transa

[QGIS-Developer] QGIS freezes when saving table with AFTER INSERT or UPDATE

2024-01-04 Thread Alexandre Neto via QGIS-Developer
the feature to be commit. Is this expected for a AFTER INSERT OR UPDATE trigger? Shouldn't PostgreSQL commit the changes, inform QGIS that the operation was successful and only then execute the trigger? Thanks, Alexandre Neto Sent with Shortwave <https://www.shortwave.com?utm_medium=email_cont

[QGIS-Developer] loadNamedStyle() is loading default style instead of QML file

2023-09-11 Thread Alexandre Neto via QGIS-Developer
I am trying to load a style from a QML file into a vector layer. When I use a memory layer, loading the style works fine with the following code: layer = iface.activeLayer() layer.loadNamedStyle(path_to_style) If the layer is a postgreSQL layer with a default style, the above code will return:

Re: [QGIS-Developer] Please unsubscribe me

2023-07-24 Thread Alexandre Neto via QGIS-Developer
There's an unsubscribe link at the bottom of this message. Only you can do it. A segunda, 24/07/2023, 17:56, MATTHEWS, David via QGIS-Developer < qgis-developer@lists.osgeo.org> escreveu: > Hi folks, > > > > If possible, please could you unsubscribe me from the QGIS-Developers > email list? I’ve

[QGIS-Developer] pyqt5-sip version for building QGIS

2023-07-24 Thread Alexandre Neto via QGIS-Developer
Hello all, Can anyone tell me what's the version of PyQt5-sip are we building QGIS? At conda-forge we are facing a strange bug with QGIS builds in several plataforms that is not affecting OSGeo builds: https://github.com/conda-forge/qgis-feedstock/issues/346

Re: [QGIS-Developer] QGIS Documentation Writer - Introduction

2023-07-21 Thread Alexandre Neto via QGIS-Developer
Welcome Selma, I am really glad to have a dedicated person to work on our documentation. Fell free to reach out in case you need help. Alexandre Neto A sexta, 21/07/2023, 15:11, Aguilar Bolivar, Rosa (UT-ITC) via QGIS-Developer escreveu: > Glad to hear about you! > > > >

[QGIS-Developer] Measuring Map Rendering Time using PyQGIS

2023-06-26 Thread Alexandre Neto via QGIS-Developer
returns the time for the last zoom to render. I have tried using time.wait() but that stops the rendering all together. Thanks, Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman

Re: [QGIS-Developer] QGIS builds source for qtwebkit?

2023-06-19 Thread Alexandre Neto via QGIS-Developer
One more question, Are there any plans to use the new sources? There's only a pre-release by now, but at least it's active. Thanks, On Mon Jun 19, 2023, 07:51 AM GMT, Alexandre Neto <mailto:senhor.n...@gmail.com> wrote: > Hi Jürgen! > > Thanks you very much. > > Alex >

Re: [QGIS-Developer] QGIS builds source for qtwebkit?

2023-06-19 Thread Alexandre Neto via QGIS-Developer
Hi Jürgen! Thanks you very much. Alex A domingo, 18/06/2023, 21:09, Jürgen E. Fischer via QGIS-Developer < qgis-developer@lists.osgeo.org> escreveu: > Hi Alex, > > On Fri, 16. Jun 2023 at 13:39:26 +0000, Alexandre Neto via QGIS-Developer > wrote: > > Are we (actually J

[QGIS-Developer] QGIS builds source for qtwebkit?

2023-06-16 Thread Alexandre Neto via QGIS-Developer
Are we (actually Jürgen) building qtwebkit from source? what is the source that is being used. At conda-forge we were using the link below, which was removed from qt.io site.

Re: [QGIS-Developer] Slow Joins on Virtual Layers

2023-05-20 Thread Alexandre Neto via QGIS-Developer
Uhmm... That's good to know. In this case both layers are non-spatial. I will try saving them in shp and geopackage to test their performance. If the performance is worst with postgis tables, It might be worth opening a ticket. Alexandre Neto On Sat May 20, 2023, 07:19 PM GMT, Gabriel De Luca

[QGIS-Developer] Slow Joins on Virtual Layers

2023-05-19 Thread Alexandre Neto via QGIS-Developer
e the data in the database (to help the editor to understand if a certain object is already updated or not) I wonder if there's some workaround to help me with this. Thanks Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org

Re: [QGIS-Developer] PyQGIS read project from postgresql database

2023-05-13 Thread Alexandre Neto via QGIS-Developer
where your project (the one stored in PG) is loaded? > > QgsProject.instance().fileName() > > Regards, > > Germán > > > El vie, 12 may 2023 a las 19:22, Alexandre Neto via QGIS-Developer > (mailto:qgis-developer@lists.osgeo.org>>) > escribió: >> Hi, >

[QGIS-Developer] PyQGIS read project from postgresql database

2023-05-12 Thread Alexandre Neto via QGIS-Developer
Hi, I am trying to read a project that is stored in a postgreSQL/PostGIS database, but I am struggling with getting it correctly. I am using the following code project = QgsProject.instance() uri = 'postgresql://my_user:my_pass@localhost

Re: [QGIS-Developer] [Qgis-community-team] QGIS webserver size vs publishing old docs

2023-03-20 Thread Alexandre Neto via QGIS-Developer
I would say keeping 3 LTRs documentations would be more than enough, if needed we can leave just keep the PDFs for historic. Alexandre Neto On Mon Mar 20, 2023, 11:21 AM GMT, DelazJ <mailto:del...@gmail.com> wrote: > Hi all (and sorry for the cross-post) > > Richard has r

Re: [QGIS-Developer] Offering QGIS installers through Windows store

2022-12-27 Thread Alexandre Neto via QGIS-Developer
Regarding conda-forge, Qt update wait was quite unfortunate, but other than that the community is generally quite responsive. Currently QGIS stable and LTR versions are being built for Windows, Mac OS and Linux with Python 3.8, 3.9, 3.10 and 3.11. Alexandre Neto A terça, 20/12/2022, 10:02

Re: [QGIS-Developer] QGIS Plugin crash

2022-11-23 Thread Alexandre Neto via QGIS-Developer
Hello Jose, Your English sounded quite good to me :) This is the repository where you should report these bugs to the plugin authors: https://github.com/geomatico/qgis-sigpac/issues Best regards, Alexandre Neto Jose Antonio Fernandez Martin via QGIS-Developer < qgis-developer@lists.osgeo.

Re: [QGIS-Developer] Question about proj data files in the QGIS application folder

2022-11-08 Thread Alexandre Neto via QGIS-Developer
will fetch any needed packages, the following machines will just reuse it. Alexandre Neto User Support www.qcooperative.net A terça, 8/11/2022, 08:34, Luca Manganelli via QGIS-Developer < qgis-developer@lists.osgeo.org> escreveu: > Hello, > > I am preparing the QGIS Windows package file (

Re: [QGIS-Developer] Revolt Chat Community Server

2022-11-03 Thread Alexandre Neto via QGIS-Developer
Hi Regis, Thanks for your well though email. Despite local/platform specific communities can arise without any notice, I agree that the QGIS project should choose one official mean of communication. It used to be these mailing lists, but lately it's very quite, which suggests that discussions

[QGIS-Developer] QGIS and Python 3.8

2022-10-19 Thread Alexandre Neto via QGIS-Developer
Hi, In the download page there is a message saying that QGIS needs at least windows 8 because it uses Python 3.9 or above. At conda-forge we are building QGIS 3.22 and 3.26 with python 3.8, 3.9 and 3.10. Should we drop 3.8? What are the current implications? Thanks, Alexandre Neto

Re: [QGIS-Developer] Import DWG\DXF use curves option

2022-10-10 Thread Alexandre Neto via QGIS-Developer
: > On 10/10/22 17:11, Alexandre Neto via QGIS-Developer wrote: > > Hi, > > > > Not sure of a feature or a bug, but shouldn't disabling the "use curves" > in the Import DWG\DXF tool output non-compound curve geometries? > > > > I am getting curves e

[QGIS-Developer] Import DWG\DXF use curves option

2022-10-10 Thread Alexandre Neto via QGIS-Developer
Hi, Not sure of a feature or a bug, but shouldn't disabling the "use curves" in the Import DWG\DXF tool output non-compound curve geometries? I am getting curves even with the option turned of. Should I open a ticket? Thanks, Alexandre Neto __

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-08 Thread Alexandre Neto via QGIS-Developer
kes sense to me, but I still miss an SQL interface – I > mean an SQL-oriented interface for data as GDAL does even for unnecessary > cases. QGIS has a python-first approach but I don't think this should be > the only or the mandatory way to approach GIS data. > > Alexandre Neto says: &g

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-08 Thread Alexandre Neto via QGIS-Developer
Yes, ti seems to. thanks! Nyall Dawson escreveu no dia quinta, 8/09/2022 à(s) 10:16: > On Thu, 8 Sept 2022 at 19:08, Alexandre Neto via QGIS-Developer > wrote: > > > > Hi, > > > > In the end, Richard ended up closing the project. But I was able to > create

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-08 Thread Alexandre Neto via QGIS-Developer
Hi, In the end, Richard ended up closing the project. But I was able to create a new one. Can someone with QGIS organization owner privileges please make it public? https://github.com/orgs/qgis/projects/3/settings Thanks Alexandre Neto Richard Duivenvoorde via QGIS-Developer escreveu no dia

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-08 Thread Alexandre Neto via QGIS-Developer
Sandro, thanks for the clarification. Sandro Santilli via QGIS-Developer escreveu no dia quarta, 7/09/2022 à(s) 22:28: > On Tue, Sep 06, 2022 at 06:15:46PM +0200, Paolo Cavallini via > QGIS-Developer wrote: > > I believe it is the only way to visualize topogeoms from > > Just a clarification:

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-07 Thread Alexandre Neto via QGIS-Developer
Hi Can anyone please create a github project for dbmanager migration? I don't have enough permissions for it. Alexandre Neto Paolo Cavallini via QGIS-Developer escreveu no dia terça, 6/09/2022 à(s) 17:16: > Hi all, > > Il 06/09/22 17:41, Julien Cabieces via QGIS-Developer h

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-09-06 Thread Alexandre Neto via QGIS-Developer
Hi! I didn't receive much input in this table, so I will go ahead and create a few feature requests as Nyall asked for those functionalities not yet covered by a viable workaround. I will be up to the project to decide which are crucial, nice to have or simply won't fix/implement. Alexandre Neto

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-08-08 Thread Alexandre Neto via QGIS-Developer
The link... https://docs.google.com/spreadsheets/d/1VyC_kYJU3qmWrzXzjeZuHGBjwE6O2lPov_c0LnO-AUA/edit?usp=sharing Alexandre Neto A sábado, 6/08/2022, 21:08, Alexandre Neto escreveu: > Hi, > > Sorry for the long waiting. I have made a functionality matrix for db > manager

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-08-06 Thread Alexandre Neto via QGIS-Developer
Hi, Sorry for the long waiting. I have made a functionality matrix for db manager and possible alternatives. I am not sure if all is correct so please feel free to edit or comment. After your edits I will create the migragion feature requests. Best regards, Alexandre Neto A segunda, 11/07

[QGIS-Developer] Digitize shapes in advanced digitizing toolbar concerns/suggestions

2022-07-21 Thread Alexandre Neto via QGIS-Developer
the Shape Digitizing Toolbar 3. On selecting shapes, automatically enable one of the options in the shape digiting toolbar, to solve [0], even if the user never used it before. I can open a feature request if more people agree. Best regards, Alexandre Neto [0] - https://github.com/qgis/QGIS/issu

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-07-11 Thread Alexandre Neto via QGIS-Developer
Hi Nyall, A segunda, 11/07/2022, 00:47, Nyall Dawson escreveu: > > I wonder if you'd be willing to lead an effort to document the missing > functionality from dbmanager, and file QGIS tickets for these and > assign them to a new project in the QGIS github for "deprecating db > manager"? Sure

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-07-10 Thread Alexandre Neto via QGIS-Developer
Hi Richard A domingo, 10/07/2022, 08:56, Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> escreveu: > On 7/10/22 03:02, Alexandre Neto via QGIS-Developer wrote: > > > This db manager functionality is unique, and is (in my opinion) one of > the reason

Re: [QGIS-Developer] Time for db manager to become an "opt-in" plugin?

2022-07-09 Thread Alexandre Neto via QGIS-Developer
it will just stop working, and no one will care. QGIS was born as PostGIS query and visualiser client, in my humble opinion, by removing db manager at these stage we are downgrading QGIS functionality. Thanks, Alexandre Neto A sexta, 8/07/2022, 18:12, Paolo Cavallini via QGIS-Developer < q

Re: [QGIS-Developer] gdal2xyz.bat not accepting -b any band number

2022-06-23 Thread Alexandre Neto via QGIS-Developer
Done https://github.com/OSGeo/gdal/issues/5984 A sexta, 24/06/2022, 01:40, Even Rouault escreveu: > > Le 24/06/2022 à 02:29, Alexandre Neto via QGIS-Developer a écrit : > > I am testing the GDAL tools on QGIS 3.22.8 on Windows. When running > > gdal2xyz with a single band r

[QGIS-Developer] gdal2xyz.bat not accepting -b any band number

2022-06-23 Thread Alexandre Neto via QGIS-Developer
top/gdal_commands_test/mdt_clipped.tif' If I remove the -b option it works. Windows Is now on GDAL 3.5.0. On my linux machine that still uses GDAL 3.0.4 it works fine. Bug report? In here or in GDAL? Alexandre Neto ___ QGIS-Developer mailing list QGIS-Develo

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-04-05 Thread Alexandre Neto via QGIS-Developer
Great, Thanks Harrissou, Alex On Tue Apr 5, 2022, 09:53 AM GMT, DelazJ wrote: Hi, Le jeu. 31 mars 2022 à 11:58, Alexandre Neto via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > Hi Jurgen, > > Can I delete the 3-16 and 3-20 translation resources from transife

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-31 Thread Alexandre Neto via QGIS-Developer
02:58:45 -0700, Alexandre Neto wrote: > > Can I delete the 3-16 and 3-20 translation resources from transifex? they > > won't be used anymore and that way we avoid people translating it in > vain. > > No, their webinterface will just ignore you if you try. It has been that >

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-31 Thread Alexandre Neto via QGIS-Developer
Hi Jurgen, Can I delete the 3-16 and 3-20 translation resources from transifex? they won't be used anymore and that way we avoid people translating it in vain. Alexandre Neto On Thu Mar 24, 2022, 10:13 PM GMT, Jürgen E. Fischer wrote: Hi Alexandre, On Thu, 24. Mar 2022 at 18:43:24 +

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
users can help improving, and how they can select a different language later if they want. Thanks, Alexandre A quinta, 24/03/2022, 16:49, Jürgen E. Fischer via QGIS-Developer < qgis-developer@lists.osgeo.org> escreveu: > Hi Alexandre, > > On Thu, 24. Mar 2022 at 11:11:50 +0000, Ale

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
ot startetd by executing a *.exe directly > > Best regards > Marco > > Am 24.03.22 um 12:11 schrieb Alexandre Neto via QGIS-Developer: > > Hi, > > > > I have raised this before, but I wanted to ask for it again. > > Currently, QGIS default is not to Override S

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
at the very least % translated), and only force English on poorly >> translated languages? I feel forcing English by default would be a >> disservice to the part of the community that spends hours to translate QGIS. >> >> On Thu, Mar 24, 2022, 18:32 Alexandre Neto via QGI

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
ranslated languages? I feel forcing English by default would be a > disservice to the part of the community that spends hours to translate QGIS. > > On Thu, Mar 24, 2022, 18:32 Alexandre Neto via QGIS-Developer < > qgis-developer@lists.osgeo.org> wrote: > >> Hi Alessandro, &g

Re: [QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
easonable to me but I'd suggest adding a first-time notice and > an option for the user to actually set the system locale, maybe only for > the first QGIS launch. > > > On Thu, Mar 24, 2022 at 12:12 PM Alexandre Neto via QGIS-Developer < > qgis-developer@lists.osgeo.org> wr

[QGIS-Developer] Override System Locale user interface with American English by Default?

2022-03-24 Thread Alexandre Neto via QGIS-Developer
it as a symptom of bad quality software, which is not the case. So, I wanted to suggest if we could have American english as the default for the GUI? Would this be reasonable? Thanks, Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer

Re: [QGIS-Developer] [Qgis-user] QGIS freezes for minutes when updated SpatiaLite SQL Layer

2022-03-22 Thread Alexandre Neto via QGIS-Developer
It probably also has something to do with the query you are using. Can you please create a ticket? Preferably with some sample data and project and explaining the steps to reproduce the problem. Thanks Alexandre Neto A terça, 22/03/2022, 09:24, SIGéal via Qgis-user escreveu: > Hi l

Re: [QGIS-Developer] Merge tool always creating a new feature id instead of preserving the existing one

2022-03-01 Thread Alexandre Neto
: > Hi Alex, > > Thank you for your reply. > > In my case, the data resides in Postgis, not in Geopackage. > > But if I understand you correctly, then Geopackage imposes it's limit on > QGIS in general, aka other providers as well - right? > > Thanks, > Andreas > &

Re: [QGIS-Developer] Merge tool always creating a new feature id instead of preserving the existing one

2022-03-01 Thread Alexandre Neto
I believe that comes from the geopackage fid limitations. For that reason, I never use the fid field as an actual id. That's my workaround. Alexandre Neto A terça, 1/03/2022, 08:44, Andreas Neumann escreveu: > Hi, > > We have a problem with the merge tool. > > We have a relative

Re: [QGIS-Developer] Pip install not working within QGIS with OSGeo4W v2?

2022-01-18 Thread Alexandre Neto
Use one of the qgis-full metapackages. A terça, 18/01/2022, 21:06, Axel Hörteborn escreveu: > Thanks for checking as well Jürgen, > > Interesting that it worked for you, I just tried and deleted my osgeo4w > folder and got a fresh copy of qgis3.22.3 (during the installation I only > installed

Re: [QGIS-Developer] (no subject)

2022-01-06 Thread Alexandre Neto
not much time after the Oficial QGIS releases. Best regards, Alexandre Neto A quinta, 6/01/2022, 09:07, Benjamin Jakimow < benjamin.jaki...@geo.hu-berlin.de> escreveu: > Hi Eric, > Alexandre Neto is one of the conda feedstock developers. Two days ago he > wroted in another discuss

Re: [QGIS-Developer] Leveraging Conda-Forge to create QGIS installers ?

2022-01-04 Thread Alexandre Neto
. Alexandre Neto A terça, 4/01/2022, 16:47, Alessandro Pasotti escreveu: > Hi, > > Just a quick followup on this: we briefly discussed this topic within the > PSC and the conclusion was that this is not a PSC matter. > > Kind regards. > > > > On Wed, Nov 10, 2021 at

Re: [QGIS-Developer] py3_env bat file on osgeo4w install?

2021-11-30 Thread Alexandre Neto
: > On Wed, 1 Dec 2021 at 10:30, Alexandre Neto wrote: > > > > Hi, > > > > For windows users, there used to be a bat file called py3_env.bat that > would set up the necessary path variables so that python scripts can find > QGIS packages. > > > > With th

[QGIS-Developer] py3_env bat file on osgeo4w install?

2021-11-30 Thread Alexandre Neto
Hi, For windows users, there used to be a bat file called py3_env.bat that would set up the necessary path variables so that python scripts can find QGIS packages. With the OSGeo V2 V2 installer, I can't seem to find it. Am I missing something? Thanks, Alexandre Neto

Re: [QGIS-Developer] [Qgis-psc] QGIS LTR releases -- is it time to pull the plug?

2021-11-16 Thread Alexandre Neto
to run installers' manual tests before they are released to the general public. Here are some test plans we prepared for QEP 180: https://qgis.tenant.kiwitcms.org/plan/search/ These are only examples, we can think about more tests, especially things that can't be caught by CI. Best regards, Alexandre Neto

Re: [QGIS-Developer] Leveraging Conda-Forge to create QGIS installers ?

2021-11-09 Thread Alexandre Neto
No comments?l I was expecting at least a bit of discussion about this. :-) Alexandre Neto A sábado, 6/11/2021, 20:46, Even Rouault escreveu: > Hi, > > Probably a topic that can raise passions and on which I'm moderately > legitimate to speak, but shouldn't we seriously conside

Re: [QGIS-Developer] URGENT AS CAN BE: QGIS 3.16.12 and sip 6?

2021-11-07 Thread Alexandre Neto
Hi Bo, Here: https://blog.qgis.org/2021/11/06/psa-update-to-3-16-13/ Alexandre Neto A sábado, 6/11/2021, 10:48, Bo Victor Thomsen escreveu: > When will users and GIS/IT administrators be notified of this mishap ? > > There must a lot of user affected by this.. > > Med venli

Re: [QGIS-Developer] QGIS 3.22.0 - ISSUE REPORT

2021-11-04 Thread Alexandre Neto
Try creating a new profile. Alexandre Neto A quinta, 4/11/2021, 15:59, Aggeliki B. escreveu: > Hello, > > I would like to report an issue that occured after downloading the latest > version QGIS 3.22.0. At first everything worked fine and today I cannot > open any project t

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-10-04 Thread Alexandre Neto
GIS_PLUGINPATH main idea is for developer automatically load plugins under development, so if you are developing a already installed plugin, the dev one would take precedence. Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-10-04 Thread Alexandre Neto
and then setup this environment variable in each machine to have all the plugins available on all machines. Just guessing, I didn't have the time to test it out. Alexandre Neto On Wed, Sep 15, 2021 at 6:55 PM Alexandre Neto wrote: > Hi Richard, > > Several core commiters were working at Boundles

Re: [QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Alexandre Neto
ing-master-with-3d-on-debian-testing-buster > > Ciao, > Denis > > Le lun. 4 oct. 2021 à 14:00, Alexandre Neto a > écrit : > >> Hi, >> >> I have been having problems compiling QGIS with 3D support on Kubuntu >> 20.04. This is the CCMAKE configuration e

[QGIS-Developer] Fail compiing WITH_3D on ubuntu 20.04 - Qt53DExtras config files missing

2021-10-04 Thread Alexandre Neto
prefix to CMAKE_PREFIX_PATH as suggested, but either it does not work, or I am doing it wrong: ccmake -G Ninja .. -DMAKE_PREFIX_PATH=/usr/lib/x86_64-linux-gnu/ Anyone is facing similar problems? any hint? Thanks, Alexandre Neto ___ QGIS-Developer mailing

Re: [QGIS-Developer] Boundless (docs) & Central provisioning of QGIS plugins...

2021-09-15 Thread Alexandre Neto
it. Best regards, Alexandre Neto A quarta, 15/09/2021, 16:39, Andrea Aime escreveu: > On Wed, Sep 15, 2021 at 5:21 PM David Strip > wrote: > >> according to Crunchbase >> <https://www.crunchbase.com/acquisition/planet-labs-acquires-boundlessgeo--320fb5e0>, >&g

Re: [QGIS-Developer] Using qgis_process with a specific profile

2021-08-19 Thread Alexandre Neto
Hello Jean-François, I am afraid not, yet. qgis_process will always use the default profile. Best regards, Alexandre Neto User Support www.Qcooperative.net A quinta, 19/08/2021, 20:40, Bourdon, Jean-François (DIF) < jean-francois.bour...@mffp.gouv.qc.ca> escreveu: > [image: Intr

Re: [QGIS-Developer] Trigger atlas on another layer

2021-08-05 Thread Alexandre Neto
What do you mean by trigger atlas? A quinta, 5/08/2021, 10:55, Andreas Neumann escreveu: > Hi, > > I have two layers: > >- layer 1 for editing >- layer 2 with joins, aggregates, etc. as a Postgis view prepared to >be used for an Atlas > > Both layers share the same primary keys. > >

Re: [QGIS-Developer] Algorithm and Code

2021-07-22 Thread Alexandre Neto
and qgsalgorithmpolygonstolines. Best regards, Alexandre Neto User Support www.qcooperative.net A quinta, 22/07/2021, 07:12, Miloš Panteliċ escreveu: > Hello everyone! > > Maybe I am referring to wrong address, but I hope that you will be able to > redirect me at least. I am interested in finding

Re: [QGIS-Developer] Using environment variables in QGIS.ini

2021-07-13 Thread Alexandre Neto
Hi Thomas, I will check with others and let you know. Best regards, Alexandre Neto A terça, 13/07/2021, 07:08, Thomas B escreveu: > Hi Alexandre, > > >>This is some old stuff we wrote at Boundless, I believe it still > applies for QGIS today. > &

Re: [QGIS-Developer] Using environment variables in QGIS.ini

2021-07-12 Thread Alexandre Neto
. (I should make sure this information is available on docs.qgis.org, but I never find the time to do it...) Best regards, Alexandre Neto User Support www.qcooperative.net A segunda, 12/07/2021, 08:34, Bo Victor Thomsen escreveu: > Hi Thomas - > > Your suggestion is actually pre

[QGIS-Developer] GDAL-warp and gdal-translate strange behaviour regarding output NODATA vaue

2021-07-08 Thread Alexandre Neto
with rasters containing pixels with actual -3.40282e+38 value, no longer considered as nodata. Is it just me that finds this unexpected? On the other hand, if you use the same similar option in the DGAL raster calculator it works as (I) expected. Best regards, Alexandre Neto User Support

Re: [QGIS-Developer] Question on @atlas_featureid

2021-07-08 Thread Alexandre Neto
As far as I remember @atlas_featureid has always returned the same as the $id in the attributes table, which is kind of the internal row number. Alex A quinta, 8/07/2021, 10:35, Andreas Neumann escreveu: > HI Jürgen, > > Yes - I provided the primary key column > > Here is my data source

Re: [QGIS-Developer] PyQGIS Cookbook License

2021-07-03 Thread Alexandre Neto
in this reply, maybe they already have a position about this subject. Alexandre Neto A sexta, 2/07/2021, 18:30, Malte Ziebarth escreveu: > Dear all, > > first off, thank you all for all the great work that went into QGIS! > > I am currently writing a Python plugin that I intend t

Re: [QGIS-Developer] Install grid ui

2021-06-14 Thread Alexandre Neto
Hi Richard, I agree that it's not completely clear what the expected steps are, so I agree with you text changes. Best regards, Alex Neto A segunda, 14/06/2021, 20:25, Richard Duivenvoorde escreveu: > Hi All, > > Today QGIS presented me the following nice service: > >

[QGIS-Developer] SIP generated PEP 484 type hints stub files are removed on installation

2021-05-30 Thread Alexandre Neto
in the installation step. Any idea why? Is there a place where one can control which files are copied over during the installation and which files are ignored? I would like to propose to keep the pyi file as they are not that big. Thanks, Alexandre Neto

[QGIS-Developer] QGIS installation using conda on downloads page

2021-05-19 Thread Alexandre Neto
. This being said, is there any objections for adding the information in https://www.qgis.org/en/site/forusers/download.html ? Obviously, I should add something saying that this is an non-oficial way to install QGIS and that any related bugs should be reported elsewhere. Best regards, Alexandre Neto

Re: [QGIS-Developer] Disable/commenting provider filter?

2021-05-11 Thread Alexandre Neto
Bad workaround then :-p A terça, 11/05/2021, 21:10, Matthias Kuhn escreveu: > Unfortunately, that won't work, filters are not part of the style. > > On Tue, May 11, 2021 at 9:24 PM Alexandre Neto > wrote: > >> As an workaround, can't you just create a new style and

Re: [QGIS-Developer] Disable/commenting provider filter?

2021-05-11 Thread Alexandre Neto
As an workaround, can't you just create a new style and remove the filter? Then go back to the default style? Obviously a checkbox would be much more user friendly. Alexandre Neto A terça, 11/05/2021, 09:52, Andreas Neumann escreveu: > Hi Richard, > > Yes - I think this would be ve

Re: [QGIS-Developer] QGIS Docs: ReStructureText flavour?

2021-03-31 Thread Alexandre Neto
Hi, As far as I remember, sphinx is based/expands "normal" RST introducing new directives, so it should be normal that some seems to be missing when you try to parse them using a rst parser. Alexandre Neto A quarta, 31/03/2021, 14:11, DelazJ escreveu: > Hi Jonathan, > > I c

Re: [QGIS-Developer] WITH_PDAL and WITH_EPT doubt

2021-03-06 Thread Alexandre Neto
Sorry for the basic questions, I was about to say. I am lagging a bit on all this point cloud business, but I wanted to make it available on conda-forge. Thanks, Alexandre Neto A sábado, 6/03/2021, 09:53, Alexandre Neto escreveu: > Hi Sylvain, > > Thank you for you answer. Yes,

Re: [QGIS-Developer] WITH_PDAL and WITH_EPT doubt

2021-03-03 Thread Alexandre Neto
Hello again, Does this mean that, if entwine isn't present in the system, the compilation won't fail or complaint, but some functionality will be missing? Should I include entwine as a dependency for 3.18.0 on conda-forge? Thanks, Alexandre A quarta, 3/03/2021, 03:40, Alexandre Neto escreveu

Re: [QGIS-Developer] WITH_PDAL and WITH_EPT doubt

2021-03-02 Thread Alexandre Neto
Great, thanks! A quarta, 3/03/2021, 02:03, Nyall Dawson escreveu: > On Wed, 3 Mar 2021 at 11:59, Alexandre Neto wrote: > > > > Hi, > > > > I am trying to add point cloud support to QGIS on conda-forge [0], but I > am unsure if I need to use > > WITH_P

[QGIS-Developer] WITH_PDAL and WITH_EPT doubt

2021-03-02 Thread Alexandre Neto
g if I skip these two during the compilation? Thanks, Alexandre Neto [0] - https://github.com/conda-forge/qgis-feedstock/pull/174 ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-dev

Re: [QGIS-Developer] Voronoi tool missing from processing, what could be wrong?

2021-03-02 Thread Alexandre Neto
Might seem obvious, but have you tried using a brand new profile? A terça, 2/03/2021, 08:34, Hernán De Angelis escreveu: > Hi, > > I wrote about this a few days ago in the user list but I still have the > problem and can find neither a cause nor a solution. I thus post it in > this list in the

Re: [QGIS-Developer] [Qgis-user] A nice task for a community member: revamping the QGIS github landing page

2021-02-16 Thread Alexandre Neto
There should be already some description on the QGIS Server documentation: https://docs.qgis.org/3.16/en/docs/server_manual/introduction.html Alexandre Neto A terça, 16/02/2021, 09:11, Jorge Gustavo Rocha escreveu: > Hi, > > Thanks for stepping up, Martin. > > I would like

Re: [QGIS-Developer] [ui] blue != blue

2021-02-03 Thread Alexandre Neto
Richard, can you create an issue and assign it to me? I will give it a look. Thanks, Alex A quarta, 3/02/2021, 15:00, Charles Dixon-Paver escreveu: > From what I can see, the SAP HANA icon is "close enough" in colour scheme > to the existing ones, as I checked the colours for the hana icon

[QGIS-Developer] Bug fix campaign and QA regression tests

2021-01-29 Thread Alexandre Neto
that a particular fix would benefit from some extra testing on several platforms, let's talk and prepare it. We are setting things up to test Windows 10, Ubuntu 20.04, Mac OS Big Sur as prioritary platforms, and ubuntu 18.04 and Mac OS Catalina as secondary platforms. Best Regards, Alexandre Neto

[QGIS-Developer] Nightly LTR for 3.16.4 Release Candidate

2021-01-23 Thread Alexandre Neto
ting Best regards, Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [QGIS-Developer] Stale bot and older requests/issues - possible enhancement

2021-01-07 Thread Alexandre Neto
> little like "short cut". Is there better wording you think may convey > this same meaning? > > Nyall > > > Maybe "Speed up" or "accelerate" But maybe it's just my limited vocabulary. Alexandre > > > > Other than that +1 > > > &

Re: [QGIS-Developer] Stale bot and older requests/issues - possible enhancement

2021-01-07 Thread Alexandre Neto
using something like "consider sponsoring" instead of "you can sponsor". Also the term "fast track" for me is not very clear for me, again as non-native english speaker. Other than that +1 Alexandre Neto A quinta, 7/01/2021, 08:33, Matthias Kuhn escreveu: > Hi N

Re: [QGIS-Developer] [Qgis-psc] call for nominations for new QGIS community voting members

2020-12-18 Thread Alexandre Neto
Hi again, Is there a updated place where we can see who got elected in 2019 and 2020? Thanks, Alexandre Neto A sexta, 18/12/2020, 17:36, Alexandre Neto escreveu: > Hello Marco, > > Can you please clarify if after the nomination period there will be a > voting period, or it'

Re: [QGIS-Developer] [Qgis-psc] call for nominations for new QGIS community voting members

2020-12-18 Thread Alexandre Neto
Hello Marco, Can you please clarify if after the nomination period there will be a voting period, or it's a one step process (nomination/voting) Thanks, Alexandre Neto A quarta, 16/12/2020, 20:56, Marco Bernasocchi escreveu: > Dear QGIS Community > > This is a call for nomination

Re: [QGIS-Developer] In Identify Results: hiding (Derived) and (Actions) in treeview?

2020-10-14 Thread Alexandre Neto
I find "derived" quite useful. You can immediately see things like area and perimeter of the feature, even if there's no field with that information. Yet, a option to disable it is ok for me. Best regards, Alexandre Neto A quarta, 14/10/2020, 14:42, Richard Duivenvoorde escre

Re: [QGIS-Developer] Offline Editing plugin

2020-10-07 Thread Alexandre Neto
Maybe you can have a better idea about that, if you ask in the users mailing list. Alex A quarta, 7/10/2020, 14:57, matteo escreveu: > Hi Tim, > > thanks for the feedback. > > > Yes I have experienced similar issues - often getting corrupted projects > > when I try to round trip data. IMHO we

Re: [QGIS-Developer] Is the spellcheck too greedy?

2020-09-28 Thread Alexandre Neto
Hi Alessandro, FYI, there's some json files that provide expressions functions help. Therefore, if a white list is created, those should not be included. Cheers, Alexandre Neto A segunda, 28/09/2020, 16:48, Alessandro Pasotti escreveu: > On Mon, Sep 28, 2020 at 5:41 PM Jürgen E. Fisc

Re: [QGIS-Developer] SQL in graphic modeller - Reg

2020-08-14 Thread Alexandre Neto
the columns you want to keep and in which order. https://docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/vectortable.html#refactor-fields Best regards, Alexandre Neto QGIS Support www.qcooperative.net A sexta, 14/08/2020, 12:23, Karthikeyan M escreveu: > Hi , > > I'm

Re: [QGIS-Developer] using conda for development

2020-08-03 Thread Alexandre Neto
nding on others, just works. Moving to anything else, conda or not, would involve a huge amount of work. Besides, there will always be cross platform dependencies divergences anyway, whatever the system is used. Alexandre Neto ___ QGIS-Developer mailin

Re: [QGIS-Developer] using conda for development

2020-08-02 Thread Alexandre Neto
intentions are not to replace our packaging system (poor me), that, like Mathias said, works fine for now. I will just try to keep QGIS available on conda, as it seems useful for some folks, and it doesn't really take me too much time. Thanks, Alexandre Neto A domingo, 2/08/2020, 10:04, Matthias Kuhn

Re: [QGIS-Developer] using conda for development

2020-07-31 Thread Alexandre Neto
ges. Last bit, when I was working for Boundless, Larry Shaffer was trying to do all this mentioned above, but then the company was bought by Planet... Not sure what is the status of this work now. https://github.com/osgeo-forge Thanks, Sorry for the long post. Alexandre Neto __

Re: [QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
Hi, I think we are talking about the same thing. We want to have a way to inform the users of QGIS release version where the function was introduced. Alexandre Neto A quinta, 23/07/2020, 14:03, matteo escreveu: > HI Alexandre, > > that's a great improvement, thanks! > &g

[QGIS-Developer] Implementarion version in Function help JSON Files

2020-07-23 Thread Alexandre Neto
n the JSON files for some of the functions? Thanks, Alexandre Neto ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/lis

  1   2   3   4   5   >