Import NetCDF
- Author: O.Conrad (c) 2012
- Menu: File | Grid | Import
Description
This tool imports grids NetCDF Format using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam.
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 |
Output | Grids | grid list, output | GRIDS | - | - |
Options | File | file path | FILE | - | - |
Save to File | boolean | SAVE_FILE | save output to file instead of memory | Default: 0 |
Save to Path | file path | SAVE_PATH | - | - |
Silent | boolean, GUI | SILENT | imports all layers without request | Default: 0 |
Transformation | boolean | TRANSFORM | apply coordinate transformation if appropriate | Default: 1 |
Resampling | choice | RESAMPLING | interpolation method to use if grid needs to be aligned to coordinate system | Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3 |
Command Line
Usage: saga_cmd io_gdal 6 [-GRIDS ] [-FILE ] [-SAVE_FILE ] [-SAVE_PATH ] [-TRANSFORM ] [-RESAMPLING ]
-GRIDS: Grids
grid list, output
-FILE: File
file path
-SAVE_FILE: Save to File
boolean
Default: 0
-SAVE_PATH: Save to Path
file path
-TRANSFORM: Transformation
boolean
Default: 1
-RESAMPLING: Resampling
choice
Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3