[GRASS-SVN] r60837 - grass-addons/grass7/raster/r.fidimo
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 16 02:23:14 PDT 2014
Author: jradinger
Date: 2014-06-16 02:23:13 -0700 (Mon, 16 Jun 2014)
New Revision: 60837
Modified:
grass-addons/grass7/raster/r.fidimo/r.fidimo.py
Log:
update changes in r.stream.order (as newly implemented in main GRASS): dirs -> direction; streams -> stream_rast
Modified: grass-addons/grass7/raster/r.fidimo/r.fidimo.py
===================================================================
--- grass-addons/grass7/raster/r.fidimo/r.fidimo.py 2014-06-16 08:46:30 UTC (rev 60836)
+++ grass-addons/grass7/raster/r.fidimo/r.fidimo.py 2014-06-16 09:23:13 UTC (rev 60837)
@@ -529,8 +529,8 @@
#Calculation of stream order (Shreve/Strahler)
grass.run_command("r.stream.order",
- streams = "stream_rwatershed_tmp_%d" % os.getpid(),
- dirs = "flow_direction_tmp_%d" % os.getpid(),
+ stream_rast = "stream_rwatershed_tmp_%d" % os.getpid(),
+ direction = "flow_direction_tmp_%d" % os.getpid(),
shreve = "shreve_tmp_%d" % os.getpid(),
strahler = "strahler_tmp_%d" % os.getpid(),
overwrite = True)
More information about the grass-commit
mailing list