Skip to content

Commit 3987ea2

Browse files
Giovanni Manghialexbruy
Giovanni Manghi
authored andcommitted
fix saga shapes to grid
1 parent 6c47c6c commit 3987ea2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Shapes to Grid
22
grid_gridding
3-
Hardcoded|-TARGET 0
43
ParameterVector|INPUT|Shapes|-1|False
54
ParameterTableField|FIELD|Attribute|INPUT|-1|False
5+
ParameterSelection|OUTPUT|Output Values|[0] data / no-data;[1] index number; [2] attribute
66
ParameterSelection|MULTIPLE|Method for Multiple Values|[0] first;[1] last;[2] minimum;[3] maximum;[4] mean
77
ParameterSelection|LINE_TYPE|Method for Lines|[0] thin;[1] thick
8+
ParameterSelection|POLY_TYPE|Polygon|[0] node;[1] cell
89
ParameterSelection|GRID_TYPE|Preferred Target Grid Type|[0] Integer (1 byte);[1] Integer (2 byte);[2] Integer (4 byte);[3] Floating Point (4 byte);[4] Floating Point (8 byte)
10+
ParameterSelection|TARGET_DEFINITION|Target Grid System|[0] user defined;[1] grid or grid system
911
Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
10-
ParameterNumber|USER_SIZE|Cellsize|None|None|100.0
11-
OutputRaster|USER_GRID|Grid
12+
ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
13+
ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
14+
OutputRaster|TARGET_OUT_GRID|Target Grid
15+
OutputRaster|TARGET_COUNT|Number of Values

0 commit comments

Comments
 (0)