[GRASS-SVN] r66654 - grass-addons/grass7/raster/r.viewshed.cva

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 29 06:42:20 PDT 2015


Author: neteler
Date: 2015-10-29 06:42:20 -0700 (Thu, 29 Oct 2015)
New Revision: 66654

Modified:
   grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.py
Log:
r.viewshed.cva addon: remove stray control char; use env

Modified: grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.py
===================================================================
--- grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.py	2015-10-29 13:39:49 UTC (rev 66653)
+++ grass-addons/grass7/raster/r.viewshed.cva/r.viewshed.cva.py	2015-10-29 13:42:20 UTC (rev 66654)
@@ -1,10 +1,11 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 ############################################################################
 #
 # MODULE:       r.viewshed.cva.py
 # AUTHOR(S):	Isaac Ullah, additions by Anna Petrasova
-# PURPOSE:	 Undertakes a "cumulative viewshed analysis" using a vector points map as input "viewing" locations, using r.viewshed to calculate the individual viewsheds.
+# PURPOSE:	 Undertakes a "cumulative viewshed analysis" using a vector points map
+#                as input "viewing" locations, using r.viewshed to calculate the individual viewsheds.
 # COPYRIGHT:	(C) 2015 by Isaac Ullah
 # REFERENCES:    r.viewshed
 #		This program is free software under the GNU General Public



More information about the grass-commit mailing list