Skip to content

Commit

Permalink
fix grass r.horizon
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Manghi committed May 31, 2015
1 parent 680b1ce commit 3273365
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
Expand Up @@ -3,8 +3,10 @@ r.horizon.height - Horizon angle computation from a digital elevation model.
Raster (r.*)
ParameterRaster|elevin|Elevation layer [meters]|False
ParameterString|coord|Coordinate for which you want to calculate the horizon|0,0
ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
ParameterNumber|horizonstep|Angle step size for multidirectional horizon [degrees]|0|360|0.0
ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
ParameterBoolean|-d|Write output in degrees (default is radians)|False
OutputRaster|horizon|Horizon
OutputHTML|html|Horizon
OutputFile|outputtext|Horizon (text)
@@ -1,9 +1,14 @@
r.horizon
r.horizon.height - Horizon angle computation from a digital elevation model.
Raster (r.*)
ParameterRaster|elevation|Elevation layer [meters]|False
ParameterRaster|elevation|Name of input elevation raster map|False
ParameterString|coordinates|Coordinate for which you want to calculate the horizon|0,0
ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
ParameterNumber|step|Angle step size for multidirectional horizon [degrees]|0|360|0.0
ParameterNumber|start|Start angle for multidirectional horizon [degrees]|0|360|0
ParameterNumber|end|End angle for multidirectional horizon [degrees]|0|360|360
ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
ParameterString|distance|Sampling distance step coefficient (0.5-1.5)|1.0
ParameterBoolean|-d|Write output in degrees (default is radians)|False
OutputHTML|html|Horizon
OutputFile|outputtext|Horizon (text)
@@ -1,9 +1,9 @@
r.horizon
r.horizon - Horizon angle computation from a digital elevation model.
Raster (r.*)
ParameterRaster|elevation|Elevation layer [meters]|False
ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
ParameterRaster|elevation|Name of input elevation raster map|False
ParameterNumber|direction|Direction in which you want to know the horizon height|0|360|0.0
ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
ParameterString|distance|Sampling distance step coefficient (0.5-1.5)|1.0
ParameterBoolean|-d|Write output in degrees (default is radians)|False
OutputRaster|horizon|Horizon
OutputRaster|output|Horizon

0 comments on commit 3273365

Please sign in to comment.