Import, Clip and Resample Grids
- Author: O.Conrad (c) 2015
- Menu: File | Grid | Import
Description
Imports and optionally clips and/or resamples selected raster files. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Region of Interest | shapes, input, optional | CLIP | bounding box for clipping | - | 
| Output | Grids | grid list, output | GRIDS | - | - | 
| Options | Files | file path | FILES | - | - | 
| Preserve Data Type | boolean | KEEP_TYPE | - | Default: 0 | 
| User Defined No-Data Value | boolean | NODATA | - | Default: 0 | 
| No-Data Value | floating point number | NODATA_VAL | - | Default: 0.000000 | 
| Resample | boolean | RESAMPLE | - | Default: 0 | 
| Cell Size | floating point number | CELLSIZE | - | Minimum: 0.000000
Default: 100.000000 | 
| Upscaling Method | choice | SCALE_UP | - | Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
[4] Mean Value
[5] Mean Value (cell area weighted)
[6] Minimum Value
[7] Maximum Value
[8] Majority
Default: 5 | 
| Downscaling Method | choice | SCALE_DOWN | - | Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3 | 
Command Line
Usage: saga_cmd io_grid 16 [-GRIDS ] [-FILES ] [-KEEP_TYPE ] [-NODATA ] [-NODATA_VAL ] [-CLIP ] [-RESAMPLE ] [-CELLSIZE ] [-SCALE_UP ] [-SCALE_DOWN ]
  -GRIDS:        	Grids
	grid list, output
  -FILES:        	Files
	file path
  -KEEP_TYPE:    	Preserve Data Type
	boolean
	Default: 0
  -NODATA:       	User Defined No-Data Value
	boolean
	Default: 0
  -NODATA_VAL:	No-Data Value
	floating point number
	Default: 0.000000
  -CLIP:         	Region of Interest
	shapes, input, optional
  -RESAMPLE:     	Resample
	boolean
	Default: 0
  -CELLSIZE:  	Cell Size
	floating point number
	Minimum: 0.000000
	Default: 100.000000
  -SCALE_UP:     	Upscaling Method
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	[4] Mean Value
	[5] Mean Value (cell area weighted)
	[6] Minimum Value
	[7] Maximum Value
	[8] Majority
	Default: 5
  -SCALE_DOWN:   	Downscaling Method
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3