Re: [Qgis-developer] Processing: Basic statistics broken

2017-01-18 Thread Paolo Cavallini
Il 18/01/2017 22:51, Jürgen E. Fischer ha scritto:
> Apparently not - fixed in 3ebe15b.

Thanks Jürgen.

-- 
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



signature.asc
Description: OpenPGP digital signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] What SAGA version is recommended?

2017-01-18 Thread Paolo Cavallini
Hi all,

Il 19/01/2017 07:59, Werner Macho ha scritto:

> There is already a ticket about it:
> http://hub.qgis.org/issues/14735
> 
> We probably need to have a (public) repository (?) with downloadable
> saga algorithm providers?
> SAGA changes switches faster than they release versions ;)

this is a long standing issue. IMHO the reasonable choice is to support
the SAGA LTR, and convince packagers for various OSs this is the one to
package.
I'm interested on this, available for help.
All the best.
-- 
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
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] What SAGA version is recommended?

2017-01-18 Thread Werner Macho
Hi!

There is already a ticket about it:
http://hub.qgis.org/issues/14735

We probably need to have a (public) repository (?) with downloadable
saga algorithm providers?
SAGA changes switches faster than they release versions ;)

regards
Werner

On Thu, Jan 19, 2017 at 7:24 AM, Andreas Neumann  wrote:
> Hi,
>
> The error I get is:
>
> io_gdal 0 -TRANSFORM 1 -INTERPOL 0 -GRIDS
> "/tmp/processing7506c8fe191843708dbabb1ef3e015bc/2d0dfc6865944d63b13d24be8ecd081b/dom69602440.sgrd"
> -FILES "/home/an/kurse/qgis/daten_uster/dom_6960_2440.tif"
>
>
> Unknown option 'INTERPOL'
>
>
> Apparently, INTERPOL was replaced by parameter RESAMPLING in newer SAGA
> versions.
>
> Anyone knows how I can get a working SAGA installation that plays nicely
> with QGIS? or a Processing that plays nicely with newer SAGA versions?
>
> Thanks,
> Andreas
>
> On 18.01.2017 20:59, Andreas Neumann wrote:
>
> Hi,
>
> I just installed SAGA version 2.3.1 and there are lots of io_gdal issues -
> basically with all raster operations (in combination with QGIS master 2
> (2.18)).
>
> Seems like there are closed bugs on this very same issue (closed as being
> irrelevant) - f.e. https://hub.qgis.org/issues/13279 - opposing to what the
> ticket says, SAGA 2.3. doesn't work fine with QGIS.
>
> What version of SAGA is known to work fine with QGIS processing?
>
> Thanks for your help!
>
> Andreas
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] What SAGA version is recommended?

2017-01-18 Thread Andreas Neumann

Hi,

The error I get is:

io_gdal 0 -TRANSFORM 1 -INTERPOL 0 -GRIDS 
"/tmp/processing7506c8fe191843708dbabb1ef3e015bc/2d0dfc6865944d63b13d24be8ecd081b/dom69602440.sgrd" 
-FILES "/home/an/kurse/qgis/daten_uster/dom_6960_2440.tif"



Unknown option 'INTERPOL'


Apparently, INTERPOL was replaced by parameter RESAMPLING in newer SAGA 
versions.


Anyone knows how I can get a working SAGA installation that plays nicely 
with QGIS? or a Processing that plays nicely with newer SAGA versions?


Thanks,
Andreas

On 18.01.2017 20:59, Andreas Neumann wrote:

Hi,

I just installed SAGA version 2.3.1 and there are lots of io_gdal 
issues - basically with all raster operations (in combination with 
QGIS master 2 (2.18)).


Seems like there are closed bugs on this very same issue (closed as 
being irrelevant) - f.e. https://hub.qgis.org/issues/13279 - opposing 
to what the ticket says, SAGA 2.3. doesn't work fine with QGIS.


What version of SAGA is known to work fine with QGIS processing?

Thanks for your help!

Andreas


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Processing: Basic statistics broken

2017-01-18 Thread Jürgen E . Fischer
Hi Paolo,

On Wed, 18. Jan 2017 at 19:34:42 +0100, Paolo Cavallini wrote:
> Hi all,
> I thought it was already fixed, but in 2.18 recently compiled from git I
> still get:

Apparently not - fixed in 3ebe15b.


Jürgen


-- 
Jürgen E. Fischer   norBIT GmbH Tel. +49-4931-918175-31
Dipl.-Inf. (FH) Rheinstraße 13  Fax. +49-4931-918175-50
Software Engineer   D-26506 Norden http://www.norbit.de
QGIS release manager (PSC)  GermanyIRC: jef on FreeNode 



pgpvNSwXYe92B.pgp
Description: PGP signature
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] What SAGA version is recommended?

2017-01-18 Thread Andreas Neumann

Hi,

I just installed SAGA version 2.3.1 and there are lots of io_gdal issues 
- basically with all raster operations (in combination with QGIS master 
2 (2.18)).


Seems like there are closed bugs on this very same issue (closed as 
being irrelevant) - f.e. https://hub.qgis.org/issues/13279 - opposing to 
what the ticket says, SAGA 2.3. doesn't work fine with QGIS.


What version of SAGA is known to work fine with QGIS processing?

Thanks for your help!

Andreas


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Duplicate function for showing all labels

