Tool Land Use Scenario Generator
This tool generates land use scenarios for fields under agricultural use based on statistics about the amount of crop types grown in the investigated area of interest. 
- Author: O.Conrad (c) 2015
 
- Menu: Shapes|Tools
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Fields | Shapes (input) | FIELDS | - | - | 
 | Crop Statistics | Table (input) | STATISTICS | The first column specifies a crop type id. The second column provides a human readible name for the crop type (e.g. 'potatoes') .The third column must be an integer value, though this value is not yet used by this tool. The following columns provide the yearly amount of each crop type [%] for a sequence of years.  | - | 
 | Known Crops (*) | Table (optional input) | KNOWN_CROPS | The first column specifies the field id as given by the 'Fields' layer. The following columns specify the crop type for each field and year and refer to the crop type identifiers used in the crop statistics table. The sequence of years must be identical with that of the crop statistics table. | - | 
| Output | Land Use Scenario | Shapes (output) | SCENARIO | - | - | 
| Options | Field Identifier | Table field | FIELD_ID | - | - | 
 | Output of... | Choice | OUTPUT | - | Available Choices: [0] Identifier [1] Name Default: 0 | 
| (*) optional | 
Command-line
Usage: saga_cmd shapes_tools 25 [-FIELDS <str>] [-FIELD_ID <str>] [-SCENARIO <str>] [-OUTPUT <str>] [-STATISTICS <str>] [-KNOWN_CROPS <str>]
  -FIELDS:<str>     	Fields
	Shapes (input)
  -FIELD_ID:<str>   	Field Identifier
	Table field
  -SCENARIO:<str>   	Land Use Scenario
	Shapes (output)
  -OUTPUT:<str>     	Output of...
	Choice
	Available Choices:
	[0] Identifier
	[1] Name
	Default: 0
  -STATISTICS:<str> 	Crop Statistics
	Table (input)
  -KNOWN_CROPS:<str>	Known Crops
	Table (optional input)