File: DirectionalStatisticsforSingleGrid.txt

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (23 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Directional Statistics for Single Grid
statistics_grid
ParameterRaster|GRID|Grid|False
ParameterVector|POINTS|Points|-1|True
ParameterNumber|DIRECTION|Direction [Degree]|None|None|0.0
ParameterNumber|TOLERANCE|Tolerance [Degree]|None|None|0.0
ParameterNumber|MAXDISTANCE|Maximum Distance [Cells]|None|None|0
ParameterSelection|DISTANCE_WEIGHTING_DW_WEIGHTING|Distance Weighting|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
ParameterNumber|DISTANCE_WEIGHTING_DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
ParameterBoolean|DISTANCE_WEIGHTING_DW_IDW_OFFSET|Inverse Distance Offset|True
ParameterNumber|DISTANCE_WEIGHTING_DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1.0
OutputRaster|MEAN|Arithmetic Mean
OutputRaster|DIFMEAN|Difference from Arithmetic Mean
OutputRaster|MIN|Minimum
OutputRaster|MAX|Maximum
OutputRaster|RANGE|Range
OutputRaster|VAR|Variance
OutputRaster|STDDEV|Standard Deviation
OutputRaster|STDDEVLO|Mean less Standard Deviation
OutputRaster|STDDEVHI|Mean plus Standard Deviation
OutputRaster|DEVMEAN|Deviation from Arithmetic Mean
OutputRaster|PERCENT|Percentile
OutputVector|POINTS_OUT|Directional Statistics for Points