Tool Export Grid to KML
Uses 'Export Image' tool to create the image file. Automatically projects raster to geographic coordinate system, if its projection is known and not geographic.
- Author: O.Conrad (c) 2014
- Menu: File|Grid|Export
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid | Grid, input | GRID | - | - |
Shade (*) | Grid, input, optional | SHADE | - | - | |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Image File | File path | FILE | - | - | |
Output | Choice | OUTPUT | - | Available Choices: [0] kml and image files [1] kmz, kml and image files [2] kmz file Default: 2 | |
Colouring | Choice | COLOURING | - | Available Choices: [0] stretch to grid's standard deviation [1] stretch to grid's value range [2] stretch to specified value range [3] lookup table [4] rgb coded values Default: 0 | |
Color Palette | Choice | COL_PALETTE | - | Available Choices: [0] DEFAULT [1] DEFAULT_BRIGHT [2] BLACK_WHITE [3] BLACK_RED [4] BLACK_GREEN [5] BLACK_BLUE [6] WHITE_RED [7] WHITE_GREEN [8] WHITE_BLUE [9] YELLOW_RED [10] YELLOW_GREEN [11] YELLOW_BLUE [12] RED_GREEN [13] RED_BLUE [14] GREEN_BLUE [15] RED_GREY_BLUE [16] RED_GREY_GREEN [17] GREEN_GREY_BLUE [18] RED_GREEN_BLUE [19] RED_BLUE_GREEN [20] GREEN_RED_BLUE [21] RAINBOW [22] NEON [23] TOPOGRAPHY [24] ASPECT_1 [25] ASPECT_2 [26] ASPECT_3 Default: 0 | |
Number of Colors | Integer | COL_COUNT | - | Default: 100 | |
Revert Palette | Boolean | COL_REVERT | - | Default: 0 | |
Standard Deviation | Floating point | STDDEV | - | Minimum: 0.000000 Default: 2.000000 | |
Stretch to Value Range | Value range | STRETCH | - | - | |
Lookup Table | Static table | LUT | - | 5 Fields: - 1. [color] Color - 2. [string] Name - 3. [string] Description - 4. [8 byte floating point number] Minimum - 5. [8 byte floating point number] Maximum | |
Interpolation | Boolean | RESAMPLING | Resampling method used when projection is needed | Default: 1 | |
Shade Brightness | Value range | SHADE_BRIGHT | Allows one to scale shade brightness [percent] | - | |
(*) optional |
Command-line
Usage: saga_cmd io_grid_image 2 [-GRID <str>] [-SHADE <str>] [-FILE <str>] [-OUTPUT <str>] [-COLOURING <str>] [-COL_PALETTE <str>] [-COL_COUNT <num>] [-COL_REVERT <str>] [-STDDEV <double>] [-STRETCH_MIN <double>] [-STRETCH_MAX <double>] [-LUT <str>] [-RESAMPLING <str>] [-SHADE_BRIGHT_MIN <double>] [-SHADE_BRIGHT_MAX <double>] -GRID:<str> Grid Grid, input -SHADE:<str> Shade Grid, input, optional -FILE:<str> Image File File path -OUTPUT:<str> Output Choice Available Choices: [0] kml and image files [1] kmz, kml and image files [2] kmz file Default: 2 -COLOURING:<str> Colouring Choice Available Choices: [0] stretch to grid's standard deviation [1] stretch to grid's value range [2] stretch to specified value range [3] lookup table [4] rgb coded values Default: 0 -COL_PALETTE:<str> Color Palette Choice Available Choices: [0] DEFAULT [1] DEFAULT_BRIGHT [2] BLACK_WHITE [3] BLACK_RED [4] BLACK_GREEN [5] BLACK_BLUE [6] WHITE_RED [7] WHITE_GREEN [8] WHITE_BLUE [9] YELLOW_RED [10] YELLOW_GREEN [11] YELLOW_BLUE [12] RED_GREEN [13] RED_BLUE [14] GREEN_BLUE [15] RED_GREY_BLUE [16] RED_GREY_GREEN [17] GREEN_GREY_BLUE [18] RED_GREEN_BLUE [19] RED_BLUE_GREEN [20] GREEN_RED_BLUE [21] RAINBOW [22] NEON [23] TOPOGRAPHY [24] ASPECT_1 [25] ASPECT_2 [26] ASPECT_3 Default: 0 -COL_COUNT:<num> Number of Colors Integer Default: 100 -COL_REVERT:<str> Revert Palette Boolean Default: 0 -STDDEV:<double> Standard Deviation Floating point Minimum: 0.000000 Default: 2.000000 -STRETCH_MIN:<double> Stretch to Value Range Value range -STRETCH_MAX:<double> Stretch to Value Range Value range -LUT:<str> Lookup Table Static table 5 Fields: - 1. [color] Color - 2. [string] Name - 3. [string] Description - 4. [8 byte floating point number] Minimum - 5. [8 byte floating point number] Maximum -RESAMPLING:<str> Interpolation Boolean Default: 1 -SHADE_BRIGHT_MIN:<double> Shade Brightness Value range -SHADE_BRIGHT_MAX:<double> Shade Brightness Value range