Re: [Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-08 Thread Paolo Cavallini
Hi all,
this is a side effect of our migration to the new Redmin.
Etienne, could you please upload the code to another repo (GitHub and
GitLab are the most popular)?
I'm ready to help if needed.
All the best, and thanks.

Il 08/05/2017 08:20, Werner Macho ha scritto:
> Hi Lukas!
> 
> Good to hear that I am not alone anymore.
> Drop me a note with your github username to get write access to the 
> repository.
> Would be nice to follow the path - and even more - to combine every
> function into one plugin.
> 
> I am already thinking about implementing another graphical library
> since PyQwt is more or less dead :( ..
> But vispy somehow seems to be "not ready" yet .. we'll see.
> With Qt5 PyQwt must be dropped anyway .. and matplotlib is incredible slow..
> 
> But lets discuss that once we are on porting.
> 
> regards
> Werner
> 
> On Sun, May 7, 2017 at 6:17 PM, Lukas Winiwarter
>  wrote:
>> Hi Werner,
>>
>> it seems to me the best option would be to join your fork - I'll gladly
>> accept your invitation. I'll take some looks at the source code of both
>> Etienne's and your repo tomorrow. Also, I might be able to help with the
>> migration to QGIS3, depending on the projects I'll have at that time. But
>> it's definetely something I'd like to do.
>>
>> @Richard, Etienne: In my opinion it would make sense to have a single plugin
>> covering your, Werner's and my work - would you be willing to pull the
>> updated version for QGIS3, once finished, or arrange some other common repo
>> for QGIS3?
>>
>> Best regards,
>>
>> Lukas
>>
>>
>> Am 06.05.2017 um 11:02 schrieb Werner Macho:
>>>
>>> Hi Lukas,
>>>
>>> A few days (well, to be honest I think it's actually years) I forked the
>>> Valuetool to extend it with the ability to display temporal structured
>>> raster data values.
>>> I try to maintain my version of "Valuetool" as good as I can (though I
>>> now have to finish my thesis about this topic before going back to
>>> actually work on it again).
>>> An update/upgrade for QGIS 3.0 is definitely planned.
>>> So if you like to work on it (and probably migrate your patch over to my
>>> version) you can take a look at
>>>
>>> https://github.com/mach0/mutant
>>>
>>> You are more than welcome to join. If everything works good I am going
>>> to start porting to QGIS 3.0 with July 2017.
>>>
>>> Please give it a try .. and please report errors or malfunctions ;)
>>>
>>> (For better communications I would be in vienna at least once a month)
>>>
>>> kind regards
>>> Werner
>>>
>>> On 05/05/17 17:05, Lukas Winiwarter wrote:

 Hi all,

 I have just implemented a bilinear interpolation as an addition to the
 very good Value Tool-Plugin for raster data and wanted to contact the
 authors to arrange for a possible pull request.

 Unfortunately, the links given at
 http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know
 how to contribute/contact the authors/maintainer?

 Best regards,
 Lukas

>>
>> --
>> Lukas WiniwarterTU Wien,
>> Stud. Ass.  Department of Geodesy and
>> Tel: +43-(0)1-58801-12246   Geoinformation (E120),
>> Fax: +43-(0)1-58801-912246  Research Group Photogrammetry
>> Email: lukas.winiwar...@tuwien.ac.atGußhausstraße 27-29
>> http://photo.geo.tuwien.ac.at/  1040 Vienna, Austria
>>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
> 


-- 
Paolo Cavallini - www.faunalia.eu
QGIS & PostGIS courses: http://www.faunalia.eu/training.html
https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-08 Thread Werner Macho
Hi Lukas!

Good to hear that I am not alone anymore.
Drop me a note with your github username to get write access to the repository.
Would be nice to follow the path - and even more - to combine every
function into one plugin.

I am already thinking about implementing another graphical library
since PyQwt is more or less dead :( ..
But vispy somehow seems to be "not ready" yet .. we'll see.
With Qt5 PyQwt must be dropped anyway .. and matplotlib is incredible slow..

But lets discuss that once we are on porting.

regards
Werner

On Sun, May 7, 2017 at 6:17 PM, Lukas Winiwarter
 wrote:
> Hi Werner,
>
> it seems to me the best option would be to join your fork - I'll gladly
> accept your invitation. I'll take some looks at the source code of both
> Etienne's and your repo tomorrow. Also, I might be able to help with the
> migration to QGIS3, depending on the projects I'll have at that time. But
> it's definetely something I'd like to do.
>
> @Richard, Etienne: In my opinion it would make sense to have a single plugin
> covering your, Werner's and my work - would you be willing to pull the
> updated version for QGIS3, once finished, or arrange some other common repo
> for QGIS3?
>
> Best regards,
>
> Lukas
>
>
> Am 06.05.2017 um 11:02 schrieb Werner Macho:
>>
>> Hi Lukas,
>>
>> A few days (well, to be honest I think it's actually years) I forked the
>> Valuetool to extend it with the ability to display temporal structured
>> raster data values.
>> I try to maintain my version of "Valuetool" as good as I can (though I
>> now have to finish my thesis about this topic before going back to
>> actually work on it again).
>> An update/upgrade for QGIS 3.0 is definitely planned.
>> So if you like to work on it (and probably migrate your patch over to my
>> version) you can take a look at
>>
>> https://github.com/mach0/mutant
>>
>> You are more than welcome to join. If everything works good I am going
>> to start porting to QGIS 3.0 with July 2017.
>>
>> Please give it a try .. and please report errors or malfunctions ;)
>>
>> (For better communications I would be in vienna at least once a month)
>>
>> kind regards
>> Werner
>>
>> On 05/05/17 17:05, Lukas Winiwarter wrote:
>>>
>>> Hi all,
>>>
>>> I have just implemented a bilinear interpolation as an addition to the
>>> very good Value Tool-Plugin for raster data and wanted to contact the
>>> authors to arrange for a possible pull request.
>>>
>>> Unfortunately, the links given at
>>> http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know
>>> how to contribute/contact the authors/maintainer?
>>>
>>> Best regards,
>>> Lukas
>>>
>
> --
> Lukas WiniwarterTU Wien,
> Stud. Ass.  Department of Geodesy and
> Tel: +43-(0)1-58801-12246   Geoinformation (E120),
> Fax: +43-(0)1-58801-912246  Research Group Photogrammetry
> Email: lukas.winiwar...@tuwien.ac.atGußhausstraße 27-29
> http://photo.geo.tuwien.ac.at/  1040 Vienna, Austria
>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-07 Thread Lukas Winiwarter

Hi Werner,

it seems to me the best option would be to join your fork - I'll gladly 
accept your invitation. I'll take some looks at the source code of both 
Etienne's and your repo tomorrow. Also, I might be able to help with the 
migration to QGIS3, depending on the projects I'll have at that time. 
But it's definetely something I'd like to do.


@Richard, Etienne: In my opinion it would make sense to have a single 
plugin covering your, Werner's and my work - would you be willing to 
pull the updated version for QGIS3, once finished, or arrange some other 
common repo for QGIS3?


Best regards,

Lukas


Am 06.05.2017 um 11:02 schrieb Werner Macho:

Hi Lukas,

A few days (well, to be honest I think it's actually years) I forked the
Valuetool to extend it with the ability to display temporal structured
raster data values.
I try to maintain my version of "Valuetool" as good as I can (though I
now have to finish my thesis about this topic before going back to
actually work on it again).
An update/upgrade for QGIS 3.0 is definitely planned.
So if you like to work on it (and probably migrate your patch over to my
version) you can take a look at

https://github.com/mach0/mutant

You are more than welcome to join. If everything works good I am going
to start porting to QGIS 3.0 with July 2017.

Please give it a try .. and please report errors or malfunctions ;)

(For better communications I would be in vienna at least once a month)

kind regards
Werner

On 05/05/17 17:05, Lukas Winiwarter wrote:

Hi all,

I have just implemented a bilinear interpolation as an addition to the
very good Value Tool-Plugin for raster data and wanted to contact the
authors to arrange for a possible pull request.

Unfortunately, the links given at
http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know
how to contribute/contact the authors/maintainer?

Best regards,
Lukas



--
Lukas WiniwarterTU Wien,
Stud. Ass.  Department of Geodesy and
Tel: +43-(0)1-58801-12246   Geoinformation (E120),
Fax: +43-(0)1-58801-912246  Research Group Photogrammetry
Email: lukas.winiwar...@tuwien.ac.atGußhausstraße 27-29
http://photo.geo.tuwien.ac.at/  1040 Vienna, Austria

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-06 Thread Werner Macho
Hi Lukas,

A few days (well, to be honest I think it's actually years) I forked the
Valuetool to extend it with the ability to display temporal structured
raster data values.
I try to maintain my version of "Valuetool" as good as I can (though I
now have to finish my thesis about this topic before going back to
actually work on it again).
An update/upgrade for QGIS 3.0 is definitely planned.
So if you like to work on it (and probably migrate your patch over to my
version) you can take a look at

https://github.com/mach0/mutant

You are more than welcome to join. If everything works good I am going
to start porting to QGIS 3.0 with July 2017.

Please give it a try .. and please report errors or malfunctions ;)

(For better communications I would be in vienna at least once a month)

kind regards
Werner

On 05/05/17 17:05, Lukas Winiwarter wrote:
> Hi all,
> 
> I have just implemented a bilinear interpolation as an addition to the
> very good Value Tool-Plugin for raster data and wanted to contact the
> authors to arrange for a possible pull request.
> 
> Unfortunately, the links given at
> http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know
> how to contribute/contact the authors/maintainer?
> 
> Best regards,
> Lukas
> 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-05 Thread Richard Duivenvoorde
On 05-05-17 17:05, Lukas Winiwarter wrote:
> Hi all,
> 
> I have just implemented a bilinear interpolation as an addition to the
> very good Value Tool-Plugin for raster data and wanted to contact the
> authors to arrange for a possible pull request.
> 
> Unfortunately, the links given at
> http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know
> how to contribute/contact the authors/maintainer?

Hi Lukas,

well, the valuetool was already an 'orphan' earlier, and I took
'maintainership' over from ... I honestly do not know.

I think Etienne did some things on it, so I think

https://github.com/etiennesky/valuetool
is the latest version (but please do some diffing).

We pulled all plugins from hub.qgis.org last weekend in Essen, so maybe
I or Etienne should create/push a new version with the right metadata to
plugins.qgis.org so there is one repo to start from.

@Etienne: still interested in the plugin?
@Lukas: interested in porting to QGIS3?

Regards,

Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Value Tool Maintainer? - Bilinear interpolation in value tool plugin

2017-05-05 Thread Lukas Winiwarter

Hi all,

I have just implemented a bilinear interpolation as an addition to the 
very good Value Tool-Plugin for raster data and wanted to contact the 
authors to arrange for a possible pull request.


Unfortunately, the links given at 
http://plugins.qgis.org/plugins/valuetool/ are dead - does anybody know 
how to contribute/contact the authors/maintainer?


Best regards,
Lukas

--
Lukas WiniwarterTU Wien,
Stud. Ass.  Department of Geodesy and
Tel: +43-(0)1-58801-12246   Geoinformation (E120),
Fax: +43-(0)1-58801-912246  Research Group Photogrammetry
Email: lukas.winiwar...@tuwien.ac.atGußhausstraße 27-29
http://photo.geo.tuwien.ac.at/  1040 Vienna, Austria

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Value Tool Python Error Prompt

2014-04-02 Thread Leo Kris Palao
Hi QGIS users,

Good day!

I installed/added the Value tool plugin in QGIS 2.2. The installation was
successful. But whenever I enable the Value tool and turn on a layer in the
map legend a Python Error occurs. It doesn't crash (after the error prompt
the value tool still works), but I don't know why there is a Python error
prompt. I did not encounter this one when I am using QGIS 2.0.

Below is the Python Error Prompt:

I am using QGIS 2.2 Valmiera installed via OSGeo4W installer 32 bit. I am
using Windows 7 64 bit OS.

Thanks,
-Leo

An error has occured while executing Python code:

Traceback (most recent call last):
  File C:/Users/lpalao/.qgis2/python/plugins\valuetool\valuewidget.py,
line 500, in invalidatePlot
if self.mplLine is not None:
AttributeError: 'ValueWidget' object has no attribute 'mplLine'

Python version:
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


QGIS version:
2.2.0-Valmiera Valmiera, c3a2817

Python path: ['C:/Users/lpalao/.qgis2/python/plugins\\processing',
'C:/Users/lpalao/.qgis2/python/plugins\\LecoS',
'C:/OSGeo4W/apps/qgis/./python', u'C:/Users/lpalao/.qgis2/python',
u'C:/Users/lpalao/.qgis2/python/plugins',
'C:/OSGeo4W/apps/qgis/./python/plugins',
'C:\\OSGeo4W\\apps\\orfeotoolbox\\wrapping\\lib',
'C:\\OSGeo4W\\apps\\orfeotoolbox\\wrapping\\Python',
'C:\\OSGeo4W\\apps\\orfeotoolbox\\python', 'C:\\OSGeo4W\\bin',
'C:\\OSGeo4W\\bin\\python27.zip', 'C:\\OSGeo4W\\apps\\Python27\\DLLs',
'C:\\OSGeo4W\\apps\\Python27\\lib',
'C:\\OSGeo4W\\apps\\Python27\\lib\\plat-win',
'C:\\OSGeo4W\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGeo4W\\apps\\Python27',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\PIL',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32\\lib',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Pythonwin',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win32.egg',
'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\Users\\lpalao\\.qgis2\\python\\plugins\\mmqgis/forms',
'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools']

Thanks,
-Leo
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value Tool Python Error Prompt

2014-04-02 Thread Etienne Tourigny
Please make sure you have installed the latest version, 0.8.4. It has been
uploaded since March 28. Previous version 0.8.3 had this bug.

Etienne


On Wed, Apr 2, 2014 at 10:47 PM, Leo Kris Palao lk.pa...@gmail.com wrote:

 Hi QGIS users,

 Good day!

 I installed/added the Value tool plugin in QGIS 2.2. The installation was
 successful. But whenever I enable the Value tool and turn on a layer in the
 map legend a Python Error occurs. It doesn't crash (after the error prompt
 the value tool still works), but I don't know why there is a Python error
 prompt. I did not encounter this one when I am using QGIS 2.0.

 Below is the Python Error Prompt:

 I am using QGIS 2.2 Valmiera installed via OSGeo4W installer 32 bit. I am
 using Windows 7 64 bit OS.

 Thanks,
 -Leo

 An error has occured while executing Python code:

 Traceback (most recent call last):
   File C:/Users/lpalao/.qgis2/python/plugins\valuetool\valuewidget.py,
 line 500, in invalidatePlot
 if self.mplLine is not None:
 AttributeError: 'ValueWidget' object has no attribute 'mplLine'

 Python version:
 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]


 QGIS version:
 2.2.0-Valmiera Valmiera, c3a2817

 Python path: ['C:/Users/lpalao/.qgis2/python/plugins\\processing',
 'C:/Users/lpalao/.qgis2/python/plugins\\LecoS',
 'C:/OSGeo4W/apps/qgis/./python', u'C:/Users/lpalao/.qgis2/python',
 u'C:/Users/lpalao/.qgis2/python/plugins',
 'C:/OSGeo4W/apps/qgis/./python/plugins',
 'C:\\OSGeo4W\\apps\\orfeotoolbox\\wrapping\\lib',
 'C:\\OSGeo4W\\apps\\orfeotoolbox\\wrapping\\Python',
 'C:\\OSGeo4W\\apps\\orfeotoolbox\\python', 'C:\\OSGeo4W\\bin',
 'C:\\OSGeo4W\\bin\\python27.zip', 'C:\\OSGeo4W\\apps\\Python27\\DLLs',
 'C:\\OSGeo4W\\apps\\Python27\\lib',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\plat-win',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\lib-tk', 'C:\\OSGeo4W\\apps\\Python27',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\PIL',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\win32\\lib',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Pythonwin',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\Shapely-1.2.18-py2.7-win32.egg',
 'C:\\OSGeo4W\\apps\\Python27\\lib\\site-packages\\wx-2.8-msw-unicode',
 'C:\\Users\\lpalao\\.qgis2\\python\\plugins\\mmqgis/forms',
 'C:\\OSGeo4W\\apps\\qgis\\python\\plugins\\fTools\\tools']

 Thanks,
 -Leo

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Value tool crashes qgis

2013-05-10 Thread Etienne Tourigny
This is a known problem but needs feedback, please update the following
ticket

http://hub.qgis.org/issues/7450

On Thu, May 9, 2013 at 9:21 PM, David J. Bakeman dbake...@comcast.netwrote:

  I've used the value tool in the past but with qgis 1.8 on fedora 18 it
 crashes qgis on startup every time.

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value tool crashes qgis

2013-05-09 Thread David J. Bakeman

  
  
I've used the value tool in the past but with
qgis 1.8 on fedora 18 it crashes qgis on startup every time.
  
  

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-13 Thread Agustin Lobo
Yes, and this is actually
http://hub.qgis.org/issues/6093
which I had solved. By some reason I got python-matplotlib 0.99.1.2 installed
again and masking the matplotlib1.1.0 that I had installed.

Just to note in the passing, the current version python-matplotlib 1.1.1
requires numpy  1.4 (which is not available for ubuntu 10.04)
So it seems it' s time to leave this excellent distro behind...

Agus

On Wed, Sep 5, 2012 at 3:09 PM, Etienne Tourigny
etourigny@gmail.com wrote:
 matplotlib plotting requires matplotlib = 1.0

 On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo alobolis...@gmail.com wrote:
 Clean install and clean qgis stratup.
 The plugin works, but I only have qwt greyed, cannot change to matplotlib.
 (on linux ubuntu 10.04)

 Agus

 On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
 etourigny@gmail.com wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX users,
 but the qwt5 plotting is recommended because of slow rendering with
 matplotlib. If anyone can help fix that, please send me an email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini cavall...@faunalia.it 
 wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
 Hi!

 At installing ValueTool 0.4.4 I get:
 An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304
 all the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-13 Thread Quintin Landman
