Module [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
- Author: O. Conrad (c) 2004-8
 
- Specification: grid
 
- Menu: Projection|Alternatives
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Source | Grid list (input) | SOURCE | - | - | 
| Output | Target (*) | Grid list (optional output) | TARGET | - | - | 
| Options | Source Projection Parameters | Text | SOURCE_PROJ | - | Default: +proj=tmerc +datum=potsdam +lon_0=9 +x_0=3500000 | 
 | Target Projection Parameters | Text | TARGET_PROJ | - | Default: +proj=tmerc +datum=potsdam +lon_0=12 +x_0=4500000 | 
 | Interpolation | Choice | INTERPOLATION | - | Available Choices: [0] Nearest Neigbhor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4 | 
| (*) optional | 
Command-line
Usage: saga_cmd pj_proj4 11 [-SOURCE_PROJ <str>] [-TARGET_PROJ <str>] [-SOURCE <str>] [-TARGET <str>] [-INTERPOLATION <str>] [-TARGET_DEFINITION <str>] [-TARGET_USER_XMIN <str>] [-TARGET_USER_XMAX <str>] [-TARGET_USER_YMIN <str>] [-TARGET_USER_YMAX <str>] [-TARGET_USER_SIZE <str>] [-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)
  -INTERPOLATION:<str>    	Interpolation
	Choice
	Available Choices:
	[0] Nearest Neigbhor
	[1] Bilinear Interpolation
	[2] Inverse Distance Interpolation
	[3] Bicubic Spline Interpolation
	[4] B-Spline Interpolation
	Default: 4
  -TARGET_DEFINITION:<str>	Target Grid System
	Choice
	Available Choices:
	[0] user defined
	[1] grid or grid system
	Default: 0
  -TARGET_USER_XMIN:<str> 	Left
	Floating point
	Default: 0.000000
  -TARGET_USER_XMAX:<str> 	Right
	Floating point
	Default: 100.000000
  -TARGET_USER_YMIN:<str> 	Bottom
	Floating point
	Default: 0.000000
  -TARGET_USER_YMAX:<str> 	Top
	Floating point
	Default: 100.000000
  -TARGET_USER_SIZE:<str> 	Cellsize
	Floating point
	Minimum: 0.000000
	Default: 1.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)