[GRASS-dev] Small correction for the help file of r.recode

Paulo van Breugel p.vanbreugel at gmail.com
Tue Feb 25 07:09:05 PST 2014


The example under the header 'Value replacement' of the r.recode help 
file (http://grass.osgeo.org/grass70/manuals/r.recode.html), the 
'rules=-' is missing

Now:

r.recode input=oldmap output=newmap << EOF

     1:1:1.1:1.1

     2:2:7.5:7.5

     3:3:0.4:0.4

EOF


should be:

r.recode input=oldmap output=newmap rules=- << EOF

     1:1:1.1:1.1

     2:2:7.5:7.5

     3:3:0.4:0.4

EOF

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-dev/attachments/20140225/e9f60b2b/attachment.html>


More information about the grass-dev mailing list