Re: [Qgis-user] Common Table Expression on windows with spatialite

2016-08-16 Thread ludo
OK I see here http://gis.stackexchange.com/questions/116969/spatialite-with-clause-issue That CTE works with sqlite > 3.8.3 and then sqlite's version in qgis on windows seems to be 3.7.17 so it doesn't work ... Thanks Ludovic         > Message du 16/08/16 16:09 > De : "ludo" > A :

Re: [Qgis-user] calculating progressive value

2016-08-16 Thread Salvanet
Hi Micha, I apply the query with spatial lite, but the result is "near "table": syntax error". Sorry, but this is the first time I use spatialite in QGS with DB manager, what am I doing wrong? thank you -- View this message in context:

Re: [Qgis-user] defining a variable width vector style

2016-08-16 Thread Robin Paulson
On 2016-08-15 08:16, Tom Lennon wrote: It appears that you can make arrows with tapered shafts. The shafts hasve start and end width settings and the heads could be set small. The shafts can also follow curved lines. Haven't tried it yet yep, that worked. cheers Tom. unfortunately i realised

[Qgis-user] Raster statistics manipulation

2016-08-16 Thread Matt Boyd
Hi QGISers, I've got a raster / grid that's been normalised to values between 0 and 1. What I need to do is use this grid to create another grid that uses the normalised grid as an influence. I've done this before using krigin but can;'t quite work out how to get there. Inputs: Grid 0-1 values,

[Qgis-user] QGIS Crash - Raster Properties

2016-08-16 Thread John Easton
Good afternoon, I've been having a problem with QGIS recently... Every time I go to open the properties of a raster file, QGIS crashes. I have tried uninstalling and reinstalling several different versions of QGIS but the problem persists. This didn't use to happen so I'm at a loss as to why

Re: [Qgis-user] QGIS Crash - Raster Properties

2016-08-16 Thread Carlos Cerdán
HI John: Do you have NAN values in your raster file?. I' found that with such layers, QGIS 2.16 crashes when I try to make pseudocolor style, both Windows and Linux. Perhaps your case is related, Developers, please take note about it. While, if you are in a hurry, try a LTR QGIS version, 2.14

[Qgis-user] Common Table Expression on windows with spatialite

2016-08-16 Thread ludo
Hi all I try to use recursive CTE on qgis with spatialite database. All it's ok on linux, but when I try on windows I have "une erreur est survenue: near "WITH: syntax error"" Is it possible to use CTE on windows ? Thanks a lot Regards Ludovic ___

Re: [Qgis-user] QGIS 2.16 for OS X?

2016-08-16 Thread Carlos Grohmann
Hello Mathias Thanks for putting this together. However, I fell I need to tell you about these warnings: Warning: Calling Formula.sha1 is deprecated! Use Formula.sha256 instead. This goes for every formula in your tap. I believe that the general recommendation is to change all to sha256. best

Re: [Qgis-user] Common Table Expression on windows with spatialite

2016-08-16 Thread Jonathan Moules
I've just tested QGIS 2.12.3 on Windows - it's still using SQLite 3.7.17. Does anyone know if there is a reason the version of SQLite doesn't get updated often, at least not on Windows? That version of SQLite is well over 3 years old (https://www.sqlite.org/releaselog/3_7_17.html) The current

Re: [Qgis-user] QGIS 2.16 for OS X?

2016-08-16 Thread Carlos Grohmann
Now an error: CMake Error at /usr/local/Cellar/cmake/3.6.1/share/cmake/Modules/FindQt4.cmake:1328 (message): Found unsuitable Qt version "5.6.1" from /usr/local/opt/qt5/bin/qmake, this code requires Qt 4.x Call Stack (most recent call first): CMakeLists.txt:274 (FIND_PACKAGE) $ brew

Re: [Qgis-user] QGIS 2.16 for OS X?

2016-08-16 Thread Matthias Kuhn
Hi Carlos, Disclaimer: This is only meant to be an intermediate solution until there's a proper package on osgeo or homebrew. It's only meant to share a package that worked for me and I don't plan to spend any effort into fixing warnings caused by this repo or make it shiny in whatever way. If it

Re: [Qgis-user] Common Table Expression on windows with spatialite

2016-08-16 Thread Jürgen E . Fischer
Hi Jonathan, On Tue, 16. Aug 2016 at 16:29:09 +0100, Jonathan Moules wrote: > I've just tested QGIS 2.12.3 on Windows - it's still using SQLite 3.7.17. 2.12? OSGeo4W has 2.16.1 and 2.14.5. And SQLite 3.14.1. ;) > Does anyone know if there is a reason the version of SQLite doesn't get >

Re: [Qgis-user] QGIS Crash - Raster Properties

2016-08-16 Thread Richard Duivenvoorde
On 16-08-16 16:14, Carlos Cerdán wrote: > HI John: > > Do you have NAN values in your raster file?. > > I' found that with such layers, QGIS 2.16 crashes when I try to make > pseudocolor style, both Windows and Linux. Perhaps your case is related, > > Developers, please take note about it. >

Re: [Qgis-user] QGIS Crash - Raster Properties

2016-08-16 Thread Carlos Cerdán
Done!. Thank you Richard for pointing me to bug reporting. Regards from Perú Carlos Cerdán 2016-08-16 11:45 GMT-05:00 Richard Duivenvoorde : > On 16-08-16 16:14, Carlos Cerdán wrote: > > HI John: > > > > Do you have NAN values in your raster file?. > > > > I' found that

Re: [Qgis-user] calculating progressive value

2016-08-16 Thread Micha Silver
What exactly did you enter into the query window? The word "table" should be the name of your points layer. On 08/17/2016 12:21 AM, Salvanet wrote: Hi Micha, I apply the query with spatial lite, but the result is "near "table": syntax error". Sorry, but this is the first time I use