[GRASS-SVN] r60560 - grass-addons/grass7/raster/r.roughness.vector

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 28 12:22:40 PDT 2014


Author: hellik
Date: 2014-05-28 12:22:40 -0700 (Wed, 28 May 2014)
New Revision: 60560

Modified:
   grass-addons/grass7/raster/r.roughness.vector/r.roughness.vector.py
Log:
r.roughness.vector: cleanup

Modified: grass-addons/grass7/raster/r.roughness.vector/r.roughness.vector.py
===================================================================
--- grass-addons/grass7/raster/r.roughness.vector/r.roughness.vector.py	2014-05-28 19:16:20 UTC (rev 60559)
+++ grass-addons/grass7/raster/r.roughness.vector/r.roughness.vector.py	2014-05-28 19:22:40 UTC (rev 60560)
@@ -21,7 +21,7 @@
 #
 #		This script will create several temporary maps, for the
 #		directional cosines in each direction (x,y,z), for the sum
-#		of these cosines and vector strengh.
+#		of these cosines and vector strength.
 #
 #		If the user does not specify the output map name, it will be
 #		set to INPUT_MAP_roughness_vector_NxN
@@ -124,7 +124,7 @@
 import atexit
 import grass.script as grass
 
-# cleaning up tem files
+# cleaning up temp files
 def cleanup():
     rasts = ['aspect_compass','colat_angle','cosine_x','cosine_y','cosine_z','sum_Xcosine','sum_Ycosine','sum_Zcosine']
     grass.run_command('g.remove', flags = 'f', rast = rasts, quiet = True)



More information about the grass-commit mailing list