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

Re: [QGIS-Developer] multipartToSingleParts via code

2017-06-12 Thread Nyall Dawson
On 13 June 2017 at 01:01, Stefano Masera wrote: > Hi list, > I want to use the 'multiPartToSinglePart' script via code for my plugin. > I can use it importing processing like this: > > import processing > processing.runalg("qgis:multiparttosingleparts", input,

Re: [QGIS-Developer] Enable composer atlas labels and styles using pyqgis

2017-06-12 Thread Nyall Dawson
On 13 June 2017 at 01:02, xristosss20 wrote: > try to follow this code to create automate atlas print composer using pyqgis > : > any idea ?i want to lern this solution is interesting question For reference, which QGIS version? Nyall

[QGIS-Developer] SpatiaLite: open blob images with Qgis3

2017-06-12 Thread silvio grosso
Hello everyone, At present, QGIS doesn't currently have *any* support for blob fields. I am wondering how long would it take, in terms of *working days*, to develop a feature for Qgis 3 related to SpatiaLite ? In short : - You open a SpatiaLite database which contains some jpeg images (stored

[QGIS-Developer] multipartToSingleParts via code

2017-06-12 Thread Stefano Masera
Hi list, I want to use the 'multiPartToSinglePart' script via code for my plugin. I can use it importing processing like this: import processing processing.runalg("qgis:multiparttosingleparts", input, output) but I wan't to use it in a different way, like I already do with the 'dissolve'

[QGIS-Developer] Enable composer atlas labels and styles using pyqgis

2017-06-12 Thread xristosss20
try to follow this code to create automate atlas print composer using pyqgis : def quick_export(self, ref, stype, scale): # Add all layers in map canvas to render myMapRenderer = self.iface.mapCanvas().mapRenderer() # Load template from file myComposition =

[QGIS-Developer] Plugin [1253] First Draft GIS approval notification.

2017-06-12 Thread noreply
Plugin First Draft GIS approval by pcav. The plugin version "[1253] First Draft GIS 0.2 Experimental" is now approved Link: http://plugins.qgis.org/plugins/FirstDraftGIS/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-12 Thread C Hamilton
> > > > 2. I would like to see a check box or selection widget of some sort that > > chooses between using Geodesic math or the current method of calculating > the > > distances which I am still unsure on how it is doing its calculations. > > If you expand down the info box you'll get a detailed

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

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

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-12 Thread matteo
> Yes, that's correct. glad to hear that. Thanks! Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe:

Re: [QGIS-Developer] USNG Coordinate System

2017-06-12 Thread Martin Dobias
On Mon, Jun 12, 2017 at 10:13 AM, Barry Rowlingson wrote: > > Would that be useful to you? It could be implemented as a Qgis python > function - its some string parsing and numeric manipulation. There are few plugins that add support for some coordinate systems -

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-12 Thread Nyall Dawson
On 12 June 2017 at 18:43, Neumann, Andreas wrote: > +1 for getting these improvements in QGIS core, rather than in a plugin. > > fyi: https://map.geo.admin.ch/ has an interesting "all-in-one" measure tool, > which could server as an inspiration for QGIS. > > If you start with

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-12 Thread Paolo Cavallini
Il 12/06/2017 10:43, Neumann, Andreas ha scritto: > +1 for getting these improvements in QGIS core, rather than in a plugin. +1 thanks -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html https://www.google.com/trends/explore?date=all=IT=qgis,arcgis

Re: [QGIS-Developer] QGIS 3: feedback on Save As Image / PDF

2017-06-12 Thread Nyall Dawson
On 8 June 2017 at 23:24, Neumann, Andreas wrote: > Hi, > > The new Save as Image / PDF function in the project menu in QGIS 3 is very > useful! Thanks for developing it! Full credit goes to Mathieu Pellerin here! > I have, however, a suggestion for improvement: it would be

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-12 Thread Neumann, Andreas
+1 for getting these improvements in QGIS core, rather than in a plugin. fyi: https://map.geo.admin.ch/ has an interesting "all-in-one" measure tool, which could server as an inspiration for QGIS. If you start with a new measure line, you first get a circle with distance and bearing. It also

[QGIS-Developer] QEP notification: Break compatibility with 2.x processing models

2017-06-12 Thread Nyall Dawson
Hi all, I just filed a QEP regarding dropping compatibility with QGIS 2.x processing models in QGIS 3.0. Please see full details over at: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/95 Regards, Nyall ___ QGIS-Developer mailing list

Re: [QGIS-Developer] Geodesic Measure Tool With Bearing Information

2017-06-12 Thread Nyall Dawson
On 10 June 2017 at 02:30, C Hamilton wrote: > Several weeks ago I had proposed a geodesic measure tool that also includes > the bearing from point A to B and bearing from B to A. Nyall suggested that > this capability be added to the QGIS measure tool. The question is

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-12 Thread Nyall Dawson
On 12 June 2017 at 17:41, matteo wrote: > Hi Nyall, > > I just have a quick question for the Processing C++ porting. Are all the > existing tests still valid for Processing and the test suite will remain > the same? > > I mean, if other people would like to do some tests

Re: [QGIS-Developer] USNG Coordinate System

2017-06-12 Thread Barry Rowlingson
On Thu, Jun 8, 2017 at 12:12 AM, Joshua Quesenberry wrote: > Good Evening Everyone, > > > > I haven’t seen any replies to my post over the weekend. Can someone take a > look? And still no replies! I've had a look. You might know all this already but I'll include it for

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-12 Thread matteo
Hi Nyall, I just have a quick question for the Processing C++ porting. Are all the existing tests still valid for Processing and the test suite will remain the same? I mean, if other people would like to do some tests in the future, is the method the same also after the porting is complete?

[QGIS-Developer] Plugin [1253] First Draft GIS approval notification.

2017-06-12 Thread noreply
Plugin First Draft GIS approval by pcav. The plugin version "[1253] First Draft GIS 0.1 Experimental" is now approved Link: http://plugins.qgis.org/plugins/FirstDraftGIS/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] QGIS 3 > Processing: some test

2017-06-12 Thread Nyall Dawson
On 10 June 2017 at 02:46, Paolo Cavallini wrote: > Hi all, > I did some testing of new Processing commands, on a freshly compiled QGIS. > > * Aspect throws an error: > * barplot does not return a result (result viewer is empty) Looks like this happens when you don't pick a