SubdivideMrSidImageryProgram 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 MrSid 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.
|
| MrSid Application Name |
- parameter is: string
-
Sets the name of the MrSid application used to perform the
subdivision. MRSIDGEODECODE_WIN.EXE is the default. This application must
be in the directory specified by the first parameter of this node.
|
| Input MrSid File |
- parameter is: string
-
Sets the name of the MrSid 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: 3930.SID
- EX: *
|
| Output File Place Name Identifier |
- parameter is: string
- Very often MrSid files have unusual or lengthy names. This
allows you to set the place name identifier for the output GEOTIFF
files. Typical place name identifiers are LEWIS_COUNTY_ or
PIERCE_COUNTY_.
|
| Width Of MrSid File |
- parameter is: integer
- This is the width in pixels of the MrSid file. This must
be exact.
|
| Height Of MrSid File |
- parameter is: integer
- This is the height in pixels of the MrSid file. This must
be exact.
|
| Output Rows |
- parameter is: integer
- This is the number of output rows to produce. If your input
MrSid file is 12012×12012 pixels, using 12×12 rows
and columns produces 144 tiles @ 1001×1001 pixels each.
|
| Output Columns |
- parameter is: integer
- This is the number of output columns to produce. If your input
MrSid file is 12012×12012 pixels, using 12×12 rows
and columns produces 144 tiles @ 1001×1001 pixels each.
|
| 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.
|
| GDAL 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 GDAL output tile width/height should
match the aspect ratio of the high resolution tile width.
|
| GDAL 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 GDAL output tile width/height should
match the aspect ratio of the high resolution tile width.
|