SAGA-GIS Tool Library Documentation (v6.2.0)

Tool [deprecated] Proj.4 (Command Line Arguments, List of Grids)

Coordinate Transformation for Grids.
Based on the PROJ.4 Cartographic Projections library originally written by Gerald Evenden and later continued by the United States Department of the Interior, Geological Survey (USGS).
Proj.4 Homepage

Parameters

 NameTypeIdentifierDescriptionConstraints
InputSourceGrid list (input)SOURCE--
OutputTarget (*)Grid list (optional output)TARGET--
OptionsSource Projection ParametersTextSOURCE_PROJ-Default: +proj=tmerc +datum=potsdam +lon_0=9 +x_0=3500000
Target Projection ParametersTextTARGET_PROJ-Default: +proj=tmerc +datum=potsdam +lon_0=12 +x_0=4500000
ResamplingChoiceRESAMPLING-Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3
(*) optional

Command-line

Usage: saga_cmd pj_proj4 11 [-SOURCE_PROJ <str>] [-TARGET_PROJ <str>] [-SOURCE <str>] [-TARGET <str>] [-RESAMPLING <str>] [-TARGET_DEFINITION <str>] [-TARGET_USER_SIZE <double>] [-TARGET_USER_XMIN <double>] [-TARGET_USER_XMAX <double>] [-TARGET_USER_YMIN <double>] [-TARGET_USER_YMAX <double>] [-TARGET_USER_FITS <str>] [-TARGET_TEMPLATE <str>] [-TARGET_OUT_X <str>] [-TARGET_OUT_Y <str>]
  -SOURCE_PROJ:<str>        	Source Projection Parameters
	Text
	Default: +proj=tmerc +datum=potsdam +lon_0=9 +x_0=3500000
  -TARGET_PROJ:<str>        	Target Projection Parameters
	Text
	Default: +proj=tmerc +datum=potsdam +lon_0=12 +x_0=4500000
  -SOURCE:<str>             	Source
	Grid list (input)
  -TARGET:<str>             	Target
	Grid list (optional output)
  -RESAMPLING:<str>         	Resampling
	Choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -TARGET_DEFINITION:<str>  	Target Grid System
	Choice
	Available Choices:
	[0] user defined
	[1] grid or grid system
	Default: 0
  -TARGET_USER_SIZE:<double>	Cellsize
	Floating point
	Minimum: 0.000000
	Default: 1.000000
  -TARGET_USER_XMIN:<double>	Left
	Floating point
	Default: 0.000000
  -TARGET_USER_XMAX:<double>	Right
	Floating point
	Default: 100.000000
  -TARGET_USER_YMIN:<double>	Bottom
	Floating point
	Default: 0.000000
  -TARGET_USER_YMAX:<double>	Top
	Floating point
	Default: 100.000000
  -TARGET_USER_FITS:<str>   	Fit
	Choice
	Available Choices:
	[0] nodes
	[1] cells
	Default: 0
  -TARGET_TEMPLATE:<str>    	Target System
	Grid (optional input)
  -TARGET_OUT_X:<str>       	X Coordinates
	Grid (optional output)
  -TARGET_OUT_Y:<str>       	Y Coordinates
	Grid (optional output)