[GRASS-user] d.* command problems
    Glynn Clements 
    glynn at gclements.plus.com
       
    Mon May 10 06:37:45 EDT 2010
    
    
  
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
-- 
Glynn Clements <glynn at gclements.plus.com>
    
    
More information about the grass-user
mailing list