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

2021-02-23 Thread Ben Hur Pintor
— > > > > On Mon, Feb 22, 2021 at 6:54 PM Martin Pergler > <mailto:perg...@gmail.com>> wrote: > > > > As per the thread last week, with the help of Jorge Gustavo > > Rocha (regarding > > server) and Ben Hur Pintor, I've taken

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

2021-02-16 Thread Ben Hur Pintor
Hi Martin, I would like to help you with this in case you need it. I'm fairly comfortable with both QGIS' capabilities and working with Markdown. Do let me know how I can help and how we can collaborate. Thanks! All the best, Ben Hur --- *Ben Hur S. Pintor | BNHR * bnhr.xyz h..

Re: [QGIS-Developer] [Qgis-user] Thoughts on QGIS Development and LTR Releases

2020-02-29 Thread Ben Hur Pintor
Hi everyone, I'm not a QGIS developer but I've been a user since 1.X days. Aside from a few quirks (e.g. dependency issues on Linux), I've always liked the QGIS release cycle so I'm coming from that perspective. To add to Alexandre's explanation, this is usually how I explain QGIS releases: There

Re: [QGIS-Developer] QGIS packages build against ubuntugis-unstable dependencies

2019-12-06 Thread Ben Hur Pintor
Hi Bernd and Jürgen, Thank you for your replies. I decided to use the nightly repository first while waiting for the point release. Sincerely, Ben Hur On Fri, Dec 6, 2019 at 5:24 PM Jürgen E. Fischer wrote: > Hi Ben Hur, > > On Fri, 06. Dec 2019 at 14:41:27 +0800, Ben Hur Pintor wrot

[QGIS-Developer] QGIS packages build against ubuntugis-unstable dependencies

2019-12-05 Thread Ben Hur Pintor
Hi all, I install QGIS on my Ubuntu 18.04 machine with ubuntugis-unstable dependencies. A few days ago, the ubuntugis-unstable repo updated it's packages for Bionic (GDAL 3, PROJ 6, etc). After upgrading some libraries from ubuntugis-unstable, QGIS disappeared from my machine. Other libraries like

Re: [QGIS-Developer] [Qgis-user] Buffer Algorithm (Buffer distance of output polygon is not equal to the Distance parameter)

2018-09-27 Thread Ben Hur Pintor
o* drop-down menu. Expand it, > please. > > Harrissou > > Le jeu. 27 sept. 2018 à 16:55, Ben Hur Pintor a > écrit : > >> Hi everyone. >> >> I apologize if this has been asked before but I would just like to >> clarify if this is how the buffer algorithm in QGI

[QGIS-Developer] Buffer Algorithm (Buffer distance of output polygon is not equal to the Distance parameter)

2018-09-27 Thread Ben Hur Pintor
Hi everyone. I apologize if this has been asked before but I would just like to clarify if this is how the buffer algorithm in QGIS should function. *Issue:* The actual distance from the input layer to the buffer polygon created by the Buffer processing tool (and v.buffer) is not equal (only arou

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-11 Thread Ben Hur Pintor
local system or so. >> >> Y. >> >> Le 06/12/2017 à 15:37, Matthias Kuhn a écrit : >> >> On 12/06/2017 03:20 PM, Ben Hur Pintor wrote: >> >> @Saber >> >> I had the same issue with python and Qt 5.9. I ended up with 2 build >>> d

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Ben Hur Pintor
ote: > > Hi Ben, > > I had the same issue with python and Qt 5.9. I ended up with 2 build > directories: one for Qt 5.x (comes with your system) and one for Qt 5.9. > > Regards > Saber > > On 6 December 2017 at 13:41, Ben Hur Pintor wrote: > >> Hi! Sorry i

Re: [QGIS-Developer] How to build QGIS 2.99 with 3D?

2017-12-06 Thread Ben Hur Pintor
Hi! Sorry if I'm late to the party but I've regularly been able to build 2.99 with 3D support using the instructions from (a) https://github.com/qgis/QGIS/blob/master/INSTALL supplemented by (b) https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ on my Xubuntu 16.04 machine. I didn't en

Re: [QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
Oh, so that's what the Locator was. Thanks! On Thu, Nov 30, 2017 at 1:15 AM, Etienne Trimaille < etienne.trimai...@gmail.com> wrote: > 2017-11-29 17:09 GMT+01:00 Ben Hur Pintor : > >> 3.) What's the update or plan for the Processing -> Commander function in >&g

Re: [QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
g. create a start-qgis.sh with > > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/pathto/qgis-master/lib > /pathto/qgis-master/bin/./qgis > > Then run it.. > > All the best, > > Tudor > > > On Wednesday, November 29, 2017, 6:10:07 PM GMT+2, Ben Hur Pintor < &

[QGIS-Developer] Queries on building QGIS 3.

2017-11-29 Thread Ben Hur Pintor
Hi all! I built QGIS master (2a960c5) using the instructions from (a) https://github.com/qgis/QGIS/blob/master/INSTALL supplemented by (b) https://www.lutraconsulting.co.uk/blog/2017/08/06/qgis3d-build/ because I wanted to try the new 3D features. My machine runs on Xubuntu 16.04. The build works f

Re: [QGIS-Developer] multipartToSingleParts via code

2017-06-13 Thread Ben Hur Pintor
What do you mean by *"The plugin runs correctly only the FIRST time.* *Then, when it finishes, if I run again the plugin choosing an input2 vectorlayer, the processing algorithm doesn't see the input2 and my ouput remains output1."? * Are you calling the algorithm inside a loop? May I have a look

Re: [QGIS-Developer] multipartToSingleParts via code

2017-06-12 Thread Ben Hur Pintor
Hi Stefano. Correct me if I'm wrong but my understanding is that you want to be able to call "multiparttosingleparts" in his code the same way you call dissolve. Something like: from qgis.xxx import * xxx = YYY xxx.multiparttosingleparts(input, output) Have you tried looking at the API? I have