Re: [Qgis-developer] What about QGis on Raspberry PI ... ?

2014-03-18 Thread rdmailings
On Mon, Mar 17, 2014 at 07:02:49PM -0700, Alex Mandel wrote: There's no other reason it won't work. On 03/17/2014 05:35 PM, Geo DrinX wrote: This is also interesting : http://qt-project.org/wiki/Qt-RaspberryPi Mmm, but that is Qt5 isn't it? QGIS is still on Qt4? while a very nice

[Qgis-developer] libxml2 missing in OSGEO4W

2014-03-18 Thread Jakob Lanstorp
In Ubuntu QGIS 2.3 I can in the Python console run import libxml2. If I try the same on a OSGEO4W QGIS 2.2 I get: ImportError: No module named libxml2. If I look under OSGEO4W advanced install I can see that the libxml2 library is included. But the library is not importable in the Python console

[Qgis-developer] how to run an external program from QGIS and catch its output?

2014-03-18 Thread Hugo Ledoux
I’m developing a plugin and I want to call an external program that takes as input a string and outputs a string. Under Mac and Linux I successfully used subprocess.Popen() but under Windows it doesn’t work. For instance, from a Python console inside QGIS under Mac/Linux: import subprocess p =

Re: [Qgis-developer] Postgis Spatial Views - problems with primary keys

2014-03-18 Thread Alexandre Neto
I have opened a ticket: https://hub.qgis.org/issues/9803 Alexandre On Tue, Mar 11, 2014 at 12:08 PM, Alexandre Neto senhor.n...@gmail.comwrote: Hello all, Regarding this matter, should I make a ticket? Or is the general understanding that the described behavior is ok as it is? Thanks,

[Qgis-developer] Plugin for squaring off area feats

2014-03-18 Thread Zoltan Szecsei
Hi, Does anyone know of a plugin for squaring off area features (where angles are close enough to 90degs) Thanks, Zoltan -- === Zoltan Szecsei PrGISc [PGP0031] Geograph (Pty) Ltd. GIS and Photogrammetric Services P.O. Box 7, Muizenberg 7950, South

Re: [Qgis-developer] [RASTER][Feature] Applying scale and offset to raster data - funded Ifremer

2014-03-18 Thread rldhont
Hi Etienne, I have integrated your test and updated it. I also updated SIP API and corrected my code to account for negative scale value. Reviews are welcomed. Regards, René-Luc D'Hont 3Liz Le 24/01/2014 17:16, Etienne Tourigny a écrit : I have made some comments and will test it with some

Re: [Qgis-developer] how to run an external program from QGIS and catch its output?

2014-03-18 Thread p0cisk
Hello Hugo, Try QProcess class. It has signals for process finish and reading from stdout. Regards Piotr -- View this message in context: http://osgeo-org.1560.x6.nabble.com/how-to-run-an-external-program-from-QGIS-and-catch-its-output-tp5129610p5129650.html Sent from the Quantum GIS -

Re: [Qgis-developer] how to run an external program from QGIS and catch its output?

2014-03-18 Thread Larry Shaffer
Hi Hugo, On Tue, Mar 18, 2014 at 2:59 AM, Hugo Ledoux h.led...@tudelft.nl wrote: I'm developing a plugin and I want to call an external program that takes as input a string and outputs a string. Under Mac and Linux I successfully used subprocess.Popen() but under Windows it doesn't work. For

[Qgis-developer] [Feature][RASTER] Generate band name with NetCDF EXTRA_DIM funded by Ifremer

2014-03-18 Thread rldhont
Hi dev, I have open an issue http://hub.qgis.org/issues/9810 and a pull request https://github.com/qgis/QGIS/pull/1253 The NetCDF provided extra dimensional information. This information provides metadata on each band. These metadat can be used to explain the name of each band. For

[Qgis-developer] Installed 2.2 - Cannot use GRASS, SAGA, OTB tools

2014-03-18 Thread Chrest, David
I uninstalled QGIS 2.0.1 and just installed 2.2 using the Windows standalone installer 64 bit. I now am unable to use any of the 157 GRASS tools. I get the following messages in a Missing dependency window that pops up when I try to use a GRASS tool: Missing dependency. This algorithm cannot be

Re: [Qgis-developer] WMS load regression in 2.2

2014-03-18 Thread Nyall Dawson
On 17 March 2014 23:56, Luca Manganelli luc...@gmail.com wrote: on 32 bit Windows XP systems, loading WMS layers in QGIS 2.2 are considerately slower than in QGIS 2.0. On my tests, QGIS 2.2 takes more than a minute, while QGIS 2.0 loads the WMS in 1-2 seconds. To test, you can use our WMS