Hi,

I did not log this as a Value Tool 0.4.4 problem, I merely replied on the reply 
I got after I emailed the issue to qgis-user@lists.osgeo.org.
My subject for the initial email was QGIS v1.8.0 Installation Questions.

Regards


-Original Message-
From: Etienne Tourigny [mailto:etourigny@gmail.com]
Sent: 13 September 2012 03:25 PM
To: Quintin Landman
Cc: agustin.l...@ictja.csic.es; qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Value Tool 0.4.4 problems

Hi,

this problem has nothing to due with the value tool plugin...

On Thu, Sep 13, 2012 at 10:14 AM, Quintin Landman landm...@tut.ac.za wrote:
 Hi,

 Thank you for the feedback, but I don't think this is the same problem, QGIS 
 installed successfully on my side on a Windows XP computer, but when trying 
 to open OSGeo4W, MSYS and GRASS GIS I get the following bat file errors, see 
 attached screenshots.

 Regards

 -Original Message-
 From: qgis-user-boun...@lists.osgeo.org
 [mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Agustin Lobo
 Sent: 13 September 2012 03:10 PM
 To: Etienne Tourigny
 Cc: qgis-user@lists.osgeo.org
 Subject: Re: [Qgis-user] Value Tool 0.4.4 problems

 Yes, and this is actually
 http://hub.qgis.org/issues/6093
 which I had solved. By some reason I got python-matplotlib 0.99.1.2 installed 
 again and masking the matplotlib1.1.0 that I had installed.

 Just to note in the passing, the current version python-matplotlib 1.1.1 
 requires numpy  1.4 (which is not available for ubuntu 10.04) So it seems 
 it' s time to leave this excellent distro behind...

 Agus

 On Wed, Sep 5, 2012 at 3:09 PM, Etienne Tourigny etourigny@gmail.com 
 wrote:
 matplotlib plotting requires matplotlib = 1.0

 On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo alobolis...@gmail.com wrote:
 Clean install and clean qgis stratup.
 The plugin works, but I only have qwt greyed, cannot change to matplotlib.
 (on linux ubuntu 10.04)

 Agus

 On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
 etourigny@gmail.com wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX
 users, but the qwt5 plotting is recommended because of slow
 rendering with matplotlib. If anyone can help fix that, please send me an 
 email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini cavall...@faunalia.it 
 wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
 Hi!

 At installing ValueTool 0.4.4 I get:
 An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304 all the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc Nuovi corsi QGIS e
 PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

 

 --
 
 Tshwane University of Technology
 --
  This email is sent and received in terms of the
 Electronic Communications Policy of Tshwane University of Technology.
 In line with this policy, this email is private, privileged and
 confidential. The full text of the Electronic Mail Disclaimer can be
 seen on the TUT web site at
 http://www.tut.ac.za/Other/disclaimer/Pages/default.aspx
 or obtained by phoning (012) 382-5911



--
Tshwane University of Technology
--
This email is sent and received in terms of the Electronic
Communications Policy of Tshwane University of Technology.
In line with this policy, this email is private, privileged and
confidential. The full text of the Electronic Mail Disclaimer
can be seen on the TUT web site at
http://www.tut.ac.za/Other/disclaimer/Pages/default.aspx
or obtained by phoning (012) 382-5911
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool 0.4.4 problems

2012-09-05 Thread Agustin Lobo
Hi!

At installing ValueTool 0.4.4 I get:
An error has occured while executing Python code:

Traceback (most recent call last):
  File /home/alobo/.qgis//python/plugins/valuetool/valuewidget.py,
line 493, in resizeEvent
self.invalidatePlot()
  File /home/alobo/.qgis//python/plugins/valuetool/valuewidget.py,
line 484, in invalidatePlot
if self.mplLine is not None:
AttributeError: 'ValueWidget' object has no attribute 'mplLine'

Despite this error, the message Plugin installation successful is issued,
but then the graphic does not work and the following message is
displayed (and only option Qwt is available) :

An error has occured while executing Python code:

Traceback (most recent call last):
  File /home/alobo/.qgis//python/plugins/valuetool/valuewidget.py,
line 255, in printValue
self.calculateStatistics(layersWOStatistics)
  File /home/alobo/.qgis//python/plugins/valuetool/valuewidget.py,
line 347, in calculateStatistics
self.invalidatePlot(False)
  File /home/alobo/.qgis//python/plugins/valuetool/valuewidget.py,
line 484, in invalidatePlot
if self.mplLine is not None:
AttributeError: 'ValueWidget' object has no attribute 'mplLine'

Python version:
2.6.5 (r265:79063, Apr 16 2010, 14:15:55)
[GCC 4.4.3]

Agus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-05 Thread Etienne Tourigny
Hi I have just uploaded 0.4.5 which solves the issue.

Please not that matplotlib support has been added for MAC OSX users,
but the qwt5 plotting is recommended because of slow rendering with
matplotlib. If anyone can help fix that, please send me an email.

Etienne

On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
 Hi!

 At installing ValueTool 0.4.4 I get:
 An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304
 all the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-05 Thread Agustin Lobo
Clean install and clean qgis stratup.
The plugin works, but I only have qwt greyed, cannot change to matplotlib.
(on linux ubuntu 10.04)

Agus

On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
etourigny@gmail.com wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX users,
 but the qwt5 plotting is recommended because of slow rendering with
 matplotlib. If anyone can help fix that, please send me an email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
 Hi!

 At installing ValueTool 0.4.4 I get:
 An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304
 all the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool 0.4.4 problems

2012-09-05 Thread Etienne Tourigny
matplotlib plotting requires matplotlib = 1.0

On Wed, Sep 5, 2012 at 10:07 AM, Agustin Lobo alobolis...@gmail.com wrote:
 Clean install and clean qgis stratup.
 The plugin works, but I only have qwt greyed, cannot change to matplotlib.
 (on linux ubuntu 10.04)

 Agus

 On Wed, Sep 5, 2012 at 2:39 PM, Etienne Tourigny
 etourigny@gmail.com wrote:
 Hi I have just uploaded 0.4.5 which solves the issue.

 Please not that matplotlib support has been added for MAC OSX users,
 but the qwt5 plotting is recommended because of slow rendering with
 matplotlib. If anyone can help fix that, please send me an email.

 Etienne

 On Wed, Sep 5, 2012 at 5:07 AM, Paolo Cavallini cavall...@faunalia.it 
 wrote:
 Il 05/09/2012 10:01, Agustin Lobo ha scritto:
 Hi!

 At installing ValueTool 0.4.4 I get:
 An error has occured while executing Python code:

 see: http://hub.qgis.org/issues/6304
 all the best.
 --
 Paolo Cavallini - Faunalia
 www.faunalia.eu
 Full contact details at www.faunalia.eu/pc
 Nuovi corsi QGIS e PostGIS: http://www.faunalia.it/calendario
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plugin Problem

2012-01-29 Thread Alexander Bruy
Hi,

your profile name have non-latin characters. Rename your profile
(Windows login name) to something with only latin characters.

This also solve problem with OpenLayers plugin.

Hope this helps

-- 
Alexander Bruy
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] value tool plugin in 2 repos

