Re: [QGIS-Developer] Testing Q3 Processing

2017-06-29 Thread Paolo Cavallini
Il 29/06/2017 08:36, Nyall Dawson ha scritto: > On 29 June 2017 at 16:27, Paolo Cavallini wrote: >> Hi all, >> I'm testing the new Processing on master. To do this with some order, >> I'm following the training manual: >> http://docs.qgis.org/2.18/en/docs/training_manual/processing/index.html >> a

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Paolo Cavallini
Il 29/06/2017 08:33, Nyall Dawson ha scritto: > On 28 June 2017 at 18:23, G. Allegri wrote: >> The best of two (but there would be a bit of overhead for the algorithm): >> set them to null as soon as two different values are found, keep the first >> encountered value otherwise (all the features wi

[QGIS-Developer] How to exit QGIS after running a python script ?

2017-06-29 Thread Poltini Roberto
Hi all, I would like to run a python script via qgis --code myscript.py and then immediately exit. I'm using iface.actionExit().trigger(), which kills QGIS when I run it from the python console, but not when put in the script that I pass to –code. What's the right way to immediately exit? I'm

Re: [QGIS-Developer] How to exit QGIS after running a python script ?

2017-06-29 Thread Denis Rouzaud
Hi Roberto, I had some success with QCoreApplication.processEvents() QgsApplication.exitQgis() Denis Le jeu. 29 juin 2017 à 10:00, Poltini Roberto a écrit : > Hi all, > >I would like to run a python script via qgis --code myscript.py and > then immediately exit. I'm using iface.actionExit

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread G. Allegri
1. Allowing multiple field selection for grouping 2. Keeping attributes of first feature when grouping I will accept this criteria, obviously, if it's the preferred solution for the mosts. I just want to report that many users (partecipants to courses or customers) say they find having the "first

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Nyall Dawson
On 29 June 2017 at 18:21, G. Allegri wrote: > > 1. Allowing multiple field selection for grouping > 2. Keeping attributes of first feature when grouping > > > I will accept this criteria, obviously, if it's the preferred solution for > the mosts. > I just want to report that many users (partecipan

[QGIS-Developer] Plugin [1037] Kortforsyningen approval notification.

2017-06-29 Thread noreply
Plugin Kortforsyningen approval by pcav. The plugin version "[1037] Kortforsyningen 1.1" is now approved Link: http://plugins.qgis.org/plugins/Kortforsyningen/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Anita Graser
On Thu, Jun 29, 2017 at 10:32 AM, Nyall Dawson wrote: > On 29 June 2017 at 18:21, G. Allegri wrote: > > > > 1. Allowing multiple field selection for grouping > > 2. Keeping attributes of first feature when grouping > > > > > > I will accept this criteria, obviously, if it's the preferred solutio

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Paolo Cavallini
Il 29/06/2017 10:41, Anita Graser ha scritto: > ​Sounds OK to me if it is possible to select multiple grouping fields. +1 thanks -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html https://www.google.com/trends/explore?date=all&geo=IT&q=qgis,arcgis _

Re: [QGIS-Developer] Testing Q3 Processing

2017-06-29 Thread Paolo Cavallini
Il 29/06/2017 09:00, Paolo Cavallini ha scritto: > Il 29/06/2017 08:36, Nyall Dawson ha scritto: >> On 29 June 2017 at 16:27, Paolo Cavallini wrote: >>> Hi all, >>> I'm testing the new Processing on master. To do this with some order, >>> I'm following the training manual: >>> http://docs.qgis.org

Re: [QGIS-Developer] Testing Q3 Processing

2017-06-29 Thread Paolo Cavallini
> Il 29/06/2017 09:00, Paolo Cavallini ha scritto: >> Il 29/06/2017 08:36, Nyall Dawson ha scritto: and I'll report any issue. Should I just send a message here, or open a ticket? >>> >>> Just open them here initially thanks. One more issue: when buffering invalid geoms, the buffers are

[QGIS-Developer] Plugin [1263] Hazard Zones by Flow approval notification.

2017-06-29 Thread noreply
Plugin Hazard Zones by Flow approval by pcav. The plugin version "[1263] Hazard Zones by Flow 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/Hazard-Zones-by-Flow-master/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo

[QGIS-Developer] Improve icon set

2017-06-29 Thread Robert Szczepanek
With regard to upcoming QGIS 3 [1], I want to ask your for opinions and proposals on updating current icon set. As proposed by Markus, we will focus however not only on icons for QGIS, but consider also other OSGeo projects, like GRASS. Please write your comments in *OSGeo Graphics* mailing list

[QGIS-Developer] Plugin [788] Space Syntax Toolkit approval notification.

2017-06-29 Thread noreply
Plugin Space Syntax Toolkit approval by pcav. The plugin version "[788] Space Syntax Toolkit 0.2.0" is now approved Link: http://plugins.qgis.org/plugins/esstoolkit/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.

[QGIS-Developer] QgsVectorFileWriter and MultiPolygon

2017-06-29 Thread Luca Congedo
Hello everybody, I am using the new QGIS 3 API to create a multipolygon shapefile using the following code in python console: import qgis.core as qgisCore from PyQt5.QtCore import QVariant crs = qgisCore.QgsCoordinateReferenceSystem("epsg:4326") fields = qgisCore.QgsFields() fN = "field" fields.a

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread G. Allegri
Side note: I would apply the same approach to all the "grouping" algorithms, e.g. Dissolve. giovanni Il 29 giu 2017 10:54, "Paolo Cavallini" ha scritto: > Il 29/06/2017 10:41, Anita Graser ha scritto: > > > ​Sounds OK to me if it is possible to select multiple grouping fields. > > +1 > thanks >

[QGIS-Developer] Plugin [730] Line direction histogram approval notification.

2017-06-29 Thread noreply
Plugin Line direction histogram approval by pcav. The plugin version "[730] Line direction histogram 2.1" is now approved Link: http://plugins.qgis.org/plugins/LineDirectionHistogram/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List in

[QGIS-Developer] Plugin [1257] SuperLabeling approval notification.

2017-06-29 Thread noreply
Plugin SuperLabeling approval by pcav. The plugin version "[1257] SuperLabeling ver.1.0 Experimental" is now approved Link: http://plugins.qgis.org/plugins/SuperLabeling/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://l

[QGIS-Developer] Plugin [1257] SuperLabeling approval notification.

2017-06-29 Thread noreply
Plugin SuperLabeling approval by pcav. The plugin version "[1257] SuperLabeling ver.1.2 Experimental" is now approved Link: http://plugins.qgis.org/plugins/SuperLabeling/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://l

[QGIS-Developer] Plugin [1257] SuperLabeling approval notification.

2017-06-29 Thread noreply
Plugin SuperLabeling approval by pcav. The plugin version "[1257] SuperLabeling ver.1.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/SuperLabeling/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://l

[QGIS-Developer] Plugin [1257] SuperLabeling approval notification.

2017-06-29 Thread noreply
Plugin SuperLabeling approval by pcav. The plugin version "[1257] SuperLabeling ver.1.2" is now approved Link: http://plugins.qgis.org/plugins/SuperLabeling/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.or

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Matthias Kuhn
On 6/29/17 10:21 AM, G. Allegri wrote: > > 1. Allowing multiple field selection for grouping > 2. Keeping attributes of first feature when grouping > > > I will accept this criteria, obviously, if it's the preferred solution > for the mosts. > I just want to report that many users (partec

Re: [QGIS-Developer] Processing 3.0: Possible change to the Convex Hull algorithm

2017-06-29 Thread Neumann, Andreas
Hi, I also think that the logical solution would be to aggregate the attributes when grouping and allow the user to specify which aggregate function to use for each attribute. Just randomly using the attributes of the first feature doesn't really makes sense to me. In 99% of the Now that we