Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Better output names for SAGA models
  • Loading branch information
pcav committed Apr 10, 2015
1 parent 686ba43 commit 5aaa125
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
@@ -1,4 +1,4 @@
Add Coordinates to points
shapes_points
ParameterVector|INPUT|Points|0|False
OutputVector|OUTPUT|Output
OutputVector|OUTPUT|Points with coordinates
@@ -1,4 +1,4 @@
Crop to Data
grid_tools
ParameterRaster|INPUT|Input layer|False
OutputRaster|OUTPUT|Cropped layer
OutputRaster|OUTPUT|Cropped
Expand Up @@ -6,4 +6,4 @@ ParameterMultipleInput|XGRIDS|Additional layers|3|True
ParameterString|FORMULA|Formula|
ParameterBoolean|USE_NODATA|Use NoData|False
ParameterSelection|TYPE|Output Data Type|[0] bit;[1] unsigned 1 byte integer;[2] signed 1 byte integer;[3] unsigned 2 byte integer;[4] signed 2 byte integer;[5] unsigned 4 byte integer;[6] signed 4 byte integer;[7] 4 byte floating point number;[8] 8 byte floating point number|7
OutputRaster|RESULT|Result layer
OutputRaster|RESULT|Calculated
Expand Up @@ -6,4 +6,4 @@ Hardcoded|-TARGET_DEFINITION 0
ParameterBoolean|SIBSON |Sibson|True
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Natural neighbour
Expand Up @@ -5,4 +5,4 @@ ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET_DEFINITION 0
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Nearest neighbour
Expand Up @@ -18,5 +18,5 @@ ParameterNumber|POW_B|Power Function - B|None|None|0.5
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|GRID|Ordinary kriging global
OutputRaster|VARIANCE|Variance
Expand Up @@ -21,5 +21,5 @@ ParameterBoolean|USER_BVARIANCE |Create Quality Grid|True
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|0|None|1.0
ParameterSelection|USER_FIT|Search Direction|[0] nodes;[1] cells
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Ordinary kriging
OutputRaster|USER_VARIANCE|Variance
Expand Up @@ -10,4 +10,4 @@ ParameterSelection|TARGET|Trend Surface|[0] user defined
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
OutputVector|RESIDUALS|Residuals
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Regression
Expand Up @@ -7,4 +7,4 @@ ParameterSelection|SCALE_UP_METHOD|Interpolation Method (Scale Up)|[0] Nearest N
ParameterSelection|SCALE_DOWN_METHOD|Interpolation Method (Scale Down)|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Resampled
Expand Up @@ -3,4 +3,4 @@ shapes_points
ParameterVector|POINTS|Points|0|False
ParameterNumber|DIRECTIONS|Number of Directions|1.0|None|4
ParameterNumber|TOLERANCE|Tolerance (Degree)|0.0|None|5
OutputVector|OUTPUT|Ouput
OutputVector|OUTPUT|Point direction
Expand Up @@ -8,4 +8,4 @@ ParameterNumber|SCALEX|Scale Factor X|None|None|1.0
ParameterNumber|SCALEY|Scale Factor Y|None|None|1.0
ParameterNumber|ANCHORX|X|None|None|0.0
ParameterNumber|ANCHORY|Y|None|None|0.0
OutputVector|OUT|Output
OutputVector|OUT|Transformed
Expand Up @@ -5,4 +5,4 @@ ParameterTableField|FIELD|Attribute|SHAPES|-1|False
Hardcoded|-TARGET_DEFINITION 0
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
OutputRaster|USER_GRID|Grid
OutputRaster|USER_GRID|Triangulated
Expand Up @@ -20,5 +20,5 @@ ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
ParameterBoolean|USER_FIT_EXTENT |Fit Extent|True
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|GRID|Universal kriging global
OutputRaster|VARIANCE|Variance
Expand Up @@ -22,5 +22,5 @@ ParameterNumber|NPOINTS_MAX|Max. Number of m_Points|None|None|20
ParameterNumber|MAXRADIUS|Maximum Search Radius (map units)|None|None|1000.0
ParameterNumber|USER_CELL_SIZE|Grid Size|0|None|1.0
Extent USER_X_EXTENT_MIN USER_X_EXTENT_MAX USER_Y_EXTENT_MIN USER_Y_EXTENT_MIN
OutputRaster|GRID|Grid
OutputRaster|GRID|Universal kriging
OutputRaster|VARIANCE|Variance

0 comments on commit 5aaa125

Please sign in to comment.