Tool Create 3D Image
- Author: (c) 2005 by O.Conrad
- Menu: Visualization|Grid
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Elevation | Grid (input) | DEM | - | - |
Overlay Image | Grid (input) | IMAGE | - | - | |
Shapes to project (*) | Shapes list (optional input) | SHAPES | - | - | |
Output | 3D Image (*) | Grid (optional output) | RGB | - | - |
Projected Height (*) | Grid (optional output) | RGB_Z | - | - | |
Options | Grid system | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Exaggeration | Floating point | ZEXAGG | - | Default: 1.000000 | |
Minimum Exaggeration [%] | Floating point | ZEXAGG_MIN | - | Minimum: 0.000000 Maximum: 100.000000 Default: 10.000000 | |
Image Rotation [Degree] | Floating point | Z_ROTATE | - | Default: 0.000000 | |
Local Rotation [Degree] | Floating point | X_ROTATE | - | Default: 1.000000 | |
Local Rotation Base Level | Choice | X_ROTATE_LEVEL | - | Available Choices: [0] Zero [1] Mean Elevation Default: 1 | |
Panorama Break [%] | Floating point | PANBREAK | - | Minimum: 0.000000 Maximum: 100.000000 Default: 70.000000 | |
Background Color | Color | BKCOLOR | - | Default: 0 | |
Projection | Choice | PROJECTION | - | Available Choices: [0] Panorama [1] Circular Default: 0 | |
3D Image Width | Integer | NX | - | Minimum: 1 Default: 100 | |
3D Image Height | Integer | NY | - | Minimum: 1 Default: 100 | |
(*) optional |
Command-line
Usage: saga_cmd grid_visualisation 4 [-DEM <str>] [-IMAGE <str>] [-SHAPES <str>] [-ZEXAGG <double>] [-ZEXAGG_MIN <double>] [-Z_ROTATE <double>] [-X_ROTATE <double>] [-X_ROTATE_LEVEL <str>] [-PANBREAK <double>] [-PROJECTION <str>] [-NX <num>] [-NY <num>] [-RGB <str>] [-RGB_Z <str>] -DEM:<str> Elevation Grid (input) -IMAGE:<str> Overlay Image Grid (input) -SHAPES:<str> Shapes to project Shapes list (optional input) -ZEXAGG:<double> Exaggeration Floating point Default: 1.000000 -ZEXAGG_MIN:<double> Minimum Exaggeration [%] Floating point Minimum: 0.000000 Maximum: 100.000000 Default: 10.000000 -Z_ROTATE:<double> Image Rotation [Degree] Floating point Default: 0.000000 -X_ROTATE:<double> Local Rotation [Degree] Floating point Default: 1.000000 -X_ROTATE_LEVEL:<str> Local Rotation Base Level Choice Available Choices: [0] Zero [1] Mean Elevation Default: 1 -PANBREAK:<double> Panorama Break [%] Floating point Minimum: 0.000000 Maximum: 100.000000 Default: 70.000000 -PROJECTION:<str> Projection Choice Available Choices: [0] Panorama [1] Circular Default: 0 -NX:<num> 3D Image Width Integer Minimum: 1 Default: 100 -NY:<num> 3D Image Height Integer Minimum: 1 Default: 100 -RGB:<str> 3D Image Grid (optional output) -RGB_Z:<str> Projected Height Grid (optional output)