Tool Create 3D Image
Create 3D Image
- Author: O.Conrad (c) 2005
- Menu: Visualization|Grid
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Elevation | grid, input | DEM | - | - |
Overlay Image | grid, input | IMAGE | - | - | |
Shapes to project (*) | shapes list, input, optional | SHAPES | - | - | |
Output | 3D Image (*) | grid, output, optional | RGB | - | - |
Projected Height (*) | grid, output, optional | RGB_Z | - | - | |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Exaggeration | floating point number | ZEXAGG | - | Default: 1.000000 | |
Minimum Exaggeration [%] | floating point number | ZEXAGG_MIN | - | Minimum: 0.000000 Maximum: 100.000000 Default: 10.000000 | |
Image Rotation [Degree] | floating point number | Z_ROTATE | - | Default: 0.000000 | |
Local Rotation [Degree] | floating point number | 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 number | PANBREAK | - | Minimum: 0.000000 Maximum: 100.000000 Default: 70.000000 | |
Projection | choice | PROJECTION | - | Available Choices: [0] Panorama [1] Circular Default: 0 | |
3D Image Width | integer number | NX | - | Minimum: 1 Default: 100 | |
3D Image Height | integer number | 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>] [-BKCOLOR <str>] [-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, input, optional -ZEXAGG:<double> Exaggeration floating point number Default: 1.000000 -ZEXAGG_MIN:<double> Minimum Exaggeration [%] floating point number Minimum: 0.000000 Maximum: 100.000000 Default: 10.000000 -Z_ROTATE:<double> Image Rotation [Degree] floating point number Default: 0.000000 -X_ROTATE:<double> Local Rotation [Degree] floating point number 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 number Minimum: 0.000000 Maximum: 100.000000 Default: 70.000000 -BKCOLOR:<str> Background Color color Default: 0 -PROJECTION:<str> Projection choice Available Choices: [0] Panorama [1] Circular Default: 0 -NX:<num> 3D Image Width integer number Minimum: 1 Default: 100 -NY:<num> 3D Image Height integer number Minimum: 1 Default: 100 -RGB:<str> 3D Image grid, output, optional -RGB_Z:<str> Projected Height grid, output, optional