Re: [QGIS-Developer] (Native) Difference algorithm not working with MultiPoints on Windows

2018-05-28 Thread Germán Carrillo
On Windows: GEOS v3.5.0-CAPI-1.9.0 r4084 On GNU/Linux: GEOS v3.5.1-CAPI-1.9.1 r4246 Looking at the GEOS changelog for v3.5.1 there is indeed a fix for multipoints. However, OSGeo4W stilll offers up to v3.5.0. I'll keep an eye on such coming update and report back to this list. Thanks!

Re: [QGIS-Developer] Make install fails when using docker base image

2018-05-28 Thread Denis Rouzaud
Hi Tim, The QGIS image are built using this image as base. Here is a recent build of 3.0.3 https://travis-ci.org/qgis/QGIS/jobs/384875814 Here are the lines to build QGIS https://github.com/qgis/QGIS/blob/master/.ci/travis/linux/script.sh#L25-L32 I hope this helps! Denis Le lun. 28 mai 2018

Re: [QGIS-Developer] (Native) Difference algorithm not working with MultiPoints on Windows

2018-05-28 Thread Nyall Dawson
On 29 May 2018 at 05:10, Germán Carrillo wrote: > > Hi, > > > just open an issue [1] regarding the (native) Difference algorithm on Windows > for multipoint geometries. > > You could replicate it creating one multipoint layer and adding one point to > it. Running the difference algorithm wiith

Re: [QGIS-Developer] Thoughts on using processing models for ETL tasks

2018-05-28 Thread Nyall Dawson
Hi Magnus, Thanks for raising this discussion! I'm also passionate about seeing QGIS become a first-class ETL tool, and I think that with 3.2 we most of the underlying building blocks in place. What's needed now is a bunch of GUI improvements and extra model interaction features (such as the

[QGIS-Developer] (Native) Difference algorithm not working with MultiPoints on Windows

2018-05-28 Thread Germán Carrillo
Hi, just open an issue [1] regarding the (native) Difference algorithm on Windows for multipoint geometries. You could replicate it creating one multipoint layer and adding one point to it. Running the difference algorithm wiith such layer as both input and difference parameters should return

Re: [QGIS-Developer] QgsLayout returns different types on different platforms

2018-05-28 Thread Adam Borczyk
Just in case someone has similar problem - this workaround has some methods that probably don't have (or I haven't found them) equivalents in API 3 - iterating over QgsPrintLayout did return a list of objects and their correct types, but except for the map. Map item was described as QgsLayoutItem

[QGIS-Developer] Retrieve folder path from Processing scripts

2018-05-28 Thread matteo
Hi devs, I don't know if I'm facing a bug or if I'm missing something. In a Processing script (or Processing plugin, same same) I cannot not get the path of the folder when the folder is a Processing parameter: ... NAME = 'NAME' FOLDER = 'FOLDER' ...

Re: [QGIS-Developer] Thoughts on using processing models for ETL tasks

2018-05-28 Thread Yves Jacolin
Hello, Le 28/05/2018 à 12:11, johnrobot a écrit : > - When creating a new model, I often need to run a model quite a few times > to test it. Each time, I have to select input layers manually when starting > the model. Can I make QGIS remember the files I picked the last time In some ETL there is

Re: [QGIS-Developer] Thoughts on using processing models for ETL tasks

2018-05-28 Thread Régis Haubourg
Hi John, Thanks for sharing your feedback. I must say I agree with your points, and have some others concerning database i/o options or a graphical version of refactor field alg. All this would very nice fit into a QEP so that we can centralize thoughts and requirements in a more collaborative

[QGIS-Developer] Thoughts on using processing models for ETL tasks

2018-05-28 Thread johnrobot
Hi I have started looking at using the processing model builder in QGIS 3.0.3 for ETL tasks. A few initial thoughts: - I would like to be able to resize resize model components, for example to be able to see the full name of a component. - Add support for copy/paste of components. If I have spent

Re: [QGIS-Developer] Problem with images link in changelog 3.0 web page

2018-05-28 Thread Tim Sutton
Hi I know Richard has been busy migrating the changelog over to the web site, probably there is a glitch which he will fix soon. Regards Tim > On 28 May 2018, at 09:16, Benoit de Cabissole wrote: > > Hi, > > At the 3.0 changelog page (1), if you click on the

[QGIS-Developer] Problem with images link in changelog 3.0 web page

2018-05-28 Thread Benoit de Cabissole
Hi, At the 3.0 changelog page (1), if you click on the images, in order to have a larger version, the result is unexpected: most of them open in a new tab of the same page or a 404 page, e.g. (2). Is it a known problem? If so sorry for the noise... Cheers, Benoit (1)

Re: [QGIS-Developer] QGIS 3, the state of Processing and GRASS 7

2018-05-28 Thread Stephen
Hi Nyall, thanks for your very thoughtful reply! On 28.05.2018 06:55, Nyall Dawson wrote: > On 27 May 2018 at 08:11, Stephen wrote: >> Hello everyone, >> >> for weeks now I have been trying to port standalone PyQGIS code that >> makes extensive use of Processing from QGIS