[Qgis-user] Update attributes of selected features

2009-09-11 Thread Obermaier, Felix
Hello, is there a way of changing attributes of selected features with one action like e.g. mapinfo can do? I would even use the python console - if I knew how. Thanks in advance Felix Obermaier ___ Qgis-user mailing list Qgis-user@lists.osgeo.org

Re: [Qgis-user] ogr2layers plugin

2009-09-11 Thread Jacolin Yves
Le Friday 11 September 2009 10:28:32 Giovanni Manghi, vous avez écrit : Hi all, once there was a site dedicated to a nice qgis python plugin (that worked on qgis 0.9/0.10) that made easy produce openlayers snippets to add to a web page. The site no longer works/exist (

Re: [Qgis-user] ogr2layers plugin

2009-09-11 Thread Giovanni Manghi
Hi, I suppose it was in his plan to adapt it to qgis 1.x but he needs time ;) but he told me that this plugin was a test for him to work on QGIS plugins :) well, the plugin worked fair enough. Maybe the lack of time of the developer and the fact it was made as test, plan in favor of a fork

Re: [Qgis-developer] Re: [Qgis-user] ogr2layers plugin

2009-09-11 Thread Borys Jurgiel
I'll convert it to the 1.x api today evening. ___ Qgis-user mailing list Qgis-user@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Python Batch Processing

2009-09-11 Thread Agustin Lobo
Thanks Mauricio, installed. You mentioned gdalutilites and FWT, could you provide an example of using a gdal utility (i.e. gdalbioldvrt or gdal_translate) and a FWT utility through your plugin? Agus Maurício de Paulo wrote: Ok, as promised, it now works also as a qgis plugin. I've uploaded it

Re: [Qgis-user] GPS tools plugin: web page? repository?

2009-09-11 Thread Agustin Lobo
Thanks, but there is a source of confusions here: The left menu in the web page mentions Plugins but then http://www.qgis.org/en/download/plugins.html or http://pyqgis.org/repo/contributed only mention python plugins, which make the reader think that there are only python plugins. Why are C++

[Qgis-user] Binary QGIS 1.2.0.2~jaunty + GRASS does not work

2009-09-11 Thread Agustin Lobo
After upgrading to QGIS 1.2.0.2~jaunty, the python grass plugin still installs libgdal1-1.5.0 (+ grass 6.4.0~rc5-2~jaunty) and QGIS crashes upon start up with message: Uncatched fatal GRASS error. Incompatible library version for module. You need to rebuild GRASS or untangle multiple

[Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Agustin Lobo
Follow up: using sudo apt-get install qgis-plugin-grass instead of Synaptic and having libgdal1-1.6.0 previously installed (and not having libgdal1-1.5.0), does not install libgdal1-1.5.0, but QGIS still crashes with the same message Agus Original Message Subject:

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Lionel Roubeyrie
Hi Augustin, make a purge before reinstalling qgis, and all should be ok (sudo apt-get purge qgis*) Agustin Lobo a écrit : Follow up: using sudo apt-get install qgis-plugin-grass instead of Synaptic and having libgdal1-1.6.0 previously installed (and not having libgdal1-1.5.0), does not

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Agustin Lobo
I've done: sudo apt-get remove grass sudo apt-get remove qgis sudo apt-get purge sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install qgis sudo apt-get purge Same problem at qgis startup. Qgis starts if I do: sudo apt-get remove qgis-plugin-grass Agus Lionel Roubeyrie wrote:

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Jürgen E . Fischer
Hi Agus, On Fri, 11. Sep 2009 at 12:17:04 +0200, Agustin Lobo wrote: Follow up: using sudo apt-get install qgis-plugin-grass instead of Synaptic and having libgdal1-1.6.0 previously installed (and not having libgdal1-1.5.0), does not install libgdal1-1.5.0, but QGIS still crashes with the

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Agustin Lobo
This is what I've tried now (not having the qgis grass plugin installed): sudo apt-get remove libgdal1-1.5.0 sudo apt-get autoremove sudo apt-get install libgdal1-1.6.0 sudo apt-get install grass grass -tcltk and In grass r.in.gdal -o

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Jürgen E . Fischer
On Fri, 11. Sep 2009 at 13:55:42 +0200, Agustin Lobo wrote: In grass r.in.gdal -o input=/media/Transcend/ANYELLA/catuav20090730/tif/SDIM0178.tif output=delmetif That's the wrong direction.You need to access GRASS from GDAL not vice versa. gdalinfo

Fwd: [Qgis-user] Python Batch Processing

2009-09-11 Thread Maurício de Paulo
-- Forwarded message -- From: Maurício de Paulo mauricio@gmail.com Date: 2009/9/11 Subject: Re: [Qgis-user] Python Batch Processing To: agustin.l...@ija.csic.es Ok, the parameter textEdit is a place where you can set parameters just like a shell command. The %dir: ...% tag is

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Rainer M Krug
If I might add - I have the same problem under Hardy. Below my tests: On Fri, Sep 11, 2009 at 2:45 PM, Jürgen E. j...@norbit.de wrote: On Fri, 11. Sep 2009 at 13:55:42 +0200, Agustin Lobo wrote: In grass r.in.gdal -o input=/media/Transcend/ANYELLA/catuav20090730/tif/SDIM0178.tif

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Jürgen E . Fischer
Hi Rainer, On Fri, 11. Sep 2009 at 15:38:11 +0200, Rainer M Krug wrote: rk...@ecolmod:~$ gdalinfo --version GDAL 1.6.1, released 2009/05/11 rk...@ecolmod:~$ gdalinfo /home/rkrug/grass/spearfish60/PERMANENT/cellhd/elevation.10m Segmentation fault rk...@ecolmod:~$ Does gdalinfo still crash

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Agustin Lobo
Jürgen E. Fischer wrote: On Fri, 11. Sep 2009 at 13:55:42 +0200, Agustin Lobo wrote: In grass r.in.gdal -o input=/media/Transcend/ANYELLA/catuav20090730/tif/SDIM0178.tif output=delmetif That's the wrong direction.You need to access GRASS from GDAL not vice versa. gdalinfo

Re: [Qgis-user] [Fwd: Binary QGIS 1.2.0.2~jaunty + GRASS does not work]

2009-09-11 Thread Jürgen E . Fischer
Hi Agus, On Fri, 11. Sep 2009 at 21:38:45 +0200, Agustin Lobo wrote: I think the problem is in gdal: $ gdalinfo /media/Transcend/MONTSENY2008/Carlos_Montseny/GrassData/GrassData/carlos/A_TOTAL/cellhd/delmetif.blue Segmentation fault Yes. The gdal grass plugin needed and rebuild after