[GRASS-SVN] r71861 - grass/trunk/raster/r.recode/testsuite

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Nov 28 06:21:12 PST 2017


Author: mmetz
Date: 2017-11-28 06:21:12 -0800 (Tue, 28 Nov 2017)
New Revision: 71861

Modified:
   grass/trunk/raster/r.recode/testsuite/test_rrecode_ncspm.py
Log:
r.recode: fix test_formats_landcover

Modified: grass/trunk/raster/r.recode/testsuite/test_rrecode_ncspm.py
===================================================================
--- grass/trunk/raster/r.recode/testsuite/test_rrecode_ncspm.py	2017-11-28 08:16:42 UTC (rev 71860)
+++ grass/trunk/raster/r.recode/testsuite/test_rrecode_ncspm.py	2017-11-28 14:21:12 UTC (rev 71861)
@@ -28,10 +28,11 @@
 0:1:0:255
 """
 
+# landuse has 7 classes (in nc_spm_08 it is landclass96, not landuse96_28m) 
 rules4 = """
-0:5:1
-6:10:2
-11:*:3
+*:3:1
+4:5:2
+6:*:3
 """
 
 



More information about the grass-commit mailing list