SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Import NetCDF

This tool imports grids NetCDF Format using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam.


References


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputGridsgrid list, outputGRIDS--
OptionsFilefile pathFILE--
Save to FilebooleanSAVE_FILEsave output to file instead of memoryDefault: 0
Save to Pathfile pathSAVE_PATH--
Silentboolean, GUISILENTimports all layers without requestDefault: 0
TransformationbooleanTRANSFORMapply coordinate transformation if appropriateDefault: 1
ResamplingchoiceRESAMPLINGinterpolation method to use if grid needs to be aligned to coordinate systemAvailable 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 <str>] [-FILE <str>] [-SAVE_FILE <str>] [-SAVE_PATH <str>] [-TRANSFORM <str>] [-RESAMPLING <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
  -RESAMPLING:<str>	Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3