ResampleGeotiffImageryProgram properties are as follows.
| Name |
|
| Name |
- parameter is: string
-
Sets the name of the node. Do not use / or \ [forward slash and backslash]
in the node name as this produces conflicts with NodeLink resolution to external files. Otherwise,
any ASCII character is valid.
|
| Configure The Subdivide Options |
|
| Absolute Path To Geotiff Imagery |
- parameter is: string
-
Sets the absolute path to your elevation imagery. This path
must be equivalent to C:\terrain\rainier\image_processing\
and must include the final backslash. This parameter specifies
a directory; not a file name.
- EX: C:\terrain\rainier\image_processing\
|
| Your Batch File Name |
- parameter is: string
-
Sets the name of the batch file created by this program. Typical
batch file names are SUBDIVIDE_LEWIS_COUNTY.BAT or SUBDIVIDE_REGION_LEWIS.BAT.
Do not include a path with this parameter.
|
| Input Geotiff File |
- parameter is: string
-
Sets the name of the GEOTIFF file from which to extract GEOTIFFs. If
you specify a filename only one file is processed. If you specify
the term * all files in the directory specified above are
processed.
- EX: LEWIS_COUNTY.TIF
- EX: *
|
| Output File Identifier |
- parameter is: string
- This value allows you to identify the resampled tiles.
"resampled" is the typical default. The output file name is then
"resampled_yourgeotiff.tiff".
|
| Successive Resampling Passes |
- parameter is: integer
- This option is disabled in the beta version.
|
| GDAL Application Name |
- parameter is: string
- Sets the name of the GDAL application used to resample
the tiles. GDAL_TRANSLATE.EXE is the default. This application must
be in the directory specified by the first parameter of this node.
|
| Low Resolution Output Tile Width |
- parameter is: integer
- This is the width in pixels of each GDAL output tile. The
high resolution tiles might be 1000×1000 pixels each
and the low resolution tiles might be 128×128 pixels each.
The aspect ratio of the output tile width/height should
match the aspect ratio of the high resolution tile width.
|
| Low Resolution Output Tile Height |
- parameter is: integer
- This is the height in pixels of each GDAL output tile. The
high resolution tiles might be 1000×1000 pixels each
and the low resolution tiles might be 128×128 pixels each.
The aspect ratio of the output tile width/height should
match the aspect ratio of the high resolution tile width.
|