2017-01-18 Thread Paolo Cavallini
Hi all,
I see that in QGIS 3 the function (Layer Properties > Labels) "Show all
labels etc." is present both in the "Rendering" tab and in the
"Automatic placement settings" (top right). Apparently this is a
duplication, better get rid of it?
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
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Processing: Basic statistics broken

2017-01-18 Thread Paolo Cavallini
Hi all,
I thought it was already fixed, but in 2.18 recently compiled from git I
still get:
===
Avvio dell'algoritmo Basic statistics for numeric fields...

Single '{' encountered in format string See log for more details
===
from the log:
===
2017-01-18T19:31:31 2   Uncaught error while executing algorithm
Traceback (most recent call last):
  File
"/usr/local/src/qgis/QGIS/build_qgis2/output/python/plugins/processing/core/GeoAlgorithm.py",
line 203, in execute
self.processAlgorithm(progress)
  File
"/usr/local/src/qgis/QGIS/build_qgis2/output/python/plugins/processing/algs/qgis/BasicStatisticsNumbers.py",
line 175, in processAlgorithm
data.append(self.tr('Interquartile Range (IQR): 
{}').format(iqr))
ValueError: Single '{' encountered in format string
===
Same ting with a recent 2.18 (.2, I think) on Windows.
All the best.   
-- 
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
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [761] Clip Multiple Layers approval notification.

2017-01-18 Thread noreply

Plugin Clip Multiple Layers approval by pcav.
The plugin version "[761] Clip Multiple Layers 0.1.4" is now approved
Link: http://plugins.qgis.org/plugins/ClipMultipleLayers/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] qgis-server behind proxy

2017-01-18 Thread Walter Lorenzetti

Hi all,

I'm using qgis-server 2.14, my server is behind a proxy, is possibile to 
set env variables to set proxy parameters?


Thanks in advance

Walter


--

Walter Lorenzetti phD
email: lorenze...@gis3w.it
skype: aiki74
twitter:w_lorenzetti 
g+:aiki74 
Tel/Cell: (+39) 347-6597931
Viale Verdi 24 - 51016 Montecatini Terme (PT)
Nuovi corsi QGIS e GFOSS 



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Plugin [740] qgis2web approval notification.

2017-01-18 Thread noreply

Plugin qgis2web approval by pcav.
The plugin version "[740] qgis2web 2.1.0" is now approved
Link: http://plugins.qgis.org/plugins/qgis2web/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] CI testing: the straight truth

2017-01-18 Thread Matthias Kuhn
I think it's best if you use the tricks described in this mail here:

https://lists.osgeo.org/pipermail/qgis-developer/2017-January/046466.html

Best
Matthias

On 18/01/17 11:50, DelazJ wrote:
> Hi
> Thanks Matthias.
>
> Any advices to cloned repo to have their build time also extended? All
> branches in my QGIS repo fail due to timeout: thus, not possible to
> check if the commits are clean before the pull request creation.
>
> Thanks,
> Harrissou
>
> 2017-01-11 13:28 GMT+01:00 Tom Chadwin  >:
>
> Brilliant result - thanks to both Matthias and the Travis team.
>
> Tom
>
>
>
> -
> Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
> --
> View this message in context:
> 
> http://osgeo-org.1560.x6.nabble.com/Travis-The-job-exceeded-the-maximum-time-limit-for-jobs-and-has-been-terminated-tp5301763p5303004.html
> 
> 
> Sent from the Quantum GIS - Developer mailing list archive at
> Nabble.com.
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org 
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 
> Unsubscribe:
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
> 
>
>
>
>
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] CI testing: the straight truth

2017-01-18 Thread DelazJ
Hi
Thanks Matthias.

Any advices to cloned repo to have their build time also extended? All
branches in my QGIS repo fail due to timeout: thus, not possible to check
if the commits are clean before the pull request creation.

Thanks,
Harrissou

2017-01-11 13:28 GMT+01:00 Tom Chadwin :

> Brilliant result - thanks to both Matthias and the Travis team.
>
> Tom
>
>
>
> -
> Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon
> --
> View this message in context: http://osgeo-org.1560.x6.
> nabble.com/Travis-The-job-exceeded-the-maximum-time-
> limit-for-jobs-and-has-been-terminated-tp5301763p5303004.html
> Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
> ___
> Qgis-developer mailing list
> Qgis-developer@lists.osgeo.org
> List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] QGIS Python AddMaplayer but with low resolution

2017-01-18 Thread dingnan
Figured.
I used the wrong style file



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/QGIS-Python-AddMaplayer-but-with-low-resolution-tp5303695p5303843.html
Sent from the QGIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] [Processing] how to handle selections

2017-01-18 Thread Bernhard Ströbl

Hi all,
processing sports the "Save selected features" algorithm. However if in 
processing's options you untick "Use only selected features" the 
algorithm outputs _all_ features of the input layer. Although I know 
that processing works only on selections when the option is ticked IMHO 
the current behaviour is not intuitive: if an algorithm in its name (and 
help) claims to do something with the selected features it should do 
that _all the time_.

Opinions?

Background: I opened a PR [1] yesterday for an algorithm that works on 
selected features all the time (won't make sense otherwise) and would 
like processing to be consistent in that respect.


regards

Bernhard

[1] https://github.com/qgis/QGIS/pull/4011


__ Information from ESET Mail Security, version of virus signature 
database 14787 (20170118) __

The message was checked by ESET Mail Security.
http://www.eset.com


___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] No Processing outputs

2017-01-18 Thread matteo
Hi Alex,

just finished to compile and all seems working now!

Thanks a lot!

Matteo
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer