SAGA-GIS Tool Library Documentation (v6.3.0)

Tool Export Raster

The "GDAL Raster Export" tool exports one or more grids to various file formats using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam. For more information have a look at the GDAL homepage:
http://www.gdal.org

GDAL Version:1.11.4

Following raster formats are currently supported:


IDNameExtension
VRTVirtual Rastervrt
GTiffGeoTIFFtif
NITFNational Imagery Transmission Formatntf
HFAErdas Imagine Images (.img)img
ELASELAS
MEMIn Memory Raster
FITSFlexible Image Transport System
BMPMS Windows Device Independent Bitmapbmp
PCIDSKPCIDSK Database Filepix
ILWISILWIS Raster Mapmpr/mpl
SGISGI Image File Format 1.0rgb
LevellerLeveller heightfieldter
TerragenTerragen heightfieldter
netCDFNetwork Common Data Formatnc
HDF4ImageHDF4 Dataset
ISIS2USGS Astrogeology ISIS cube (Version 2)
ERSERMapper .ers Labelled
RMFRaster Matrix Formatrsw
RSTIdrisi Raster A.1rst
INGRIntergraph Raster
GSBGGolden Software Binary Grid (.grd)grd
GS7BGGolden Software 7 Binary Grid (.grd)grd
PNMPortable Pixmap Format (netpbm)pnm
ENVIENVI .hdr Labelled
EHdrESRI .hdr Labelled
PAuxPCI .aux Labelled
MFFVexcel MFF Rasterhdr
MFF2Vexcel MFF2 (HKV) Raster
BTVTP .bt (Binary Terrain) 1.3 Formatbt
LANErdas .LAN/.GIS
IDAImage Data and Analysis
GTXNOAA Vertical Datum .GTXgtx
NTv2NTv2 Datum Grid Shiftgsb
CTable2CTable2 Datum Grid Shift
KROKOLOR Rawkro
ADRGARC Digitized Raster Graphicsgen
SAGASAGA GIS Binary Grid (.sdat)sdat

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGrid(s)Grid list (input)GRIDS--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
FileFile pathFILEThe GDAL dataset to be created.-
FormatChoiceFORMATThe GDAL raster format (driver) to be used.Available Choices:
[0] Virtual Raster
[1] GeoTIFF
[2] National Imagery Transmission Format
[3] Erdas Imagine Images (.img)
[4] ELAS
[5] In Memory Raster
[6] Flexible Image Transport System
[7] MS Windows Device Independent Bitmap
[8] PCIDSK Database File
[9] ILWIS Raster Map
[10] SGI Image File Format 1.0
[11] Leveller heightfield
[12] Terragen heightfield
[13] Network Common Data Format
[14] HDF4 Dataset
[15] USGS Astrogeology ISIS cube (Version 2)
[16] ERMapper .ers Labelled
[17] Raster Matrix Format
[18] Idrisi Raster A.1
[19] Intergraph Raster
[20] Golden Software Binary Grid (.grd)
[21] Golden Software 7 Binary Grid (.grd)
[22] Portable Pixmap Format (netpbm)
[23] ENVI .hdr Labelled
[24] ESRI .hdr Labelled
[25] PCI .aux Labelled
[26] Vexcel MFF Raster
[27] Vexcel MFF2 (HKV) Raster
[28] VTP .bt (Binary Terrain) 1.3 Format
[29] Erdas .LAN/.GIS
[30] Image Data and Analysis
[31] NOAA Vertical Datum .GTX
[32] NTv2 Datum Grid Shift
[33] CTable2 Datum Grid Shift
[34] KOLOR Raw
[35] ARC Digitized Raster Graphics
[36] SAGA GIS Binary Grid (.sdat)
Default: 0
Data TypeChoiceTYPEThe GDAL datatype of the created dataset.Available Choices:
[0] match input data
[1] 8 bit unsigned integer
[2] 16 bit unsigned integer
[3] 16 bit signed integer
[4] 32 bit unsigned integer
[5] 32 bit signed integer
[6] 32 bit floating point
[7] 64 bit floating point
Default: 0
Set Custom NoDataBooleanSET_NODATA-Default: 0
NoData ValueFloating pointNODATA-Default: 0.000000
Creation OptionsTextOPTIONSA space separated list of key-value pairs (K=V).-

Command-line

Usage: saga_cmd io_gdal 1 [-GRIDS <str>] [-FILE <str>] [-FORMAT <str>] [-TYPE <str>] [-SET_NODATA <str>] [-NODATA <double>] [-OPTIONS <str>]
  -GRIDS:<str>     	Grid(s)
	Grid list (input)
  -FILE:<str>      	File
	File path
  -FORMAT:<str>    	Format
	Choice
	Available Choices:
	[0] Virtual Raster
	[1] GeoTIFF
	[2] National Imagery Transmission Format
	[3] Erdas Imagine Images (.img)
	[4] ELAS
	[5] In Memory Raster
	[6] Flexible Image Transport System
	[7] MS Windows Device Independent Bitmap
	[8] PCIDSK Database File
	[9] ILWIS Raster Map
	[10] SGI Image File Format 1.0
	[11] Leveller heightfield
	[12] Terragen heightfield
	[13] Network Common Data Format
	[14] HDF4 Dataset
	[15] USGS Astrogeology ISIS cube (Version 2)
	[16] ERMapper .ers Labelled
	[17] Raster Matrix Format
	[18] Idrisi Raster A.1
	[19] Intergraph Raster
	[20] Golden Software Binary Grid (.grd)
	[21] Golden Software 7 Binary Grid (.grd)
	[22] Portable Pixmap Format (netpbm)
	[23] ENVI .hdr Labelled
	[24] ESRI .hdr Labelled
	[25] PCI .aux Labelled
	[26] Vexcel MFF Raster
	[27] Vexcel MFF2 (HKV) Raster
	[28] VTP .bt (Binary Terrain) 1.3 Format
	[29] Erdas .LAN/.GIS
	[30] Image Data and Analysis
	[31] NOAA Vertical Datum .GTX
	[32] NTv2 Datum Grid Shift
	[33] CTable2 Datum Grid Shift
	[34] KOLOR Raw
	[35] ARC Digitized Raster Graphics
	[36] SAGA GIS Binary Grid (.sdat)
	Default: 0
  -TYPE:<str>      	Data Type
	Choice
	Available Choices:
	[0] match input data
	[1] 8 bit unsigned integer
	[2] 16 bit unsigned integer
	[3] 16 bit signed integer
	[4] 32 bit unsigned integer
	[5] 32 bit signed integer
	[6] 32 bit floating point
	[7] 64 bit floating point
	Default: 0
  -SET_NODATA:<str>	Set Custom NoData
	Boolean
	Default: 0
  -NODATA:<double> 	NoData Value
	Floating point
	Default: 0.000000
  -OPTIONS:<str>   	Creation Options
	Text