2012-01-29 Thread Richard Duivenvoorde

On 01/29/2012 05:58 PM, Agustin Lobo wrote:

Why are there some plugins (i.e. Value Tool) in 2 repos?
http://pyqgis.org/repo/contributed (pointing to
http://pyqgis.org/contributed/valuetool.zip)
http://plugins.qgis.org/plugins/plugins.xml (pointing to
http://plugins.qgis.org/plugins/valuetool/version/0.3.4/download/)

Also, which is the rule by which a given plugin (I.e., Value Tool)
becomes official?


Hi Agus,

the pyqgis.org repository is the 'old official repo', used by older 
version of QGIS.
the plugins.qgis.org is the 'new official repo', which is the default 
repo in current master (and 1.8 ?).
You can even add th 'new repo' as a repo in older QGIS version, and the 
two will then just be merged, giving you just the newest version of a 
given plugin from both official repo's.


We could not get in touch anymore with the original Valuetool plugin 
author, so I adopted and added On The Fly projection in the last version 
0.3.4. It is uploaded to both repo's, so if all went correct both repo's 
would give you the exact same latest  version: 0.3.4


Your question about by which rule a given plugin becomes 'offical' 
depends on your definition of 'official'. If you mean 'make it to become 
a so called 'core-plugin' which is into a default QGIS installation'. 
Then there has to be some consenscus between the QGIS devs about the 
quality of the plugin and the value of it for QGIS.

