| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| Line Dissolve | ||
| shapes_lines | ||
| ParameterVector|LINES|Lines|-1|False | ||
| ParameterTableField|FIELD_1|1. Attribute|LINES|-1|False | ||
| ParameterTableField|FIELD_2|2. Attribute|LINES|-1|False | ||
| ParameterTableField|FIELD_3|3. Attribute|LINES|-1|False | ||
| ParameterSelection|ALL|Dissolve...|[0] lines with same attribute value(s);[1] all lines | ||
| OutputVector|DISSOLVED|Dissolved Lines |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Points Thinning | ||
| shapes_points | ||
| ParameterVector|POINTS|Points|0|False | ||
| ParameterTableField|FIELD|Attribute|POINTS|-1|False | ||
| ParameterNumber|RESOLUTION|Resolution|0.0|None|1.0 | ||
| OutputVector|THINNED|Thinned Points |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| Polygon Dissolve | ||
| shapes_polygons | ||
| ParameterVector|POLYGONS|Polygons|2|False | ||
| ParameterTableField|FIELD_1|1. Attribute|POLYGONS|-1|False | ||
| ParameterTableField|FIELD_2|2. Attribute|POLYGONS|-1|False | ||
| ParameterTableField|FIELD_3|3. Attribute|POLYGONS|-1|False | ||
| ParameterSelection|DISSOLVE|Dissolve...|[0] polygons with same attribute value;[1] all polygons;[2] polygons with same attribute value (keep inner boundaries);[3] all polygons (keep inner boundaries) | ||
| OutputVector|DISSOLVED|Dissolved Polygons |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| Polygon Intersection | ||
| shapes_polygons | ||
| ParameterVector|SHAPES_A|Layer A|2|False | ||
| ParameterTableField|FIELD_A|Attribute A|SHAPES_A|-1|False | ||
| ParameterVector|SHAPES_B|Layer B|2|False | ||
| ParameterTableField|FIELD_B|Attribute B|SHAPES_B|-1|False | ||
| ParameterSelection|METHOD|Method|[0] Complete Intersection;[1] Intersection;[2] Difference (A - B);[3] Difference (B - A) | ||
| ParameterBoolean|SPLITPARTS |Split Parts|True | ||
| OutputVector|SHAPES_AB|Intersection |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| QuadTree Structure to Shapes | ||
| shapes_tools | ||
| ParameterVector|SHAPES|Shapes|-1|False | ||
| ParameterTableField|ATTRIBUTE|Attribute|SHAPES|-1|False | ||
| OutputVector|POLYGONS|Polygons | ||
| OutputVector|LINES|Lines | ||
| OutputVector|POINTS|Duplicated Points |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| Remove Duplicate Points | ||
| shapes_points | ||
| ParameterVector|POINTS|Points|-1|False | ||
| ParameterTableField|FIELD|Attribute|POINTS|-1|False | ||
| ParameterSelection|METHOD|Point to Keep|[0] first point;[1] last point;[2] point with minimum attribute value;[3] point with maximum attribute value | ||
| ParameterSelection|NUMERIC|Numeric Attribute Values|[0] take value from the point to be kept;[1] minimum value of all duplicates;[2] maximum value of all duplicates;[3] mean value of all duplicates | ||
| OutputVector|RESULT|Result |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| Running Average | ||
| table_calculus | ||
| ParameterTable|INPUT|Input|False | ||
| ParameterTableField|FIELD|Attribute|INPUT|-1|False | ||
| ParameterNumber|COUNT|Number of Records|0.0|None|10 | ||
| OutputTable|OUTPUT|Output |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| Variogram Cloud | ||
| geostatistics_points | ||
| ParameterVector|POINTS|Points|0|False | ||
| ParameterTableField|FIELD|Attribute|POINTS|-1|False | ||
| ParameterNumber|DISTMAX|Maximum Distance|None|None|0.0 | ||
| ParameterNumber|NSKIP|Skip Number|None|None|1 | ||
| OutputTable|RESULT|Variogram Cloud |