[GRASS-SVN] r63947 - grass-addons/grass7/raster/r.valley.bottom

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 3 12:50:42 PST 2015


Author: hellik
Date: 2015-01-03 12:50:42 -0800 (Sat, 03 Jan 2015)
New Revision: 63947

Modified:
   grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py
Log:
r.valley.bottom: r.slope.aspect zfactor -> zscale (new option names)

Modified: grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py
===================================================================
--- grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py	2015-01-03 20:27:28 UTC (rev 63946)
+++ grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py	2015-01-03 20:50:42 UTC (rev 63947)
@@ -88,7 +88,7 @@
                                      slope = r_slope_degree, 
                                      format = "degrees",
                                      precision = "DCELL",
-                                     zfactor = 1.0,
+                                     zscale = 1.0,
                                      overwrite = True)
 
     grass.message( "..." )
@@ -314,7 +314,7 @@
                                      slope = "DEM_smoothed_step3_slope_degree", 
                                      format = "degrees",
                                      precision = "DCELL",
-                                     zfactor = 1.0,
+                                     zscale = 1.0,
                                      overwrite = True)
 
     grass.message( "..." )
@@ -495,7 +495,7 @@
                                      slope = "DEM_smoothed_step4_slope_degree", 
                                      format = "degrees",
                                      precision = "DCELL",
-                                     zfactor = 1.0,
+                                     zscale = 1.0,
                                      overwrite = True)
 
     grass.message( "..." )



More information about the grass-commit mailing list