Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Denis Rouzaud
Hi Borys, I guess this is the answer (I was using another name scheme in QGIS 2). Cheers, Denis Le mer. 25 juil. 2018 à 13:39, Borys Jurgiel a écrit : > Dnia środa, 25 lipca 2018 12:38:36 CEST Denis Rouzaud pisze: > > > The zip file has a suffix with the version: pluginname-x.x.x.zip > >

[QGIS-Developer] It's not too late to register for the QGIS hackfest in Zanzibar 22 August 2018 - 26 August 2018

2018-07-25 Thread Tim Sutton
Hi All Just another request: If you are coming to the hackfest in Zanzibar, please add your details to the wiki page including your arrival and departure dates. If you are not listed on that page you may not be given food! https://github.com/qgis/QGIS/wiki/DeveloperMeetingZanzibar2018 From

[QGIS-Developer] Plugin [927] Qlr Browser approval notification.

2018-07-25 Thread noreply
Plugin Qlr Browser approval by pcav. The plugin version "[927] Qlr Browser 2.0.1" is now approved Link: http://plugins.qgis.org/plugins/QlrBrowser/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] Create Grid (Grid.py) Crash and Exception

2018-07-25 Thread Alexander Bruy
чт, 26 лип. 2018 о 03:00 Alan A. Mick пише: > Given my experience, I assumed that I could type in the name of a layer here > and it would put the layer in the layer panel, from which I could save it. I > now > understand how it works. Looks like this is a regression. In older versions you can

[QGIS-Developer] Relative path for GeoPackage/Rasterlite rasters does not work

2018-07-25 Thread Alexander Bruy
Hi, seems QGIS does not recognize relative paths for the GeoPackage and Rasterlite raster layers, e.g. GPKG:./some/path/file.gpkg:layer. But same path works fine from the command line with gdal utilities like gdalinfo Anyone confirms? -- Alexander Bruy

Re: [QGIS-Developer] Unable to understand the "Default CRS for new projects" setting

2018-07-25 Thread DelazJ
Hi Nyall, Thanks for the reply 2018-07-26 0:34 GMT+02:00 Nyall Dawson : > On Wed, 25 Jul 2018 at 00:50, DelazJ wrote: > > > > Hi, > > > - if it's a geometryless layer, then the project CRS is set to epsg:4326 > > This one is definitely a bug! > > Should I file a ticket or is it already taken

Re: [QGIS-Developer] Create Grid (Grid.py) Crash and Exception

2018-07-25 Thread Alan A. Mick
Thanks! That worked! I put in a fully qualified file name in the "Grid" dialog box and it worked - I left the "Open output file after running algorithm" checked and it adds the vector layer to my project. It uses a default layer name of "Grid" rather than my file name, but I can rename it.

Re: [QGIS-Developer] Wrong Output GetRasterband

2018-07-25 Thread Nyall Dawson
On Thu, 26 Jul 2018 at 08:45, Nyall Dawson wrote: > This is GDAL api, not QGIS. If you want to try the QGIS way you should use: > > testlayer=iface.activeLayer() > stats = testlayer.dataProvider().bandStatistics(1) > print(stats.minimumValue) > print(stats.maximumValue) Just to expand on that -

Re: [QGIS-Developer] Wrong Output GetRasterband

2018-07-25 Thread Nyall Dawson
On Mon, 23 Jul 2018 at 19:37, Hauer Lukas wrote: > > Hello! > > > > I want to output the min and max of my layer properties via a python script. > If I check it manually they are „Min 0.250754“ and „Max 0.726268“. Which QGIS version? Check under the "load min/max values" group box to double

Re: [QGIS-Developer] Create Grid (Grid.py) Crash and Exception

2018-07-25 Thread Nyall Dawson
On Tue, 24 Jul 2018 at 09:54, Alan A. Mick wrote: > > Yes, Following, and some further information. I've narrowed the problem down > to using a value for 'OUTPUT', rather than leaving it blank (memory / Create > temporary layer). Note the second attempt where OUTPUT is 'memory:' rather > than

Re: [QGIS-Developer] Unable to understand the "Default CRS for new projects" setting

2018-07-25 Thread Nyall Dawson
On Wed, 25 Jul 2018 at 00:50, DelazJ wrote: > > Hi, > - if it's a geometryless layer, then the project CRS is set to epsg:4326 This one is definitely a bug! > Then, my question is what's the interest of setting a default CRS for all > projects, if each time I open a new project it's the first

Re: [QGIS-Developer] GRASS processing modules in QGIS3

2018-07-25 Thread Nyall Dawson
On Tue, 24 Jul 2018 at 21:54, Sophie Crommelinck wrote: > > Hello, > > I have observed that some of the GRASS processing modules do not work (they > run, but produce no result or error) in QGIS3. In particular, I am interested > in using v.net.steiner, for which I was advised by Markus Neteler

