Re: [QGIS-Developer] Point cloud processing

2020-08-27 Thread Saber Razmjooei
Hi John, Many thanks for pointing to the WhiteboxTools. I was not personally aware of this. A general note about the plan for supporting point cloud data in QGIS: for the first phase (the one we are currently running a crowdfunding campaign for) the idea is to add a new data provider (similar to

[QGIS-Developer] Compile QGIS

2020-08-27 Thread Jose Mercedes Venegas Acevedo
Buen dia busco a alguien que me brinde soporte de pago para compilar QGIS en español. Aclaró que el instalador que quiero hacer es para Windows He intentado compilar QGIS con Visual Studio y no he podido lograrlo así que busco alguien que pueda brindarme soporte para lograr compilar y generar un

[QGIS-Developer] Error in raster histogram in QGIS3.0 with PyQGIS

2020-08-27 Thread Luis Eduardo
I am working on a plugin, one of its functions is to create the raster layer histogram. I generate the histogram using the histogram method of QgsRasterInterface and graph it well, without problems in QGis3.4. But in QGis3.0 it does not allow to generate the histogram. This is a recognized

Re: [QGIS-Developer] use qt 5.10 for CI tests

2020-08-27 Thread Matthias Kuhn
Hi Belgacem, It would be very good to have tests indeed ! If you have them ready, it should be straightforward to enable these on the qt 5.14 build. Best regards Matthias On Thu, Aug 27, 2020 at 3:13 PM BELGACEM NEDJIMA wrote: > Hi Matthias, > Yes, I wanted to run the CI tests on a version >=

Re: [QGIS-Developer] Processing Question: How to Select All with QgsProcessingParameterField

2020-08-27 Thread C Hamilton
Nyall, Thanks! That is exactly what I was looking for. Calvin On Wed, Aug 26, 2020 at 6:58 PM Nyall Dawson wrote: > On Thu, 27 Aug 2020 at 04:49, C Hamilton wrote: > > > > The default operation of a QgsProcessingParameterField in a processing > algorithm with allowMuliple set to True is to

[QGIS-Developer] Point cloud processing

2020-08-27 Thread John Lindsay
Hello all, This is one of the first times that I've posted to this list-serv, so I hope you'll forgive my ignorance if this is an inappropriate venue for this. I've noticed from a Twitter announcement that QGIS is pursuing native point cloud capabilities. I thought that this would be a good

Re: [QGIS-Developer] Why are only 5 entries now displayed on the plugin pages?

2020-08-27 Thread DelazJ
Hi, I share Calvin feelings here. 5 items per page are too short and do not help when you want to browse the repository. Any chance we raise the default value to 10 or 20? Thanks, Harrissou Le ven. 17 juil. 2020 à 18:03, C Hamilton a écrit : > I liked it better when the default setting was

Re: [QGIS-Developer] [Qgis-user] Informal online virtual meeting to hack - AKA QHackFriday

2020-08-27 Thread Charles Dixon-Paver
Hello all, Please note that I will be running a session which goes through the changelog management process as part of the QHackFriday tomorrow (28/08/2020) . It is a great opportunity for those who wish to contribute to the QGIS project but do not know where to begin. No special technical

Re: [QGIS-Developer] use qt 5.10 for CI tests

2020-08-27 Thread Denis Rouzaud
Hi all, It would also be time to bump Qt minimum version, SIP, and maybe C++ to 14 or 17. There is quite some work on the CI part to make the unit tests pass again a newer OS and/or Qt version, but this should be addressed at some point. Doing this just after the next release which will become

Re: [QGIS-Developer] use qt 5.10 for CI tests

2020-08-27 Thread BELGACEM NEDJIMA
Hi Matthias, Yes, I wanted to run the CI tests on a version >= Qt5.10 because if I disable shadow rendering for <=Qt5.9, it will bypass all the tests and may add some bugs into the codebase. On Thu, Aug 27, 2020, 1:45 PM Matthias Kuhn wrote: > Hi Peter, > > I don't see a problem to

Re: [QGIS-Developer] use qt 5.10 for CI tests

2020-08-27 Thread Matthias Kuhn
Hi Peter, I don't see a problem to conditionally disable shadows for Qt <= 5.10, we also have other conditions depending on the Qt version in other parts of the codebase. Is there a hidden question how to go about testing this in CI? If yes, I'd say the best approach would indeed be to enable

Re: [QGIS-Developer] PyQGIS: how to start the Temporal Animation?

2020-08-27 Thread Thomas Gratier
Hi, Could be wrong but you may need to "sync" canvas with your QgsTemporalController e.g below method iface.mapCanvas().setTemporalController(yourTemporalControllerInstance) Regards Thomas Le jeu. 27 août 2020 à 13:48, Richard Duivenvoorde a écrit : > On 8/27/20 12:45 PM, Richard

[QGIS-Developer] Vector data provider in Python problem

2020-08-27 Thread Radim Blazek
Hi, I found that our Django vector provider written in Python does not work anymore with QGIS 3.12.2 and Python 3.7. I found that the problem is in QgsAbstractFeatureSource implementation, this does not work anymore: def getFeatures(self, request): return

Re: [QGIS-Developer] PyQGIS: how to start the Temporal Animation?

2020-08-27 Thread Richard Duivenvoorde
On 8/27/20 12:45 PM, Richard Duivenvoorde wrote: > Hi, > > I'm registring a Temporal Layer fine now, but want to start the 'Temporal > Controller' to start via PyQGIS (in a plugin). > > This class: QgsTemporalNavigationObject has the 'play()' methods etc. > > The QgsTemporalControllerWidget

[QGIS-Developer] PyQGIS: how to start the Temporal Animation?

2020-08-27 Thread Richard Duivenvoorde
Hi, I'm registring a Temporal Layer fine now, but want to start the 'Temporal Controller' to start via PyQGIS (in a plugin). This class: QgsTemporalNavigationObject has the 'play()' methods etc. The QgsTemporalControllerWidget returns a temporalController.. So I was guessing I need to ask

Re: [QGIS-Developer] Temporal ranges, default to 'include' both beginning and end?

2020-08-27 Thread Richard Duivenvoorde
Hi Samweli, Thanks for looking into this, I created an issue: https://github.com/qgis/QGIS/issues/38468 with more clear example data and project, AND a movie in which you can see the problem I do think it *is* an issue. Regards, Richard Duivenvoorde On 8/27/20 3:21 AM, Samweli wrote: > Hi