Tool Import Landsat Scene
Import Landsat scenes including metadata from Landsat metadata files. Band data have to be stored in the same folder as the chosen metadata file in uncompressed GeoTIFF format.
References
- Author: O.Conrad (c) 2017
- Menu: File|Grid|Import
Parameters
| Name | Type | Identifier | Description | Constraints |
Output | Bands | Grid list (output) | BANDS | - | - |
Band Info (*) | Table (optional output) | BAND_INFO | - | - |
Options | Metadata File | File path | METAFILE | - | - |
Multispectral Bands as Grid Collection | Boolean | MULTI2GRIDS | - | Default: 1 |
Skip Panchromatic Band | Boolean | SKIP_PAN | - | Default: 1 |
Coordinate System | Choice | PROJECTION | - | Available Choices: [0] UTM North [1] UTM South [2] Geographic Coordinates Default: 0 |
Resampling | Choice | RESAMPLING | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 |
(*) optional |
Command-line
Usage: saga_cmd imagery_tools 14 [-METAFILE <str>] [-BANDS <str>] [-BAND_INFO <str>] [-MULTI2GRIDS <str>] [-SKIP_PAN <str>] [-PROJECTION <str>] [-RESAMPLING <str>]
-METAFILE:<str> Metadata File
File path
-BANDS:<str> Bands
Grid list (output)
-BAND_INFO:<str> Band Info
Table (optional output)
-MULTI2GRIDS:<str> Multispectral Bands as Grid Collection
Boolean
Default: 1
-SKIP_PAN:<str> Skip Panchromatic Band
Boolean
Default: 1
-PROJECTION:<str> Coordinate System
Choice
Available Choices:
[0] UTM North
[1] UTM South
[2] Geographic Coordinates
Default: 0
-RESAMPLING:<str> Resampling
Choice
Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3