[GRASS-SVN] r66441 - grass-addons/grass7/vector/v.habitat.dem
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Oct 9 02:28:16 PDT 2015
Author: hellik
Date: 2015-10-09 02:28:16 -0700 (Fri, 09 Oct 2015)
New Revision: 66441
Modified:
grass-addons/grass7/vector/v.habitat.dem/v.habitat.dem.py
Log:
v.habitat.dem: fix typo
Modified: grass-addons/grass7/vector/v.habitat.dem/v.habitat.dem.py
===================================================================
--- grass-addons/grass7/vector/v.habitat.dem/v.habitat.dem.py 2015-10-09 09:12:43 UTC (rev 66440)
+++ grass-addons/grass7/vector/v.habitat.dem/v.habitat.dem.py 2015-10-09 09:28:16 UTC (rev 66441)
@@ -481,7 +481,7 @@
grass.message( "Run r.sun.hourly in binary mode for light/shadow for a certain day in the year ..." )
grass.run_command("r.sun.hourly", elevation = r_elevation,
flags = 'tb',
- asect = r_aspect,
+ aspect = r_aspect,
slope = r_slope,
start_time = d_start_time,
end_time = d_end_time,
More information about the grass-commit
mailing list