Send Qgis-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.osgeo.org/mailman/listinfo/qgis-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Qgis-user digest..."
Today's Topics:
1. Re: Error using clipper with mask option (Giuseppe Sucameli)
2. Re: Error using clipper with mask option (Robert Nuske)
----------------------------------------------------------------------
Message: 1
Date: Tue, 23 Aug 2011 18:52:28 +0200
From: Giuseppe Sucameli<[email protected]>
Subject: Re: [Qgis-user] Error using clipper with mask option
To: Jaime Palalane<[email protected]>
Cc: [email protected]
Message-ID:
<CAA6k8-+WZwWRBOwEWOUs6GEsnQ=l9pxwv_xhlnroskctdqn...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Hi Jaime,
On Tue, Aug 23, 2011 at 5:53 PM, Jaime Palalane<[email protected]> wrote:
**
It is a bit strange because when I access "About GdalTools" it is written "
*Version 1.2.26*" and in the following line "*using GDAL v1.8.0*"
(translated from Portuguese "usando GDAL v1.8.0"). What is the correct
version? I am an Ubuntu 11.04 user.
It's right because GdalTools plugin use the GDAL library.
The GdalTools plugin version is 1.2.26, the GDAL lib version is 1.8.
You will be able to update the GdalTools plugin enabling experimental
plugins
though the Python Plugin Installer (look at the Options tab).
The version 1.2.27 is available, install it and try again.
Regards.
Thanks!
Jaime
On 23-08-2011 17:41, Giuseppe Sucameli wrote:
Hi,
On Tue, Aug 23, 2011 at 5:35 PM, Jaime Palalane<[email protected]> wrote:
I tried to use the clipper function, under Raster Menu (GDAL plugin),
with *mask option* but it returns the error below
this problem should be fixed times ago.
Ocorreu um erro durante a execução do seguinte código Python: (An error
occurred with the execution of the following Python code:)
What version of the GdalTools plugin are you using?
You can find this information under Raster->About GdalTools.
Thanks a lot.
Regards.
Traceback (most recent call last):
File
"/usr/share/qgis/python/plugins/GdalTools/tools/widgetPluginBase.py", line
27, in someValueChanged
self.emit(SIGNAL("valuesChanged(const QStringList&)"),
self.getArguments())
File "/usr/share/qgis/python/plugins/GdalTools/tools/doClipper.py", line
105, in getArguments
return self.getArgsModeMask()
File "/usr/share/qgis/python/plugins/GdalTools/tools/doClipper.py", line
143, in getArgsModeMask
if self.alphaBandCheck.isChecked():
AttributeError: 'GdalToolsDialog' object has no attribute 'alphaBandCheck'
Versão do Python:
2.7.1+ (r271:86832, Apr 11 2011, 18:37:12)
[GCC 4.5.2]
Versão do QGIS:
1.7.0-Wroclaw Wroclaw, exported
Caminho para o Python: ['/usr/share/qgis/python', '/home/jp/.qgis/python',
'/home/jp/.qgis/python/plugins', '/usr/share/qgis/python/plugins',
'/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload', '/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/Numeric',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/pymodules/python2.7/gtk-2.0',
'/usr/lib/python2.7/dist-packages/gst-0.10',
'/usr/lib/python2.7/dist-packages/gtk-2.0', '/usr/lib/pymodules/python2.7',
'/usr/lib/pymodules/python2.7/ubuntuone-client',
'/usr/lib/pymodules/python2.7/ubuntuone-storage-protocol',
'/usr/lib/pymodules/python2.7/ubuntuone-control-panel',
'/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode',
'/usr/share/qgis/python/plugins/fTools/tools']
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user
--
Giuseppe Sucameli
--
Giuseppe Sucameli
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.osgeo.org/pipermail/qgis-user/attachments/20110823/d03d4caa/attachment-0001.html
------------------------------
Message: 2
Date: Tue, 23 Aug 2011 19:10:12 +0200
From: Robert Nuske<[email protected]>
Subject: Re: [Qgis-user] Error using clipper with mask option
To: [email protected]
Message-ID:<[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Hi Giuseppe
I had the same problme as Jaime.
Tried your hint and it actually works now as expected. Thanks!
You will be able to update the GdalTools plugin enabling experimental
plugins
though the Python Plugin Installer (look at the Options tab).
The version 1.2.27 is available, install it and try again.
Do you know when version 1.2.27 will be not experimental anymore?
cheers,
robert
On 23-08-2011 17:41, Giuseppe Sucameli wrote:
Hi,
On Tue, Aug 23, 2011 at 5:35 PM, Jaime Palalane<[email protected]> wrote:
I tried to use the clipper function, under Raster Menu (GDAL plugin),
with *mask option* but it returns the error below
this problem should be fixed times ago.
Ocorreu um erro durante a execução do seguinte código Python: (An error
occurred with the execution of the following Python code:)
What version of the GdalTools plugin are you using?
You can find this information under Raster->About GdalTools.
Thanks a lot.
Regards.
Traceback (most recent call last):
File
"/usr/share/qgis/python/plugins/GdalTools/tools/widgetPluginBase.py",
line 27, in someValueChanged
self.emit(SIGNAL("valuesChanged(const QStringList&)"),
self.getArguments())
File "/usr/share/qgis/python/plugins/GdalTools/tools/doClipper.py",
line
105, in getArguments
return self.getArgsModeMask()
File "/usr/share/qgis/python/plugins/GdalTools/tools/doClipper.py",
line
143, in getArgsModeMask
if self.alphaBandCheck.isChecked():
AttributeError: 'GdalToolsDialog' object has no attribute
'alphaBandCheck'
Versão do Python:
2.7.1+ (r271:86832, Apr 11 2011, 18:37:12)
[GCC 4.5.2]
Versão do QGIS:
1.7.0-Wroclaw Wroclaw, exported
Caminho para o Python: ['/usr/share/qgis/python',
'/home/jp/.qgis/python', '/home/jp/.qgis/python/plugins',
'/usr/share/qgis/python/plugins', '/usr/lib/python2.7',
'/usr/lib/python2.7/plat-linux2',
'/usr/lib/python2.7/lib-tk', '/usr/lib/python2.7/lib-old',
'/usr/lib/python2.7/lib-dynload',
'/usr/local/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages',
'/usr/lib/python2.7/dist-packages/Numeric',
'/usr/lib/python2.7/dist-packages/PIL',
'/usr/lib/pymodules/python2.7/gtk-2.0',
'/usr/lib/python2.7/dist-packages/gst-0.10',
'/usr/lib/python2.7/dist-packages/gtk-2.0',
'/usr/lib/pymodules/python2.7',
'/usr/lib/pymodules/python2.7/ubuntuone-client',
'/usr/lib/pymodules/python2.7/ubuntuone-storage-protocol',
'/usr/lib/pymodules/python2.7/ubuntuone-control-panel',
'/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode',
'/usr/share/qgis/python/plugins/fTools/tools']
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user
--
Giuseppe Sucameli
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.osgeo.org/pipermail/qgis-user/attachments/20110823/0a5739fd/attachment.html
------------------------------
_______________________________________________
Qgis-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/qgis-user
End of Qgis-user Digest, Vol 66, Issue 42
*****************************************