Tool Select Shapes from List
Main use of this tool is to support tool chain development, allowing to pick a single shapefile from a shapes list.
- Author: V. Wichmann (c) 2016
 
- Menu: Shapes|Selection
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Shapes List | Shapes list (input) | SHAPESLIST | The input shapes list. | - | 
| Output | Shapes (*) | Shapes (optional output) | SHAPES | The shapefile picked from the shapes list. | - | 
| Options | Index | Integer | INDEX | The list index of the shapefile to pick. Indices start at zero. | Minimum: 0 Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd shapes_tools 26 [-SHAPESLIST <str>] [-SHAPES <str>] [-INDEX <num>]
  -SHAPESLIST:<str>	Shapes List
	Shapes list (input)
  -SHAPES:<str>    	Shapes
	Shapes (optional output)
  -INDEX:<num>     	Index
	Integer
	Minimum: 0
	Default: 0