[GRASS-dev] [release planning] 7.2.0

Markus Neteler neteler at osgeo.org
Mon Dec 5 05:24:18 PST 2016


On Mon, Dec 5, 2016 at 1:49 PM, Martin Landa <landa.martin at gmail.com> wrote:
> Hi,
>
> 2016-12-05 9:33 GMT+01:00 Luca Delucchi <lucadeluge at gmail.com>:
>> Yes I also think this, but I'm not sure if it is better to change the
>> behavior of r.out.xyz or keep it like the actual one and change it in
>> the next main release.
>> For sure we should add parameter to permit to return also NULL values
>> before the 7.2 release
>
> I am not sure complicated it is

It is just a change in a Python script:

grep r.stats scripts/r.out.xyz/r.out.xyz.py
#               This is a simple wrapper script for "r.stats -1ng"
        grass.run_command("r.stats", **parameters)

around the -n usage of the r.stats call in r.out.xyz.

> and who will do it soon. We cannot
> wait forever. There will be 7.2.1 quite soon (in three/four months).

If we change the behavior of the r.out.xyz script we need to postpone
that to 7.4.0 or correctly 8.0.0.

Markus


More information about the grass-dev mailing list