Export Raster
- Author: O.Conrad (c) 2007
- Menu: File | Grid
Description
The "GDAL Raster Export" tool exports one or more grids to various file formats using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam. GDAL Version:3.9.2 Following raster formats are currently supported:
Name | ID | Extension |
---|---|---|
ARC Digitized Raster Graphics | ADRG | gen |
Bathymetry Attributed Grid | BAG | bag |
CTable2 Datum Grid Shift | CTable2 | |
ELAS | ELAS | |
ENVI .hdr Labelled | ENVI | |
ERMapper .ers Labelled | ERS | ers |
ESRI .hdr Labelled | EHdr | bil |
ESRI FileGDB | OpenFileGDB | gdb |
Erdas .LAN/.GIS | LAN | |
Erdas Imagine Images (.img) | HFA | img |
Flexible Image Transport System | FITS | fits |
GeoPackage | GPKG | |
GeoTIFF | GTiff | tif |
Geospatial PDF | ||
Golden Software 7 Binary Grid (.grd) | GS7BG | grd |
Golden Software Binary Grid (.grd) | GSBG | grd |
HDF4 Dataset | HDF4Image | |
ILWIS Raster Map | ILWIS | |
ISCE raster | ISCE | |
Idrisi Raster A.1 | RST | rst |
In Memory Raster | MEM | |
KEA Image Format (.kea) | KEA | kea |
KOLOR Raw | KRO | kro |
Leveller heightfield | Leveller | ter |
MBTiles | MBTiles | mbtiles |
MIPL VICAR file | VICAR | |
MS Windows Device Independent Bitmap | BMP | bmp |
Meta Raster Format | MRF | mrf |
NASA Planetary Data System 4 | PDS4 | xml |
NOAA Vertical Datum .GTX | GTX | gtx |
NTv2 Datum Grid Shift | NTv2 | |
National Imagery Transmission Format | NITF | ntf |
Natural Resources Canada's Geoid | BYN | |
Network Common Data Format | netCDF | nc |
NextGIS Web | NGW | |
Northwood Numeric Grid Format .grd/.tab | NWT_GRD | grd |
PCI .aux Labelled | PAux | |
PCIDSK Database File | PCIDSK | pix |
PCRaster Raster File | PCRaster | map |
Portable Pixmap Format (netpbm) | PNM | |
R Raster | RRASTER | grd |
ROI_PAC raster | ROI_PAC | |
Raster Matrix Format | RMF | rsw |
SAGA GIS Binary Grid (.sdat, .sg-grd-z) | SAGA | |
SGI Image File Format 1.0 | SGI | rgb |
Terragen heightfield | Terragen | ter |
TileDB | TileDB | |
USGS Astrogeology ISIS cube (Version 2) | ISIS2 | |
USGS Astrogeology ISIS cube (Version 3) | ISIS3 | |
VTP .bt (Binary Terrain) 1.3 Format | BT | bt |
Vexcel MFF Raster | MFF | hdr |
Vexcel MFF2 (HKV) Raster | MFF2 | |
Virtual Raster | VRT | vrt |
Zarr | Zarr |
References
- GDAL/OGR contributors (2019): GDAL/OGR Geospatial Data Abstraction software Library. A translator library for raster and vector geospatial data formats. Open Source Geospatial Foundation. Link.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid(s) | grid list, input | GRIDS | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Multiple | choice | MULTIPLE | If multiple grids are supplied: export each grid to a separate file or all grids to one multi-band file. Notice: Storing multiple bands in one file might not be supported by the selected format. For single files the grid name is used as file name. | Available Choices: [0] single files [1] one file Default: 1 | |
Folder | file path | FOLDER | The folder location to which single files will be stored. | - | |
Extension | text | EXTENSION | - | - | |
File | file path | FILE | The GDAL dataset to be created. | - | |
Format | choice | FORMAT | The GDAL raster format (driver) to be used. | Available Choices: [0] ARC Digitized Raster Graphics [1] Bathymetry Attributed Grid [2] CTable2 Datum Grid Shift [3] ELAS [4] ENVI .hdr Labelled [5] ERMapper .ers Labelled [6] ESRI .hdr Labelled [7] ESRI FileGDB [8] Erdas .LAN/.GIS [9] Erdas Imagine Images (.img) [10] Flexible Image Transport System [11] GeoPackage [12] GeoTIFF [13] Geospatial PDF [14] Golden Software 7 Binary Grid (.grd) [15] Golden Software Binary Grid (.grd) [16] HDF4 Dataset [17] ILWIS Raster Map [18] ISCE raster [19] Idrisi Raster A.1 [20] In Memory Raster [21] KEA Image Format (.kea) [22] KOLOR Raw [23] Leveller heightfield [24] MBTiles [25] MIPL VICAR file [26] MS Windows Device Independent Bitmap [27] Meta Raster Format [28] NASA Planetary Data System 4 [29] NOAA Vertical Datum .GTX [30] NTv2 Datum Grid Shift [31] National Imagery Transmission Format [32] Natural Resources Canada's Geoid [33] Network Common Data Format [34] NextGIS Web [35] Northwood Numeric Grid Format .grd/.tab [36] PCI .aux Labelled [37] PCIDSK Database File [38] PCRaster Raster File [39] Portable Pixmap Format (netpbm) [40] R Raster [41] ROI_PAC raster [42] Raster Matrix Format [43] SAGA GIS Binary Grid (.sdat, .sg-grd-z) [44] SGI Image File Format 1.0 [45] Terragen heightfield [46] TileDB [47] USGS Astrogeology ISIS cube (Version 2) [48] USGS Astrogeology ISIS cube (Version 3) [49] VTP .bt (Binary Terrain) 1.3 Format [50] Vexcel MFF Raster [51] Vexcel MFF2 (HKV) Raster [52] Virtual Raster [53] Zarr Default: 0 | |
Data Type | choice | TYPE | The 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 NoData | boolean | SET_NODATA | - | Default: 0 | |
NoData Value | floating point number | NODATA | - | Default: 0.000000 | |
Creation Options | text | OPTIONS | A space separated list of key-value pairs (K=V). | - |
Command Line
Usage: saga_cmd io_gdal 1 [-GRIDS] [-MULTIPLE ] [-FOLDER ] [-EXTENSION ] [-FILE ] [-FORMAT ] [-TYPE ] [-SET_NODATA ] [-NODATA ] [-OPTIONS ] -GRIDS: Grid(s) grid list, input -MULTIPLE: Multiple choice Available Choices: [0] single files [1] one file Default: 1 -FOLDER: Folder file path -EXTENSION: Extension text -FILE: File file path -FORMAT: Format choice Available Choices: [0] ARC Digitized Raster Graphics [1] Bathymetry Attributed Grid [2] CTable2 Datum Grid Shift [3] ELAS [4] ENVI .hdr Labelled [5] ERMapper .ers Labelled [6] ESRI .hdr Labelled [7] ESRI FileGDB [8] Erdas .LAN/.GIS [9] Erdas Imagine Images (.img) [10] Flexible Image Transport System [11] GeoPackage [12] GeoTIFF [13] Geospatial PDF [14] Golden Software 7 Binary Grid (.grd) [15] Golden Software Binary Grid (.grd) [16] HDF4 Dataset [17] ILWIS Raster Map [18] ISCE raster [19] Idrisi Raster A.1 [20] In Memory Raster [21] KEA Image Format (.kea) [22] KOLOR Raw [23] Leveller heightfield [24] MBTiles [25] MIPL VICAR file [26] MS Windows Device Independent Bitmap [27] Meta Raster Format [28] NASA Planetary Data System 4 [29] NOAA Vertical Datum .GTX [30] NTv2 Datum Grid Shift [31] National Imagery Transmission Format [32] Natural Resources Canada's Geoid [33] Network Common Data Format [34] NextGIS Web [35] Northwood Numeric Grid Format .grd/.tab [36] PCI .aux Labelled [37] PCIDSK Database File [38] PCRaster Raster File [39] Portable Pixmap Format (netpbm) [40] R Raster [41] ROI_PAC raster [42] Raster Matrix Format [43] SAGA GIS Binary Grid (.sdat, .sg-grd-z) [44] SGI Image File Format 1.0 [45] Terragen heightfield [46] TileDB [47] USGS Astrogeology ISIS cube (Version 2) [48] USGS Astrogeology ISIS cube (Version 3) [49] VTP .bt (Binary Terrain) 1.3 Format [50] Vexcel MFF Raster [51] Vexcel MFF2 (HKV) Raster [52] Virtual Raster [53] Zarr Default: 0 -TYPE: 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: Set Custom NoData boolean Default: 0 -NODATA: NoData Value floating point number Default: 0.000000 -OPTIONS: Creation Options text