Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-09-02 Thread Andrea Aime
On Fri, Sep 2, 2016 at 2:11 AM, Nyall Dawson wrote: > Just a reminder - please backport to the "master_2" branch as well, or > the fix will not be included in 2.18. > I'll try. The sprint gave me a boost, but now I'm back on maybe 2 hours of spare time a week, even if I use all the time I have o

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-09-02 Thread Richard Duivenvoorde
On 02-09-16 10:01, Andrea Aime wrote: > On Fri, Sep 2, 2016 at 2:11 AM, Nyall Dawson > wrote: > > Just a reminder - please backport to the "master_2" branch as well, or > the fix will not be included in 2.18. > > > I'll try. The sprint gave me a boost, but

Re: [Qgis-developer] how to clone git plugin repo from hub.qgis.org

2016-09-02 Thread Richard Duivenvoorde
On 29-08-16 21:55, Richard Duivenvoorde wrote: > On 26-08-16 21:57, Marco Bernasocchi wrote: >> Thanks Richard for looking. >> I can test if you need. > > Anybody familiar with gitosis here? > > That is wat is running on hub, but I'm not able to make it work again. > > As a last resort, we can d

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD

2016-09-02 Thread Mark Johnson
The RasterLite2 project of spatialite will be supporting the rendering of - SLD 1.1.0 and SE 1.1.0 The Database designer would then import the Style's into the Database, using functions that can be seen here: http://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html#p16style For QGIS to create

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-09-02 Thread Anita Graser
Thank you very much for the summary Andrea! Sounds like the code sprint really was a great boost for styling interoperability. On Fri, Sep 2, 2016 at 10:13 AM, Richard Duivenvoorde wrote: > > I think the PSC / OSGEO(?) should try to find funding for this further > as the GEOFOSS ecosystem as a wh

[Qgis-developer] Feedback for contrast enhancement ... enhancements ?

2016-09-02 Thread Even Rouault
Hi, There has been interest expressed to improve the usability of the contrast enhancement function. Basically there are workflows where you want the min/max values used by contrast enhancement to be updated each time you pan or zoom the canvas. From what I've seen, here's what currently exists

[Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread Denis Rouzaud
Hi all, Just to let you know, I am working on a new design to handle snapping settings. Settings are now handled in a core class attached to the project, similarly to QgsRelationManager. It will provide a nice API to deal with the settings and some useful signals. This means one will no longer h

Re: [Qgis-developer] Feedback for contrast enhancement ... enhancements ?

2016-09-02 Thread G. Allegri
+1 I would also make min/max the default option, because I've has many users (mostly newcomers) were struggling too find out why some pixels were not displaying as expected. It was because the statistics weren't including some, few, important pixels. Anyway I know that, generally, cutting the tail

[Qgis-developer] Python and keyboard shortcuts

2016-09-02 Thread CABO
Hello, I am trying to setup a keyboard shortcut for a method in my plugin and was looking at the following code snippet: http://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/snippets.html#how-to-call-a-method-by-a-key-shortcut In 2014 dakcarto wrote a similar snippet at GIS.SE: http:

Re: [Qgis-developer] Feedback for contrast enhancement ... enhancements ?

2016-09-02 Thread Nyall Dawson
On 2 September 2016 at 21:50, G. Allegri wrote: > +1 > > I would also make min/max the default option, because I've has many users > (mostly newcomers) were struggling too find out why some pixels were not > displaying as expected. It was because the statistics weren't including > some, few, impor

Re: [Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread gam17
Hi all, Just to let you know, I am working on a new design to handle snapping settings. Settings are now handled in a core class attached to the project, similarly to QgsRelationManager. It will provide a nice API to deal with the settings and some useful signals. This means one will no longe

Re: [Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread John Layt
On 2 September 2016 at 12:51, wrote: >> Hi all, >> >> Just to let you know, I am working on a new design to handle snapping >> settings. >> >> Settings are now handled in a core class attached to the project, >> similarly to QgsRelationManager. It will provide a nice API to deal with >> the setti

Re: [Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread Denis Rouzaud
On 09/02/2016 01:51 PM, ga...@riseup.net wrote: >> Hi all, >> >> Just to let you know, I am working on a new design to handle snapping >> settings. >> >> Settings are now handled in a core class attached to the project, >> similarly to QgsRelationManager. It will provide a nice API to deal with >>

Re: [Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread Denis Rouzaud
On 09/02/2016 02:13 PM, John Layt wrote: > On 2 September 2016 at 12:51, wrote: >>> Hi all, >>> >>> Just to let you know, I am working on a new design to handle snapping >>> settings. >>> >>> Settings are now handled in a core class attached to the project, >>> similarly to QgsRelationManager.

Re: [Qgis-developer] [WIP] project snapping settings

2016-09-02 Thread Mathieu Pellerin
It'd be nice to move the "Snapping options" menu item to be located into the Project menu (below or above the "Project properties" item). It doesn't make much sense to have it located where it is ATM. M On Fri, Sep 2, 2016 at 6:30 PM, Denis Rouzaud wrote: > Hi all, > > Just to let you know, I a

[Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread C Hamilton
Has anyone encountered this yet? I am using the 32-bit Network Installer. I think it started with the latest GDAL update. Loading a GeoTIFF fails on both my machines. I had to go back to the long term release on my machine that I use for actual work. Thanks, Calvin ___

Re: [Qgis-developer] Python and keyboard shortcuts

2016-09-02 Thread Richard Duivenvoorde
On 02-09-16 13:57, Casper Børgesen (CABO) wrote: > Does anyone have a clue as to what could be wrong? Not exactly, but I know these lines: https://github.com/anitagraser/TimeManager/blob/master/timemanagerguicontrol.py#L122-L124 are working for me to show the settings dialog of TimeManager plug

[Qgis-developer] Incompatible matplotlib and pyparsing on Windows in 2.16.2

2016-09-02 Thread Arnaud Morvan
Hello, It seems that the pyparsing version (1.5.2) installed with QGIS 2.16.2 on Windows in : C:/Programmes/QGIS 2.16/apps/Python27/Lib/sites-packages is too old for the matplotlib one. matplotlib says : "matplotlib requires pyparsing >= 1.5.6" Best Regards Arnaud Morvan Camptocamp _

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread Giovanni Manghi
Hi, > Has anyone encountered this yet? I am using the 32-bit Network Installer. I > think it started with the latest GDAL update. Loading a GeoTIFF fails on > both my machines. I had to go back to the long term release on my machine > that I use for actual work. > any geotiff? could you eventual

Re: [Qgis-developer] Qgis resource sharing VS processing for script sharing

2016-09-02 Thread Alessandro Pasotti
On Wed, Aug 31, 2016 at 8:17 PM, kimaidou wrote: > Hi QGIS folks, > > Since the release of the great plugin "Qgis resource sharing" (1) (2) & (3) > we can share many resources, and processing scripts are among them. > > We have also another Processing dedicated github repo for sharing Python > sc

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread C Hamilton
Attached is a very small test image. Incidentally, the problem is with QGIS 2.16.2-1 not 2.16.1. I have only tried this on Windows with the 32-bit network installer. The problem is definitely with gdal. If I run gdalinfo on the image from the OSGeo4W command shell it crashes. According to the OSGeo

Re: [Qgis-developer] issue move to gh stalled

2016-09-02 Thread Akbar Gumbira
Hey Tim, I just migrated the issues from Redmine to Github. I think there's nothing left in the project there (https://hub.qgis.org/projects/qgis-django) to migrate Cheers On Fri, Aug 26, 2016 at 3:33 AM, Tim Sutton wrote: > Hi > > On 23 Aug 2016, at 10:18 AM, Akbar Gumbira wrote: > > I could

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread C Hamilton
I don't know if this crash information is helpful. Problem signature: Problem Event Name:APPCRASH Application Name:qgis-bin.exe Application Version:0.0.0.0 Application Timestamp:57c0c24e Fault Module Name:ntdll.dll Fault Module Version:6.1.7601.23418 Fault Mod

Re: [Qgis-developer] FOSS4G code sprint idea: improving SLD export and GeoServer compatibility

2016-09-02 Thread René-Luc Dhont
Hi Andrea, I have backported your works: https://github.com/qgis/QGIS/pull/3448 It needs some tests and reviews. Regards, René-Luc Le 01/09/2016 à 21:41, Andrea Aime a écrit : Hi Anita, sorry for the late reply, busy times, and I knew the response would be long. The update is ... complicat

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread Even Rouault
Jürgen, I can reproduce the crash on a fresh new OSGeo4W 32 bit install just GDAL 2.1.1-1. After a few trial&errors by trying previous versions of gdal, libtiff and libgeotiff, I've determined that it is the recent update of libgeotiff 1.4.2-1 that seems to be the cause of the crashes. When man

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread Randal Hale
Don't know if this helps but qgis 2-16.2 doesn't crash on Ubuntu 16.04 64 bit using the following repos: deb http://qgis.org/ubuntugis xenial main deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main On 09/02/2016 12:25 PM, C Hamilton wrote: I don't know if this crash

Re: [Qgis-developer] QGIS 2.16.1-2 Crashing on Loading GeoTIFFs

2016-09-02 Thread Jürgen E . Fischer
Hi Even, On Fri, 02. Sep 2016 at 21:30:51 +0200, Even Rouault wrote: > I can reproduce the crash on a fresh new OSGeo4W 32 bit install just GDAL > 2.1.1-1. After a few trial&errors by trying previous versions of gdal, > libtiff > and libgeotiff, I've determined that it is the recent update of l

[Qgis-developer] QT Designer not installed but menu is with Network Installer

2016-09-02 Thread C Hamilton
If you are installing QGIS from scratch using the OSGeo4W Network installer and using the Advanced install and install qgis:QGIS Desktop. After the install when it creates the OSGeo4W menu items it lists Qt Designer with QGIS 2.16.2 custom widgets However, not all libraries have been installed fo

Re: [Qgis-developer] Feedback for contrast enhancement ... enhancements ?

2016-09-02 Thread Mathieu Pellerin
Please don't change the default behavior for 3-band rasters to min/max; while it does make in many scenarios for 1-band rasters (DEM, precipitation value, vegetation index, etc.), this is a terrible default value for most - if not all - satellite imagery products (i.e. Sentinel-2, LANDSAT-{5,7,8},