Or hardcore users must make a proposal for it, I think...

Regards,

Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] value tool plugin in 2 repos

2012-01-29 Thread Agustin Lobo
Then, what I understand from your message is that
QGIS Official Repository http://pyqgis.org/repo/official
and
QGIS Contributed Repository http://pyqgis.org/repo/contributed
both become merged in the new official
QGIS New Official Repository http://plugins.qgis.org

and the distinction between contributed and official will no longer exist
(obviously individual repos maintained by some authors will always be
there as well).

The text in http://hub.qgis.org/wiki/quantum-gis/Python_Plugin_Repositories
made me think that QGIS Contributed Repository
http://pyqgis.org/repo/contributed
was going to remain active.

Thanks for the clarification!

Agus

2012/1/29 Richard Duivenvoorde rdmaili...@duif.net:
 On 01/29/2012 05:58 PM, Agustin Lobo wrote:

 Why are there some plugins (i.e. Value Tool) in 2 repos?
 http://pyqgis.org/repo/contributed (pointing to
 http://pyqgis.org/contributed/valuetool.zip)
 http://plugins.qgis.org/plugins/plugins.xml (pointing to
 http://plugins.qgis.org/plugins/valuetool/version/0.3.4/download/)

 Also, which is the rule by which a given plugin (I.e., Value Tool)
 becomes official?


 Hi Agus,

 the pyqgis.org repository is the 'old official repo', used by older version
 of QGIS.
 the plugins.qgis.org is the 'new official repo', which is the default repo
 in current master (and 1.8 ?).
 You can even add th 'new repo' as a repo in older QGIS version, and the two
 will then just be merged, giving you just the newest version of a given
 plugin from both official repo's.

 We could not get in touch anymore with the original Valuetool plugin author,
 so I adopted and added On The Fly projection in the last version 0.3.4. It
 is uploaded to both repo's, so if all went correct both repo's would give
 you the exact same latest  version: 0.3.4

 Your question about by which rule a given plugin becomes 'offical' depends
 on your definition of 'official'. If you mean 'make it to become a so called
 'core-plugin' which is into a default QGIS installation'. Then there has to
 be some consenscus between the QGIS devs about the quality of the plugin and
 the value of it for QGIS.
 Or hardcore users must make a proposal for it, I think...

 Regards,

 Richard Duivenvoorde
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool Plugin Problem

2012-01-28 Thread ALT SHN
I've come across a problem while installing Value Tool Plugin.
The ecosystem is: Windows 7 Ultimate; QGIS 1.7.3 (Standalone installer)

When I try to install the plugin I get this error message:

Couldn't load plugin 'valuetool' from
['C:/PROGRA~1/QUANTU~1/apps/qgis/./python', 'C:/Users/Vânia/.qgis/python',
'C:/Users/Vânia/.qgis/python/plugins',
'C:/PROGRA~1/QUANTU~1/apps/qgis/./python/plugins',
'C:\PROGRA~1\QUANTU~1\bin\python25.zip',
'C:\PROGRA~1\QUANTU~1\apps\Python25\DLLs',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\plat-win',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\lib-tk',
'C:\PROGRA~1\QUANTU~1\apps\qgis\bin', 'C:\PROGRA~1\QUANTU~1\apps\Python25',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\site-packages',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\site-packages\win32',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\site-packages\win32\lib',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\site-packages\Pythonwin',
'C:\PROGRA~1\QUANTU~1\apps\Python25\lib\site-packages\wx-2.8-msw-unicode',
'C:\PROGRA~1\QUANTU~1\apps\qgis\python\plugins\fTools\tools', 'C:/Dados']

Traceback (most recent call last):
  File C:/PROGRA~1/QUANTU~1/apps/
qgis/./python\qgis\utils.py, line 117, in loadPlugin
__import__(packageName)
  File C:/PROGRA~1/QUANTU~1/apps/qgis/./python\qgis\utils.py, line 283,
in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named valuetool

Python version:
2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]


QGIS version:
1.7.3-Wroclaw Wroclaw, 00624b3

Python path: ['C:/PROGRA~1/QUANTU~1/apps/qgis/./python',
'C:/Users/V\xc3\xa2nia/.qgis/python',
'C:/Users/V\xc3\xa2nia/.qgis/python/plugins',
'C:/PROGRA~1/QUANTU~1/apps/qgis/./python/plugins',
'C:\\PROGRA~1\\QUANTU~1\\bin\\python25.zip',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\DLLs',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\plat-win',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\lib-tk',
'C:\\PROGRA~1\\QUANTU~1\\apps\\qgis\\bin',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\win32',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\win32\\lib',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\Pythonwin',
'C:\\PROGRA~1\\QUANTU~1\\apps\\Python25\\lib\\site-packages\\wx-2.8-msw-unicode',
'C:\\PROGRA~1\\QUANTU~1\\apps\\qgis\\python\\plugins\\fTools\\tools',
'C:/Dados']

Any suggestions?

Thanks in advance
-- 
---
Associação Leonel Trindade
SOCIEDADE DE HISTÓRIA NATURAL

Apartado 25 2564-909 Torres Vedras Portugal
Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres Vedras

Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do Alto
do Ameal 2565-641 Ramalhal
http://alt-shn.blogspot.com
www.alt-shn.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool and Reproj. On the Fly for raster layers

2011-09-06 Thread Richard Duivenvoorde
On 2011-08-29 11:38, Paolo Cavallini wrote:
 Given the current situation, the only option is for someone to have someone 
 to adopt
 this plugin, put it in good shape, and move it to master. This implies either 
 a
 developer to do it, or some user to sponsor it.
 Any taker?

Hi All,

given that Giovanni made it a 'bounty value bug':

http://hub.qgis.org/issues/4253

and there are still no takers I thought to try :-)

I updated the ticket, and uploaded a new version of the valuewidget.py
to the ticket. If somebody is willing to test (just take the .py from
the issue and copy over the old one), I'm happy to further put this
plugin into git, add this patch, and become the 'assistant' maintainer

Regards,

Richard Duivenvoorde

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool and Reproj. On the Fly for raster layers

2011-09-06 Thread Giovanni Manghi
Hi Richard, many thanks for taking this! This is really important.

It seems to work fine so I propose (now we have a mantainer ;) ) to make
it core.

There is another little issue: when used on non GRASS rasters when you
exit the bounding box of the image it says correctly out of extent,
while with GRASS rasters the value shown by the tool is the value of the
last pixel where the mouse pointer passed over.

