Import SPOT Scene
- Author: O.Conrad (c) 2024
- Menu: File | Satellite Imagery
Description
Imports a SPOT (Satellite Pour l'Observation de la Terre) scene. Currently this is just a simple import support tool for SPOT level 1A data. 
References
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Output | Spectral Bands | grid list, output | BANDS | - | - | 
| Options | Metadata File | file path | METAFILE | - | - | 
| Coordinate System | choice | PROJECTION | - | Available Choices:
[0] Geographic Coordinates
[1] Universal Transverse Mercator
Default: 1 | 
| Resampling | choice | RESAMPLING | - | Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3 | 
| Zone | integer number | UTM_ZONE | - | Minimum: 1
Maximum: 60
Default: 32 | 
| South | boolean | UTM_SOUTH | - | Default: 0 | 
| Shift.x | floating point number | SHIFT_X | - | Default: 0.000000 | 
| Shift.y | floating point number | SHIFT_Y | - | Default: 0.000000 | 
Command Line
Usage: saga_cmd imagery_tools 22 [-METAFILE ] [-BANDS ] [-PROJECTION ] [-RESAMPLING ] [-UTM_ZONE ] [-UTM_SOUTH ] [-SHIFT_X ] [-SHIFT_Y ]
  -METAFILE:  	Metadata File
	file path
  -BANDS:     	Spectral Bands
	grid list, output
  -PROJECTION:	Coordinate System
	choice
	Available Choices:
	[0] Geographic Coordinates
	[1] Universal Transverse Mercator
	Default: 1
  -RESAMPLING:	Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -UTM_ZONE:  	Zone
	integer number
	Minimum: 1
	Maximum: 60
	Default: 32
  -UTM_SOUTH: 	South
	boolean
	Default: 0
  -SHIFT_X:	Shift.x
	floating point number
	Default: 0.000000
  -SHIFT_Y:	Shift.y
	floating point number
	Default: 0.000000