Skip to content

Commit

Permalink
fixes GRASS r.horizon and adds r.horizon.height
Browse files Browse the repository at this point in the history
  • Loading branch information
gioman committed Oct 15, 2013
1 parent bad4b77 commit b9f7c74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
@@ -0,0 +1,9 @@
r.horizon
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|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
3 changes: 1 addition & 2 deletions python/plugins/processing/grass/description/r.horizon.txt
Expand Up @@ -3,8 +3,7 @@ r.horizon - Horizon angle computation from a digital elevation model.
Raster (r.*)
ParameterRaster|elevin|Elevation layer [meters]|False
ParameterNumber|direction|Direction in which you want to know 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
ParameterCoodinate|coord|Coordinate for which you want to calculate the horizon|0,0
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 angle computation

0 comments on commit b9f7c74

Please sign in to comment.