Please let me know if you want me to file a ticket.


Cheers

-- Giovanni --


 Hi All,
 
 given that Giovanni made it a 'bounty value bug':
 
 http://hub.qgis.org/issues/4253
 
 and there are still no takers I thought to try :-)
 
 I updated the ticket, and uploaded a new version of the valuewidget.py
 to the ticket. If somebody is willing to test (just take the .py from
 the issue and copy over the old one), I'm happy to further put this
 plugin into git, add this patch, and become the 'assistant' maintainer
 
 Regards,
 
 Richard Duivenvoorde
 


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool and Reproj. On the Fly for raster layers

2011-08-29 Thread Paolo Cavallini
Il 26/08/2011 13:54, Giovanni Manghi ha scritto:

 Value Tool does not work for rasters displayed through Reproj. On the Fly.
 Any plans to include this feature?
 
 this is known issue, but is a contributed plugin and the author does
 not seems to have time/interest in updating it.
 
 should not this plugin be considered part of the core?
 
 I agree, this tool should be core as it is fundamental for any raster 
 analysis.

Given the current situation, the only option is for someone to have someone to 
adopt
this plugin, put it in good shape, and move it to master. This implies either a
developer to do it, or some user to sponsor it.
Any taker?
All the best.
-- 
Paolo Cavallini: http://www.faunalia.it/pc
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool and Reproj. On the Fly for raster layers

2011-08-26 Thread Agustin Lobo
Hi!

Value Tool does not work for rasters displayed through Reproj. On the Fly.
Any plans to include this feature? Displaying is good, but actually accessing to
the values is equally important.
Also, considering this is the only tool in QGIS for the interactive
check of raster values,
should not this plugin be considered part of the core?

Agus
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool and Reproj. On the Fly for raster layers

2011-08-26 Thread Giovanni Manghi
Hi,


 Value Tool does not work for rasters displayed through Reproj. On the Fly.
 Any plans to include this feature?

this is known issue, but is a contributed plugin and the author does
not seems to have time/interest in updating it.



 should not this plugin be considered part of the core?


I agree, this tool should be core as it is fundamental for any raster analysis.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-27 Thread Giovanni Manghi
Hi all,

I think I found a small consequence of the new value tool plugin:

when a GRASS raster is added the zoom in/out tool works fine only if
clicking in one point. If you try to drag a rectangle to define a zoom
area it seems is not working (or at least is very slow to draw the zoom
rectangle).

cheers!

-- Giovanni --


On Sun, 2010-06-13 at 20:41 +0100, ALT SHN wrote:
 Works fine with me to!
 
 Thank you!!! It's of great help to me!
 
 2010/6/13 Giovanni Manghi giovanni.man...@gmail.com
 It works like a charm,
 amazing, thanks Jürgen!
 
 cheers
 
 -- Giovanni --
 
 
  The attached patch adds support for GRASS rasters to the
 valuetool.
 
  Jürgen
 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 
 -- 
 ---
 Associação Leonel Trindade
 SOCIEDADE DE HISTÓRIA NATURAL
 
 Apartado 25 2564-909 Torres Vedras Portugal
 Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres
 Vedras
 
 Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do
 Alto do Ameal 2565-641 Ramalhal
 http://alt-shn.blogspot.com
 www.alt-shn.org

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-23 Thread Giovanni Manghi
Hi all,

I have just seen that in the plugins repositories there is the new
value toolm, but when I try to install it I get

The plugin seems to have been installed but I don't know where. Probably
the plugin package contained a wrong named directory.
Please search the list of installed plugins. I'm nearly sure you'll find
the plugin there, but I just can't determine which of them it is. It
also means that I won't be able to determine if this plugin is installed
and inform you about available updates. However the plugin may work.
Please contact the plugin author and submit this issue.

on both linux and windows.

Then it appears among the installed plugins (and works too) but also
shows as uninstalled.

cheers!






On Sun, 2010-06-13 at 20:41 +0100, ALT SHN wrote:
 Works fine with me to!
 
 Thank you!!! It's of great help to me!
 
 2010/6/13 Giovanni Manghi giovanni.man...@gmail.com
 It works like a charm,
 amazing, thanks Jürgen!
 
 cheers
 
 -- Giovanni --
 
 
  The attached patch adds support for GRASS rasters to the
 valuetool.
 
  Jürgen
 
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 
 -- 
 ---
 Associação Leonel Trindade
 SOCIEDADE DE HISTÓRIA NATURAL
 
 Apartado 25 2564-909 Torres Vedras Portugal
 Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres
 Vedras
 
 Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do
 Alto do Ameal 2565-641 Ramalhal
 http://alt-shn.blogspot.com
 www.alt-shn.org

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-developer] Re: [Qgis-user] Value Tool

2010-06-23 Thread Giuseppe Sucameli
Hi Giovanni,
I find the issue. Both the folder within the zip package and the package
must have the same name.

@ Ghislain: you can fix it by renaming the package to valuetool.zip .
AFAIK valuetool-0.3 isn't a valid plugin folder name.

Cheers.

On Wed, Jun 23, 2010 at 10:38 PM, Giovanni Manghi giovanni.man...@gmail.com
 wrote:

 Hi all,

 I have just seen that in the plugins repositories there is the new
 value toolm, but when I try to install it I get

 The plugin seems to have been installed but I don't know where. Probably
 the plugin package contained a wrong named directory.
 Please search the list of installed plugins. I'm nearly sure you'll find
 the plugin there, but I just can't determine which of them it is. It
 also means that I won't be able to determine if this plugin is installed
 and inform you about available updates. However the plugin may work.
 Please contact the plugin author and submit this issue.

 on both linux and windows.

 Then it appears among the installed plugins (and works too) but also
 shows as uninstalled.

 cheers!






 On Sun, 2010-06-13 at 20:41 +0100, ALT SHN wrote:
  Works fine with me to!
 
  Thank you!!! It's of great help to me!
 
  2010/6/13 Giovanni Manghi giovanni.man...@gmail.com
  It works like a charm,
  amazing, thanks Jürgen!
 
  cheers
 
  -- Giovanni --
 
 
   The attached patch adds support for GRASS rasters to the
  valuetool.
  
   Jürgen
 
 
 
  ___
  Qgis-user mailing list
  Qgis-user@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 
  --
  ---
  Associação Leonel Trindade
  SOCIEDADE DE HISTÓRIA NATURAL
 
  Apartado 25 2564-909 Torres Vedras Portugal
  Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres
  Vedras
 
  Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do
  Alto do Ameal 2565-641 Ramalhal
  http://alt-shn.blogspot.com
  www.alt-shn.org

 ___
 Qgis-developer mailing list
 qgis-develo...@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Giuseppe Sucameli
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-13 Thread Giovanni Manghi
It works like a charm,
amazing, thanks Jürgen!

