Tool Change Vector Analysis
This tool performs a change vector analysis (CVA) for the given input features. Input features are supplied as grid lists for initial and final state. In both lists features have to be given in the same order. Distance is measured as Euclidean distance in features space. When analyzing two features direction is calculated as angle (radians) by default. Otherwise direction is coded as the quadrant it points to in terms of feature space.
- Author: V.Olaya (c) 2004, O.Conrad (c) 2012
- Menu: Imagery|Analysis
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Initial State | Grid list, input | A | - | - |
Final State | Grid list, input | B | - | - |
Output | Distance | Grid, output | DIST | - | - |
Angle (*) | Grid, output, optional | DIR | - | - |
Change Vector (*) | Grids, output, optional | C | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
(*) optional |
Command-line
Usage: saga_cmd grid_analysis 6 [-A <str>] [-B <str>] [-DIST <str>] [-DIR <str>] [-C <str>]
-A:<str> Initial State
Grid list, input
-B:<str> Final State
Grid list, input
-DIST:<str> Distance
Grid, output
-DIR:<str> Angle
Grid, output, optional
-C:<str> Change Vector
Grids, output, optional