[GRASS-user] d.* command problems
Markus Neteler
neteler at osgeo.org
Sun May 16 14:40:54 EDT 2010
On Mon, May 10, 2010 at 12:37 PM, Glynn Clements
<glynn at gclements.plus.com> wrote:
> Hanlie Pretorius wrote:
>
>> However, d.correlate seems to output multiple files that overwrite one another.
>>
>> Is there a way around this?
>
> Try making this change to the d.correlate script:
>
> --- d.correlate (revision 41749)
> +++ d.correlate (working copy)
> @@ -97,6 +97,8 @@
> fi
>
> d.erase
> +GRASS_PNG_READ=TRUE
> +export GRASS_PNG_READ
> if [ $? != 0 ] ; then
> exit 1
> fi
>
Should this be submitted?
Markus
More information about the grass-user
mailing list