cheers

-- Giovanni --


 The attached patch adds support for GRASS rasters to the valuetool.
 
 Jürgen

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-13 Thread ALT SHN
Works fine with me to!

Thank you!!! It's of great help to me!

2010/6/13 Giovanni Manghi giovanni.man...@gmail.com

 It works like a charm,
 amazing, thanks Jürgen!

 cheers

 -- Giovanni --


  The attached patch adds support for GRASS rasters to the valuetool.
 
  Jürgen

 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user




-- 
---
Associação Leonel Trindade
SOCIEDADE DE HISTÓRIA NATURAL

Apartado 25 2564-909 Torres Vedras Portugal
Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres Vedras

Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do Alto do
Ameal 2565-641 Ramalhal
http://alt-shn.blogspot.com
www.alt-shn.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool

2010-06-12 Thread ALT SHN
Many of you certainly know that under the most recent revisions of QGIS
Trunk, the plugin Value Tool doesn't work under GRASS rasters.

I understand it's a 3rd party plugin, so we can't expect qgis developers to
fix that. Nevertheless does anyone knows if the developer of this great tool
is still on it or is it an abandoned project? If so, maybe it would be a
good idea to think on a similar tool to be included on the next release.
It's just that making raster analysis without this tool can be very
frustrating...

thanks,

Andre
-- 
---
Associação Leonel Trindade
SOCIEDADE DE HISTÓRIA NATURAL

Apartado 25 2564-909 Torres Vedras Portugal
Sede e Biblioteca: rua Cavaleiros da Espora Dourada, 27A 2560 Torres Vedras

Laboratório de Paleontologia e Paleoecologia: Polígono Industrial do Alto do
Ameal 2565-641 Ramalhal
http://alt-shn.blogspot.com
www.alt-shn.org
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-12 Thread Jürgen E . Fischer
Hi Andre,

On Sat, 12. Jun 2010 at 17:37:00 +0100, ALT SHN wrote:
Many of you certainly know that under the most recent revisions of QGIS
Trunk, the plugin Value Tool doesn't work under GRASS rasters.

The attached patch adds support for GRASS rasters to the valuetool.

Jürgen


-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-20
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de

-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

--- valuewidget.py.orig	2010-06-12 20:33:44.0 +0200
+++ valuewidget.py	2010-06-12 20:36:33.0 +0200
@@ -102,10 +102,14 @@
 rasterlayers=[]
 for i in range(self.canvas.layerCount()):
 layer = self.canvas.layer(i)
-if (layer!=None and layer.type() == QgsMapLayer.RasterLayer and layer.providerKey()!=wms and layer.providerKey()!=grassraster):
- il faut gerer les wms differemment...
- and alayer.providerKey()==wms):
-###identifyRasterWmsLayer( QgsPoint( e-x(), e-y() ) );
+if (layer!=None and layer.type()==QgsMapLayer.RasterLayer):
+  if layer.providerKey()==wms:
+continue
+
+  if layer.providerKey()==grassraster:
+nrow+=1
+rasterlayers.append(layer)
+  else:
 nrow+=layer.bandCount()
 rasterlayers.append(layer)
 
@@ -119,11 +123,27 @@
 
 for layer in rasterlayers:
 isok,ident = layer.identify(mapPos)
-if (not(isok)):
+if not isok:
 continue
+
 layername=unicode(layer.name())
-iband=1
-for j in ident:  # loop over the bands
+
+if layer.providerKey()==grassraster:
+if not ident.has_key(QString(value)):
+  continue
+cstr = ident[QString(value)]
+		if cstr.isNull():
+  continue
+value = cstr.toDouble()
+		if not value[1]:
+  continue
+iband=1
+self.ymin = min(self.ymin,value[0])
+self.ymax = max(self.ymax,value[0])
+self.values.append((layername,cstr))
+else:
+  iband=1
+  for j in ident:  # loop over the bands
 layernamewithband=layername
 if len(ident)1:
 layernamewithband+=' '+j
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool

2010-06-12 Thread Maxim Dubinin
We also have number of important improvements for this plugin that we
use in house and it would be interesting to have an update on its
development status from the author.

Maxim

Вы писали 12 июня 2010 г., 13:48:13:

JEF I understand it's a 3rd party plugin, so we can't expect qgis
JEF developers to fix that. Nevertheless does anyone knows if the
JEF developer of this great tool is still on it or is it an abandoned
JEF project? If so, maybe it would be a good idea to think on a
JEF similar tool to be included on the next release. It's just that
JEF making raster analysis without this tool can be very frustrating...

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-10-04 Thread Borys Jurgiel
Dne neděle 04 října 2009 10:10:38 jste napsal(a): 
 Hi Borys,
 Nope, no luck, just tried it and QGis quit immediately... thnx tho!

The Scattergram (and also my Profile) seems to crash Qgis  1.2, so please 
remove it (its whole directory - should be named scattergram or similarly 
and be placed in /Users/$USERNAME/.qgis/python/plugins/ ). Unfortunately 
probably there's no one free enough to fix it over the next days :(

The ValueTool shouldn't crash, but if does, there's no other way but doing the 
same... I hope at least Shaded relief and Image clipper work now :)

B.

PS. please post to the list, as I have very limited access to Mac.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-10-03 Thread Borys Jurgiel
Dne úterý 29 září 2009 23:55:30 jste napsal(a): 
 Agus,
 
 It seems Scattergram is doing the same thing as Value Tool.
 
 Shaded Relief and Image Clipper were invalid or with unfulfilled
 dependencies, it seems they require other plugins (i.e. gdal and osgeo). I
 couldn't find Osgeo.

Hi,
Could you please try the new version? William has updated it yesterday.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-10-01 Thread Agustin Lobo

Borys,
where in the wiki should we be watching for news on this issue?

Also, any hope of releasing a mac standalone friendly
with these plugins soon? The problem affects 2 students,
so we might have to tell them to switch of OS.

Thanks

Agus

Borys Jurgiel wrote:

Dnia wtorek, 29 września 2009 o 23:55:30 pabloaz napisał(a):
  

Agus,

It seems Scattergram is doing the same thing as Value Tool.



So it seems it's another problem. You probably need the Qwt5 python module.

  

Shaded Relief and Image Clipper were invalid or with unfulfilled
dependencies, it seems they require other plugins (i.e. gdal and osgeo). I
couldn't find Osgeo.



As above, you need to install the python-gdal module (the both 'gdal' and 
'osgeo' names refer to the same module).