[QGIS-Developer] RES: QgsPluginManagerInterface

2018-07-25 Thread Jorge Almerio
Thank you, very much! -Mensagem original- De: Borys Jurgiel [mailto:li...@borysjurgiel.pl] Enviada em: quarta-feira, 25 de julho de 2018 18:29 Para: qgis-developer@lists.osgeo.org Cc: Jorge Almerio Assunto: Re: [QGIS-Developer] QgsPluginManagerInterface Hi, QgsPluginManagerInterface is

Re: [QGIS-Developer] QgsPluginManagerInterface

2018-07-25 Thread Borys Jurgiel
Hi, QgsPluginManagerInterface is quite limited. Try this instead: from qgis.utils import pluginMetadata pluginMetadata('myPluginName', 'version') For more info see https://github.com/qgis/QGIS/blob/master/python/utils.py#L290 Regards, Borys Dnia środa, 25 lipca 2018 18:30:26 CEST Jorge

[QGIS-Developer] QgsPluginManagerInterface

2018-07-25 Thread Jorge Almerio
Hi devs, I need to get the current version (in metadata.txt) of my plugin from python. I saw that there is a Class to access Metadata, but I did not found any example how to use it. I tried with the code below

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Borys Jurgiel
Dnia środa, 25 lipca 2018 12:38:36 CEST Denis Rouzaud pisze: > The zip file has a suffix with the version: pluginname-x.x.x.zip > Could it be the issue? IIRC, the suffix should be separated by a dot (pluginname.x.x.x.zip). Everything before the first dot must match the directory name. But it

[QGIS-Developer] Plugin [1380] Batch Hillshader approval notification.

2018-07-25 Thread noreply
Plugin Batch Hillshader approval by pcav. The plugin version "[1380] Batch Hillshader 2.2.66" is now approved Link: http://plugins.qgis.org/plugins/batch_hillshader-master/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Denis Rouzaud
Hi, Thanks for your answers. Le mer. 25 juil. 2018 à 11:33, Borys Jurgiel a écrit : > Dnia środa, 25 lipca 2018 10:22:19 CEST Richard Duivenvoorde pisze: > > On 07/25/2018 10:00 AM, Denis Rouzaud wrote: > > > Hi all, > > > > > > I have troubles at using a custom external plugin repository in

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Borys Jurgiel
Dnia środa, 25 lipca 2018 10:22:19 CEST Richard Duivenvoorde pisze: > On 07/25/2018 10:00 AM, Denis Rouzaud wrote: > > Hi all, > > > > I have troubles at using a custom external plugin repository in QGIS 3. > > The plugin installed and the plugin on the repo don't match in the > > plugin manager.

Re: [QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Richard Duivenvoorde
On 07/25/2018 10:00 AM, Denis Rouzaud wrote: > Hi all, > > I have troubles at using a custom external plugin repository in QGIS 3. > The plugin installed and the plugin on the repo don't match in the > plugin manager. In other words, I cannot upgrade my plugin since it is > listed once in

[QGIS-Developer] custom plugin repository in QGIS 3

2018-07-25 Thread Denis Rouzaud
Hi all, I have troubles at using a custom external plugin repository in QGIS 3. The plugin installed and the plugin on the repo don't match in the plugin manager. In other words, I cannot upgrade my plugin since it is listed once in installed and once in not installed. I wonder if anything

Re: [QGIS-Developer] The Future on QGIS : Panel Discussion at FOSS4G

2018-07-25 Thread Paolo Cavallini
Hi Tim. Thanks for the clarifications, and for taking the lead here. All the best. Il 24 luglio 2018 22:10:02 CEST, Tim Sutton ha scritto: >Hi > >> On 24 Jul 2018, at 17:32, Paolo Cavallini >wrote: >> >> Il 24/07/2018 15:06, Tim Sutton ha scritto: >>> Hi All >>> >>> For those developers and

Re: [QGIS-Developer] GRASS processing modules in QGIS3

2018-07-25 Thread Paolo Cavallini
Thanks Nyall - happy to be proved wrong! All the best. Il 25 luglio 2018 00:19:43 CEST, Nyall Dawson ha scritto: >On Wed, 25 Jul 2018 at 01:17, Paolo Cavallini >wrote: > >> thanks for your note and your interest. It is true that this area of >> code is currently not actively managed by one of

[QGIS-Developer] Plugin [1391] Asistente LADM_COL approval notification.

2018-07-25 Thread noreply
Plugin Asistente LADM_COL approval by pcav. The plugin version "[1391] Asistente LADM_COL 0.6.0 Experimental" is now approved Link: http://plugins.qgis.org/plugins/asistente_ladm_col/ ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List