fixes GRASS r.horizon and adds r.horizon.height

This commit is contained in:
gioman 2013-10-15 20:21:30 +01:00
parent bad4b7798f
commit b9f7c74a0f
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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