Re: [QGIS-Developer] Non-cartesian buffering

2023-05-25 Thread Alexis R.L. via QGIS-Developer
you'd need to find the angle to the next node, and only generate vertices that are on the outside. I'll continue to look into it and do some trials. Thanks for the pointer. Alex Le mer. 24 mai 2023 à 20:47, Nyall Dawson a écrit : > On Thu, 25 May 2023 at 10:27, Alexis R.L. via QGIS-Develo

[QGIS-Developer] Non-cartesian buffering

2023-05-24 Thread Alexis R.L. via QGIS-Developer
Greetings, I was looking into buffers and noticed that arc could do geoid buffering but it's not something qgis could do yet. Now I'm going to assume that such a thing would usually need to be implemented in geos and in one of the ticket asking about this, another repository was pointed to (

[QGIS-Developer] AFS feature iterator logic

2022-12-28 Thread Alexis R.L. via QGIS-Developer
Greetings, I'm looking into the web service data fetching and I noticed that there are some things that seemed strange at first glance and wanted to know if someone had insight into things. >From what I understand data is fetched and cached and on the initial fetch it seems that all the data is

Re: [QGIS-Developer] Long filename/filepath causing git issues

2022-11-29 Thread Alexis R.L. via QGIS-Developer
Greetings, It seems there is a local solution by changing a git settings or two ( see https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows ). Given that there's a workaround, I'm more hesitant about proposing a PR as it can be fixed locally (though might require

Re: [QGIS-Developer] Long filename/filepath causing git issues

2022-11-25 Thread Alexis R.L. via QGIS-Developer
Windows has fairly shorter path limitation by default (see https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry ) Alex Le jeu. 24 nov. 2022 à 20:33, Greg Troxel via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > > &quo

[QGIS-Developer] Long filename/filepath causing git issues

2022-11-24 Thread Alexis R.L. via QGIS-Developer
Greetings everyone, I'm not sure it warranted a bug report but some control image now have names that are frankly too long and are causing issues in git if the local report folder is located some level down. Would it be too crazy to shrink down some offending name to prevent error when switching

[QGIS-Developer] Polygon rendering issue on 3.26

2022-07-02 Thread Alexis R.L. via QGIS-Developer
Greetings, I was just curious about the behaviour indicated in this issue: https://github.com/qgis/QGIS/issues/49157 I was assuming that polygon rendering would be sufficiently covered by the testsuite or could the issue be unique to windows? Or could this be due to something else, as it's not

Re: [QGIS-Developer] Zip errors in artefact builds

2022-06-28 Thread Alexis R.L. via QGIS-Developer
. I'm not sure if if's something related to a bad library associated with the build. I'll try to dig deeper. Alex Le mar. 28 juin 2022 à 08:14, Richard Duivenvoorde via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > On 6/28/22 13:00, Alexis R.L. via QGIS-Developer wrote: >

[QGIS-Developer] Zip errors in artefact builds

2022-06-28 Thread Alexis R.L. via QGIS-Developer
Greetings everyone, I wanted to check if anyone had the same error or had a clue of the cause. When using artefact build made from a qgis branch I always have issues when opening files from the recent menu or the provided list. Zip always return error 28 (or 90% of the time) but when I drag &

Re: [QGIS-Developer] Indexing & web sources

2022-05-04 Thread Alexis R.L. via QGIS-Developer
I'm referring to the index related to QgsPointLocator. Alex Le mer. 4 mai 2022 à 08:23, Asim a écrit : > On 5/4/22 4:53 PM, Alexis R.L. via QGIS-Developer wrote: > > Would it be possible to implement a 'dynamic' index for such layer, ie > > to use only the data that is c

[QGIS-Developer] Indexing & web sources

2022-05-04 Thread Alexis R.L. via QGIS-Developer
Greetings, I've had a question regarding indexing before looking too deep into the code for now. As far as I understand we want to index all layers to provide a smooth experience by frontloading the indexing. But for big layers and often web vector layer that can be quite massive this can freeze

Re: [QGIS-Developer] Funding and PR review

2022-01-04 Thread Alexis R.L.
aining members" in general, so we can increase this budget item in > upcoming years. > > Let's see what other core devs and PSC members think abou this? > > Andreas > > On Sun, 2 Jan 2022 at 14:24, Alexis R.L. wrote: > >> Greetings Everyone, >> >

[QGIS-Developer] Funding and PR review

2022-01-02 Thread Alexis R.L.
Greetings Everyone, Some points have been going through my head and I was curious to know if there could be good ideas in them for discussion and opportunities. One aspect that can irk new and existing contributors (or maybe just myself) is when it comes to PR reviews. As some work on either

[QGIS-Developer] Solving GCC error Qunused-arguments

2021-12-23 Thread Alexis R.L.
Greetings Everyone, I would like to know if anyone had the following error: gcc: error: unrecognized command line option '-Qunused-arguments' And how to solve it. I'm using QtCreator 4.14 in a fresh Lubuntu install to Impish. I noticed that hose flags should be defined in the cmakefile but

Re: [QGIS-Developer] Custom processing script instabilities

2021-06-24 Thread Alexis R.L.
******* > > > On Thu, 24 Jun 2021 at 21:51, Alexis R.L. wrote: > >> Greetings, >> >> I have one custom script that uses PIL to get the exif tag, and when I >> execute the script for the first time, the processing

[QGIS-Developer] Custom processing script instabilities

2021-06-24 Thread Alexis R.L.
Greetings, I have one custom script that uses PIL to get the exif tag, and when I execute the script for the first time, the processing window vanishes and qgis stall and then crashes. To get it to run properly I had to set the return before opening the files with PIL to run a neutered version

Re: [QGIS-Developer] pyqgis how set filter legend map content in layer panel

2021-05-10 Thread Alexis R.L.
I assume you are talking about the layout legend. Have a look at https://github.com/qgis/QGIS/blob/master/tests/src/python/test_qgslayoutlegend.py for reference. Alex Le lun. 10 mai 2021 à 03:18, Enzo Cocca a écrit : > Hi people, > > How in pyqgis can I set filter legend on base map content

Re: [QGIS-Developer] Require documentation PR for new features

2021-04-15 Thread Alexis R.L.
Greetings, Matthias there is one point that you raised that should be a non-issue. The barrier of entry aspect, I think this is false. Non-core contributor often need to write more documentation to showcase the use of their work and its behaviour. In some way documenting properly things is more

Re: [QGIS-Developer] A plea: more volunteers needed for reviewing backports

2021-04-09 Thread Alexis R.L.
I agree with Gio and I was curious as to why some bugs are funded but not reviewing. Reviewing can help prevent some bugs and has also the potential to improve a PR. I'd also say that improving the review pace will help losing PR to stalebot. In my eyes bugfix are crucial, but new features are

[QGIS-Developer] Repo size

2021-04-05 Thread Alexis R.L.
Greetings everyone, Maybe this point has been raised previously, but the main QGIS repo is now quite big. To this effect I was curious to know if it would be a good idea to lighten the size and possibly split the test to another repo or if there are other ways to optimize the size of the repo.

Re: [QGIS-Developer] Automating Python scripts or models

2021-03-25 Thread Alexis R.L.
Look into macros or action in QGIS Otherwise there are plenty of way to do it from outside, but not that easily in some cases. Alex Le jeu. 25 mars 2021 à 13:35, Mirco Becker a écrit : > I am looking for a way too automatically start scripts. > > Outside of QGIS by using the console and

Re: [QGIS-Developer] A plea: more volunteers needed for reviewing backports

2021-03-23 Thread Alexis R.L.
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

Re: [QGIS-Developer] Georeferencer not working 3.18 and dev

2021-02-26 Thread Alexis R.L.
Please test the most recent master, I think its fixed but a validation is welcome. Alex Le ven. 26 févr. 2021 à 08:12, Giulio Fattori a écrit : > Hi all, > for several days now the georeferencer has been crashing QGIS, both the > dev and the 3.18, is there any hope of resolution? > > Regards,

[QGIS-Developer] Deactivating indexing in topological editing?

2020-04-16 Thread Alexis R.L.
Greetings everyone, I would like to know if there is a way to disable indexing when doing topological editing. These days I must use a vpn to access our project and data (some in shapefiles and geopackages), and whenever I try to do topological edits QGIS tend to freeze during the indexing steps.

Re: [QGIS-Developer] Removing MXE windows cross builds from QGIS repo

2020-04-07 Thread Alexis R.L.
Greetings, I'm possibly the only one using them but I find them useful. I was wondering if it was possible to make vector tiles toggleable. If I recall this is done with Oracle and this would prevent dealing with protobuf when not needed. Thanks and have a nice day! Alex Le mar. 7 avr. 2020 à

Re: [QGIS-Developer] Geopackage FID columns: i HATE them!!!!

2020-03-19 Thread Alexis R.L.
Greetings, Personnally when splitting layers and when there are FID conflits, I try to solve it manually. Sometimes it tells me that the fid of feature x cannot be change, which are not indistinguishable. And the next time you open the geopackage there is a change that the fid column will now be

[QGIS-Developer] Testing algorithm/code efficiency

2020-01-10 Thread Alexis R.L.
Greetings everyone, I wanted to know what was the best way to test memory usage and execution time. I would guess that debugging c++ would be one way to check for runtime but I wanted to know a good way to test for both. Thanks and have a nice day! Alex

Re: [QGIS-Developer] PyQgis: Composer and legends scripting

2019-11-30 Thread Alexis R.L.
Hi Jorge, Have a look at this https://github.com/qgis/QGIS/blob/9cb272969945a2b6d63e224b81ab2cfafa595a9b/tests/src/python/test_qgslayoutlegend.py#L426 Though some things tested in the code are from one of my PRs stuck in limbo, this should be enough to get you started. Alex Le ven. 22 nov.

Re: [QGIS-Developer] sip test still bjorked

2019-10-22 Thread Alexis R.L.
gt; > Cheers, > Denis > > Le lun. 21 oct. 2019 à 23:36, Alexis R.L. a écrit : > >> Greetings, >> >> Just an FYI. >> >> I thought the sip test was fixed but it still appears to be broken >> currently. >> >> >> Alex >> _

[QGIS-Developer] sip test still bjorked

2019-10-21 Thread Alexis R.L.
Greetings, Just an FYI. I thought the sip test was fixed but it still appears to be broken currently. Alex ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe:

[QGIS-Developer] Features & doc issues

2019-10-20 Thread Alexis R.L.
Greetings Everyone, I wanted to raise an idea for exchange. Considering the fact that documentation and other doc related things seem to be an issue and since the Documentation repo has hooks into the QGIS repo I thought that it might be possible to improve the situation a bit. A good minor

[QGIS-Developer] Optimization talk

2019-09-20 Thread Alexis R.L.
Greetings everyone, I have stumbled upon a talk about optimisation and I thought it might be a good idea to share. Here is the link: https://www.youtube.com/watch?v=r-TLSBdHe1A Thanks and have a nice day! Alex ___ QGIS-Developer mailing list

[QGIS-Developer] windows build qsci dll issues

2019-09-16 Thread Alexis R.L.
Greetings, I've been trying to build on windows and I'm having issues with python. I have set the python exe in cmake to the python 3.7 in osgeo apps (and not the python3 in bin since that was causing issues), the pythonpath and pythonhome also point to the python in osgeo/bin but when it comes

[QGIS-Developer] attribute join questions

2019-09-08 Thread Alexis R.L.
Greeting everyone, I had an idea and wanted to see i it was good or not. I have been thinking about ways to improve our joining algs. This proposal mostly apply to the attribute table join. I want to improve the spatial join too to reach speed similar to esri's but I'm not sure how they do it.

Re: [QGIS-Developer] Feedback PR #31061

2019-08-28 Thread Alexis R.L.
Greeting Nyall, The PR has been rebased and squashed. Changes are at their minimal. Thanks! Alexis Roy-Lizotte Le mar. 27 août 2019 à 19:53, Nyall Dawson a écrit : > On Wed, 28 Aug 2019 at 09:46, Alexis R.L. wrote: > > > > Greetings, > > > > I have a particular P

[QGIS-Developer] Feedback PR #31061

2019-08-27 Thread Alexis R.L.
Greetings, I have a particular PR ( https://github.com/qgis/QGIS/pull/31061 ) that is in limbo, that PR proposes changes to the QgsVectorLayer and I know that Matthias wanted me to make this PR in order to obtain feedback from the community regarding these changes. This message is simply to see

Re: [QGIS-Developer] Travis build timeouts

2019-08-27 Thread Alexis R.L.
y to drop all the caches to start with something clean > again. > > I did that earlier today -- but I don't think any builds have > successfully completed since :) > > Nyall > > > > > > > > > Le mar. 27 août 2019 à 02:25, Nyall Dawson a > écrit : > >&g

[QGIS-Developer] Travis build timeouts

2019-08-26 Thread Alexis R.L.
Greetings everyone, I've been noticing that most builds today timeout, usually building and testing take some time but today the build time are far higher than some days ago. I'm wondering if we should increase the timeout to 3 hours (it timeout after around 2:26 hours) or if there is a way to

[QGIS-Developer] cdash issues?

2019-07-20 Thread Alexis R.L.
Greetings, I'm trying to check the image generated by my tests and I noticed that the cdash log was quite empty. I also noticed that the provided tinyurl link at the end of the build lead to a 500 error. I'm not sure what is going on recently with cdash or if the move away from cdash is

Re: [QGIS-Developer] Post github issues migration clean ups - some proposals

2019-05-27 Thread Alexis R.L.
Greetings, Out of curiosity, will there be a round of cleanup? Some issues are either quite old and possibly not reproducible while some other are the eternal crash when closing qgis. Alexis Roy-Lizotte Le lun. 27 mai 2019 à 05:35, Giovanni Manghi a écrit : > Hi, > > > > > > > - "Database"

Re: [QGIS-Developer] github comment issues

2019-05-25 Thread Alexis R.L.
he list earlier but attached image was too big (hence failed to reach the >> list) and didn't have time to resend. >> >> Regards, >> Harrissou >> >> Le 24 mai 2019 22:39:03 GMT+02:00, "Alexis R.L." a >> écrit : >>> >>> Greeti

[QGIS-Developer] github comment issues

2019-05-24 Thread Alexis R.L.
Greetings, When I go on my PRs or any issue or PR I see the following: [image: image.png] I'm not sure if this is intended but I cannot comment on anything, I'm not sure if this is me in particular or for any other non-collaborator as the message says. Was this intended? Alexis Roy-Lizotte

Re: [QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-30 Thread Alexis R.L.
> created, requested and iterators generated. > > Can you paste a minimal code sample here that demonstrates the use of your > proposed API? > > Thanks Matthias > > On 4/30/19 1:00 PM, Alexis R.L. wrote: > > Hi, > > Well I could rework iterators to use the pro

Re: [QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-30 Thread Alexis R.L.
t; > I think for both proposals three QgsFeatureRequests will need to be > created, requested and iterators generated. > > Can you paste a minimal code sample here that demonstrates the use of your > proposed API? > > Thanks Matthias > > On 4/30/19 1:00 PM, Alexis R.L

Re: [QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-30 Thread Alexis R.L.
attribute = 'major_road' AND $id IN (1,2,3)` should have > the same result on the number of features in the iterator. Or I am missing > something. > > Matthias > On 4/30/19 12:13 PM, Alexis R.L. wrote: > > Greetings Mr.Kuhn, > > Well in my case the fact that each symbol

Re: [QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-30 Thread Alexis R.L.
> An alternative approach would be to work on a nicer API for an expression > builder to require 1) less string manipulation when building an expression > and 2) have more introspection capabilities when manipulating an expression. > > Regards > > Matthias > On 4/29/19 9:02 PM, Alexis R.L

Re: [QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-29 Thread Alexis R.L.
entirely or should I modify existing methods and add a trigger like I tested in my PR? Thanks! Alexis Roy-Lizotte Le dim. 28 avr. 2019 à 19:46, Nyall Dawson a écrit : > On Sun, 28 Apr 2019 at 07:18, Alexis R.L. wrote: > > > > Greetings Everyone, > > > > While workin

[QGIS-Developer] Proposal: changing the behaviour of QgsFeatureRequest

2019-04-27 Thread Alexis R.L.
Greetings Everyone, While working on my PR (9648) I noticed that expression filter and a list of feature IDs are both considered the same thing cannot be used as two filtering criteria. I am aware that the intent was to only have one element active to filter out features other than the

[QGIS-Developer] Unstalling feature PR 8911

2019-03-24 Thread Alexis R.L.
Greetings Everyone, I'm simply writing to see if anyone would be able to help unstall PR 8911 (my PR) . I am aware that Mr. Dawson and Mr. Khun are highly busy and should review the PR eventually and that they are the most familiar with this part of the code. But I am still wondering if any

[QGIS-Developer] Ignoring timeouts

2019-03-11 Thread Alexis R.L.
Greetings everyone, Some travis tests tend to timeout quite often for no reasons, I was wondering if it would be a good idea to ignore timeout (in general or on those tests) to ensure that there are less false negatives. Would this be a good idea? Alexis Roy-Lizotte

[QGIS-Developer] Linking layout and symbol legend

2019-02-03 Thread Alexis R.L.
Hello everyone, I have asked Mr. Dawson about this but I am aware that he is quite busy with bugfixing and probably everyone reading this message. As some of you might be aware I am trying to implement a way to evaluate an expression in the legend. Currently this part seems to be functional but