[Qgis-developer] Kriging interpolation functionality in QGIS?

2015-09-25 Thread Stefan Keller
Hi, I'm looking for a Kriging interpolation from an irregular point data set to raster data in QGIS without dependencies, if possible. There's 1. Interpolation plugin (C++) [1] 2. „Raster Interpolation“ plugin von Denis Rouzaud (Python) [2] I know that GRASS and SAGA implemented

Re: [Qgis-developer] Compile error (geos)

2015-09-25 Thread Sandro Mani
See also https://github.com/qgis/QGIS/commit/8cec2c935f5541a865d0bf91140ca5b2d25b17cb#commitcomment-13433347 FindGEOS.cmake changed in that commit, introducing the new variable GEOS_CPP_LIBRARY. It looks like a simple reconfigure of an existing build directory is insufficient for cmake to

Re: [Qgis-developer] Kriging interpolation functionality in QGIS?

2015-09-25 Thread Stefan Keller
Hi Barry Many thanks for your explanations and hints. So from a pragmatic point-of-view ("80/20 pareto rule"): Do you think Inverse Distance Weighting (IDW) would do the job as well, since Kriging has so many parameters to fiddle around and to understand? :Stefan 2015-09-25 18:36 GMT+02:00

Re: [Qgis-developer] Kriging interpolation functionality in QGIS?

2015-09-25 Thread Barry Rowlingson
On Fri, Sep 25, 2015 at 4:14 PM, Stefan Keller wrote: > Hi, > > I'm looking for a Kriging interpolation from an irregular point data > set to raster data in QGIS without dependencies, if possible. There's > 1. Interpolation plugin (C++) [1] > 2. „Raster

[Qgis-developer] QCA lib dependency for master

2015-09-25 Thread Larry Shaffer
Hi, With PR #2330 merged, there is now a dependency upon the Qt Cryptographic Architecture (QCA) library and one of its plugins [0] for master builds. See first two posts of the old PR #1838 for information on getting QCA installed for your system [1]. I will update INSTALL tonight or tomorrow.

Re: [Qgis-developer] QGIS 2.10 - weird black circles

2015-09-25 Thread William W
Hi I am also having this problem when publishing a layer as wms. I have tried turning off diagrams on the affected polygon layer (and all others) and saving the QGIS project but the diagram tags (Pie chart) remain in the QGS file. I have tried deleting the layer from the QGS file but it appears

[Qgis-developer] TypeError: C++ type 'QgsFeatureIds' is not supported as a signal argument type

2015-09-25 Thread //./\\-/_.\\
Hi QGIS developers! I got strange error with the 'commitedFeaturesRemoved' signal. See:  http://www.qgis.org/api/classQgsVectorLayer.html#a520550b45603ed20d593b1050768bd97 I try on python console (with any active layer on editing mode): >>> layer = iface.activeLayer() >>> def listener(s, l): >>>

Re: [Qgis-developer] Metasearch throwing an error

2015-09-25 Thread Paolo Cavallini
Il 25/09/2015 12:36, Tom Kralidis ha scritto: > Hi Paolo: I was able to reproduce this issue. The default CSW > connections list had XML errors. I have fixed this in master and > release-2_10 branches. I've also added this as a note on our guidance > page [1]. Can you confirm the fix works

Re: [Qgis-developer] New authentication system ready

2015-09-25 Thread Larry Shaffer
Hi devs, As you can see in the PR [0], I've fixed up some things, including adding the ability to edit an authentication ID, which will help with workflows where users need to share projects. I've also cleaned up the interface and moved most PKI-related dialogs out of the main Options view. I am

Re: [Qgis-developer] Metasearch throwing an error

2015-09-25 Thread Tom Kralidis
On Fri, Sep 25, 2015 at 5:59 AM, Paolo Cavallini wrote: > Hi all, > the current version of MS returns an error when adding default servers: > Cannot parse XML file: not well-formed (invalid token): line 11, column 129 > When reinstalling, I get: > Impossibile caricare il

[Qgis-developer] WPS client crashes QGIS

2015-09-25 Thread Paolo Cavallini
Hi all, killing a process in WPS client plugin crashes QGIS. below the console output. Better opening a ticket? All the best. === http://www.opengis.net/wps/1.0.0; xmlns:ows="http://www.opengis.net/ows/1.1; xmlns:ogc="http://www.opengis.net/ogc; xmlns:xlink="http://www.w3.org/1999/xlink;

[Qgis-developer] Compile error (geos)

2015-09-25 Thread Stefan Ziegler
Hi I cannot compile QGIS master: [ 0%] Built target version Linking CXX shared library ../../output/lib/libqgis_core.so CMakeFiles/qgis_core.dir/geosextra/geos_c_extra.cpp.o: In function `GEOSPrecisionModel_create': geos_c_extra.cpp:(.text+0x1b): undefined reference to

Re: [Qgis-developer] Compile error (geos)

2015-09-25 Thread Denis Rouzaud
It's because we're entering feature freeze, nothing special. -- Sorry -- Le ven. 25 sept. 2015 11:49 AM, Stefan Ziegler a écrit : > Hi > > I cannot compile QGIS master: > > [ 0%] Built target version > Linking CXX shared library ../../output/lib/libqgis_core.so >

[Qgis-developer] Metasearch throwing an error

2015-09-25 Thread Paolo Cavallini
Hi all, the current version of MS returns an error when adding default servers: Cannot parse XML file: not well-formed (invalid token): line 11, column 129 When reinstalling, I get: Impossibile caricare il plugin MetaSearch a causa di un errore chiamando il metodo classFactory() Traceback (most