Could any Mac Geek provide an instruction how to install python modules and 
publish it on the wiki? :)

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

  


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread Pablo Alvarez-Zaldivar
Hello,
Me and another mac user just started using QGIS. When fetching the Value
Tool plug-in, the program began quitting-unexpectedly. I've restarted a
few times but it keeps on doing it.

Does anybody know what we can or need to do?

Thank you!

Pablo


PS. Sorry in advance if this is the wrong place to post questions related to
this
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread Borys Jurgiel
Dnia wtorek, 29 września 2009 o 18:57:09 Pablo Alvarez-Zaldivar napisał(a):
 Hello,
 Me and another mac user just started using QGIS. When fetching the Value
 Tool plug-in, the program began quitting-unexpectedly. I've restarted a
 few times but it keeps on doing it.
 
 Does anybody know what we can or need to do?

This is a known problem with this plugin and QGIS  1.3. I'm working on it. 
Please remove the directory containing the plugin for a few days until it is 
solved:

/Users/$USERNAME/.qgis/python/plugins/valuetool
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread Agustin Lobo

Pablo,

You were supposed to install Qgis 1.3.0-2 (standalone) 
http://www.kyngchaos.com/files/software/unixport/Qgis%28standalone%29-1.3.0-2-Leopard.dmg 


is this what you did?

Borys, If so, the problem is not with QGIS  1.3 only

(that valuetool folder must be removed, anyway)

Agus

Borys Jurgiel wrote:

Dnia wtorek, 29 września 2009 o 18:57:09 Pablo Alvarez-Zaldivar napisał(a):
  

Hello,
Me and another mac user just started using QGIS. When fetching the Value
Tool plug-in, the program began quitting-unexpectedly. I've restarted a
few times but it keeps on doing it.

Does anybody know what we can or need to do?



This is a known problem with this plugin and QGIS  1.3. I'm working on it. 
Please remove the directory containing the plugin for a few days until it is 
solved:


/Users/$USERNAME/.qgis/python/plugins/valuetool
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

  


attachment: alobolistas.vcf___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread pabloaz

Yes, I installed standalone. Thanks!

Pablo



Agustin Lobo wrote:
 
 Pablo,
 
 You were supposed to install Qgis 1.3.0-2 (standalone) 
 http://www.kyngchaos.com/files/software/unixport/Qgis%28standalone%29-1.3.0-2-Leopard.dmg
  
 
 is this what you did?
 
 Borys, If so, the problem is not with QGIS  1.3 only
 
 (that valuetool folder must be removed, anyway)
 
 Agus
 
 Borys Jurgiel wrote:
 Dnia wtorek, 29 września 2009 o 18:57:09 Pablo Alvarez-Zaldivar
 napisał(a):
   
 Hello,
 Me and another mac user just started using QGIS. When fetching the
 Value
 Tool plug-in, the program began quitting-unexpectedly. I've restarted
 a
 few times but it keeps on doing it.

 Does anybody know what we can or need to do?
 

 This is a known problem with this plugin and QGIS  1.3. I'm working on
 it. 
 Please remove the directory containing the plugin for a few days until it
 is 
 solved:

 /Users/$USERNAME/.qgis/python/plugins/valuetool
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

   
 
 
 begin:vcard
 fn:Agustin Lobo
 n:Lobo;Agustin
 org:Institut de Ciencies de la Terra Jaume Almera CSIC
 adr:;;Lluis Sole Sabris s/n;Barcelona;;08028;Spain
 email;internet:agustin.l...@ija.csic.es
 url:http://www.ija.csic.es/gt/obster
 version:2.1
 end:vcard
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 

-- 
View this message in context: 
http://n2.nabble.com/Value-Tool-Plug-in-Problem-tp3737499p3739109.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread Borys Jurgiel
Dnia wtorek, 29 września 2009 o 23:31:37 pabloaz napisał(a):
 Yes, I installed standalone. Thanks!

So the problem is deeper... Please avoid this plugin on Mac for some time :(
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool Plug-in Problem

2009-09-29 Thread pabloaz

Agus, 

It seems Scattergram is doing the same thing as Value Tool. 

Shaded Relief and Image Clipper were invalid or with unfulfilled
dependencies, it seems they require other plugins (i.e. gdal and osgeo). I
couldn't find Osgeo.

 
G night.

Pablo


pabloaz wrote:
 
 Yes, I installed standalone. Thanks!
 
 Pablo
 
 
 
 Agustin Lobo wrote:
 
 Pablo,
 
 You were supposed to install Qgis 1.3.0-2 (standalone) 
 http://www.kyngchaos.com/files/software/unixport/Qgis%28standalone%29-1.3.0-2-Leopard.dmg
  
 
 is this what you did?
 
 Borys, If so, the problem is not with QGIS  1.3 only
 
 (that valuetool folder must be removed, anyway)
 
 Agus
 
 Borys Jurgiel wrote:
 Dnia wtorek, 29 września 2009 o 18:57:09 Pablo Alvarez-Zaldivar
 napisał(a):
   
 Hello,
 Me and another mac user just started using QGIS. When fetching the
 Value
 Tool plug-in, the program began quitting-unexpectedly. I've
 restarted a
 few times but it keeps on doing it.

 Does anybody know what we can or need to do?
 

 This is a known problem with this plugin and QGIS  1.3. I'm working on
 it. 
 Please remove the directory containing the plugin for a few days until
 it is 
 solved:

 /Users/$USERNAME/.qgis/python/plugins/valuetool
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

   
 
 
 begin:vcard
 fn:Agustin Lobo
 n:Lobo;Agustin
 org:Institut de Ciencies de la Terra Jaume Almera CSIC
 adr:;;Lluis Sole Sabris s/n;Barcelona;;08028;Spain
 email;internet:agustin.l...@ija.csic.es
 url:http://www.ija.csic.es/gt/obster
 version:2.1
 end:vcard
 
 
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user
 
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/Value-Tool-Plug-in-Problem-tp3737499p3739214.html
Sent from the qgis-user mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Value Tool does not work on 1.3.0

2009-09-15 Thread Goyo
El lun, 14-09-2009 a las 20:36 +0200, Agustin Lobo escribió:
 Using ubuntu jaunty, Value tool does not work with
 latest 1.3.0 from the ubuntugis repository. No error, just
 does not print the raster values.

This also happens with trunk version from osgeo4w.

Goyo

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Value Tool does not work on 1.3.0

2009-09-14 Thread Agustin Lobo

Using ubuntu jaunty, Value tool does not work with
latest 1.3.0 from the ubuntugis repository. No error, just
does not print the raster values.
This is a very important tool, displaying raster values is essential.
Any help?
Thanks

Agus
attachment: alobolistas.vcf___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user