Module Cross Profiles
Create cross profiles from a grid based DEM for given lines.
- Author: O.Conrad (c) 2006
 
- Specification: grid
 
- Menu: Terrain Analysis|Profiles
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | DEM | Grid (input) | DEM | - | - | 
 | Lines | Shapes (input) | LINES | - | - | 
| Output | Cross Profiles | Shapes (output) | PROFILES | - | - | 
| Options | Profile Distance | Floating point | DIST_LINE | - | Minimum: 0.000000 Default: 10.000000 | 
 | Profile Length | Floating point | DIST_PROFILE | - | Minimum: 0.000000 Default: 10.000000 | 
 | Profile Samples | Integer | NUM_PROFILE | - | Minimum: 3 Default: 10 | 
Command-line
Usage: saga_cmd ta_profiles 3 -DEM <str> -LINES <str> [-PROFILES <str>] [-DIST_LINE <str>] [-DIST_PROFILE <str>] [-NUM_PROFILE <num>]
  -DEM:<str>         	DEM
	Grid (input)
  -LINES:<str>       	Lines
	Shapes (input)
  -PROFILES:<str>    	Cross Profiles
	Shapes (output)
  -DIST_LINE:<str>   	Profile Distance
	Floating point
	Minimum: 0.000000
	Default: 10.000000
  -DIST_PROFILE:<str>	Profile Length
	Floating point
	Minimum: 0.000000
	Default: 10.000000
  -NUM_PROFILE:<num> 	Profile Samples
	Integer
	Minimum: 3
	Default: 10