File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed
python/plugins/processing/algs Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ r.horizon.height - Horizon angle computation from a digital elevation model.
33Raster (r.*)
44ParameterRaster|elevin|Elevation layer [meters]|False
55ParameterString|coord|Coordinate for which you want to calculate the horizon|0,0
6+ ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
67ParameterNumber|horizonstep|Angle step size for multidirectional horizon [degrees]|0|360|0.0
78ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
89ParameterString|dist|Sampling distance step coefficient (0.5-1.5)|1.0
910ParameterBoolean|-d|Write output in degrees (default is radians)|False
10- OutputRaster|horizon|Horizon
11+ OutputHTML|html|Horizon
12+ OutputFile|outputtext|Horizon (text)
Original file line number Diff line number Diff line change 11r.horizon
22r.horizon.height - Horizon angle computation from a digital elevation model.
33Raster (r.*)
4- ParameterRaster|elevation|Elevation layer [meters] |False
4+ ParameterRaster|elevation|Name of input elevation raster map |False
55ParameterString|coordinates|Coordinate for which you want to calculate the horizon|0,0
6+ ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
67ParameterNumber|step|Angle step size for multidirectional horizon [degrees]|0|360|0.0
8+ ParameterNumber|start|Start angle for multidirectional horizon [degrees]|0|360|0
9+ ParameterNumber|end|End angle for multidirectional horizon [degrees]|0|360|360
710ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
8- ParameterString|dist |Sampling distance step coefficient (0.5-1.5)|1.0
11+ ParameterString|distance |Sampling distance step coefficient (0.5-1.5)|1.0
912ParameterBoolean|-d|Write output in degrees (default is radians)|False
13+ OutputHTML|html|Horizon
14+ OutputFile|outputtext|Horizon (text)
Original file line number Diff line number Diff line change 11r.horizon
22r.horizon - Horizon angle computation from a digital elevation model.
33Raster (r.*)
4- ParameterRaster|elevation|Elevation layer [meters] |False
5- ParameterNumber|direction|Direction in which you want to calculate the horizon height|0|360|0.0
4+ ParameterRaster|elevation|Name of input elevation raster map |False
5+ ParameterNumber|direction|Direction in which you want to know the horizon height|0|360|0.0
66ParameterNumber|maxdistance|The maximum distance to consider when finding the horizon height|0|None|10000
7- ParameterString|dist |Sampling distance step coefficient (0.5-1.5)|1.0
7+ ParameterString|distance |Sampling distance step coefficient (0.5-1.5)|1.0
88ParameterBoolean|-d|Write output in degrees (default is radians)|False
9- OutputRaster|horizon |Horizon
9+ OutputRaster|output |Horizon
You can’t perform that action at this time.
0 commit comments