Module GDAL: Import NetCDF
This module imports grids NetCDF Format using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam. For more information have a look at the GDAL homepage:
http://www.gdal.org
- Author: O.Conrad (c) 2012
- Specification: grid
- Menu: File|GDAL/OGR
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 | - | - | |
Transformation | Boolean | TRANSFORM | apply coordinate transformation if appropriate | Default: 1 | |
Interpolation | Choice | INTERPOL | interpolation method to use if grid needs to be aligned to coordinate system | Available Choices: [0] Nearest Neighbor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4 |
Command-line
Usage: saga_cmd io_gdal 6 [-GRIDS <str>] [-FILE <str>] [-SAVE_FILE <str>] [-SAVE_PATH <str>] [-TRANSFORM <str>] [-INTERPOL <str>] -GRIDS:<str> Grids Grid list (output) -FILE:<str> File File path -SAVE_FILE:<str> Save to File Boolean Default: 0 -SAVE_PATH:<str> Save to Path File path -TRANSFORM:<str> Transformation Boolean Default: 1 -INTERPOL:<str> Interpolation Choice Available Choices: [0] Nearest Neighbor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4