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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 22 16:19:51 PDT 2014


Author: hellik
Date: 2014-06-22 16:19:51 -0700 (Sun, 22 Jun 2014)
New Revision: 60921

Modified:
   grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py
Log:
r.valley.bottom: add TODO

Modified: grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py
===================================================================
--- grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py	2014-06-22 23:10:42 UTC (rev 60920)
+++ grass-addons/grass7/raster/r.valley.bottom/r.valley.bottom.py	2014-06-22 23:19:51 UTC (rev 60921)
@@ -30,6 +30,12 @@
 #% required: yes
 #%end
 
+	##################################################################################
+	# TODO: Design the script independent of input elevation raster resolution. At 
+	# the moment the input elevation raster map must have a resolution of 25m 
+	# x 25m. Additionally the search window of the elevation percentile may be 
+	# adapted.
+
 import sys
 import os
 import grass.script as grass



More information about the grass-commit mailing list