[GRASS-dev] r.diversity.py for GRASS 7
Paulo van Breugel
p.vanbreugel at gmail.com
Mon Jan 6 22:35:27 PST 2014
Hi Luca
Great, thanks!
I just tried to run the function, but initially got the error:
ERROR: Reading raster map <ANN_MOD14A2_2002_L1_count at Fire> request for
row 68 is outside region
This was with a region smalller than the input map. After setting the
region to cover the whole map, the function ran without problems. Which
brings me to the question, does the function (or the underlying r.li)
not respect the region settings or is this a bug?
Cheers,
Paulo
On Tue 07 Jan 2014 01:39:47 AM CET, Luca Delucchi wrote:
> On 6 January 2014 11:13, Paulo van Breugel <p.vanbreugel at gmail.com> wrote:
>> Hi Markus,
>>
>
> Hi
>
>> Thanks, I was able to install it. Running it gave me the error :
>>
>> Traceback (most recent call last):
>> File "/home/paulo/.grass7/addons/scripts/r.diversity",
>> line 284, in <module>
>> sys.exit(main())
>> File "/home/paulo/.grass7/addons/scripts/r.diversity",
>> line 139, in main
>> checkAlpha(methods,alpha_value)
>> UnboundLocalError: local variable 'alpha_value' referenced
>> before assignment
>>
>
> thanks, you discovered a bug ;-)
> Fixed
>
>> After filling in an alpha value (1) it runs but I get the next error message
>> (but the alpha value should be optional, right?):
>>
>
> it is not optional if you use the renyi and by default all methods are
> used (before it was not specify, now yes ;-)
>
>> ERROR: Cannot find configuration file
>> </home/paulo/.grass7/r.li/conf_diversity_3.0>
>> [1.0]
>> All works are terminated
>>
>> Indeed, in the given folder there is not such conf file.
>>
>
> yes, because the directory change from grass6 to grass7, fixed.
>
> Now it should work, please try 58632
>
>> Cheers,
>>
>> Paulo
>>
>
>
More information about the grass-dev
mailing list