SAGA-GIS Tool Library Documentation (v6.3.0)

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

Coordinate Transformation for Shapes.
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
InputSourceShapes list (input)SOURCE--
OutputTarget (*)Shapes 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
(*) optional

Command-line

Usage: saga_cmd pj_proj4 9 [-SOURCE_PROJ <str>] [-TARGET_PROJ <str>] [-SOURCE <str>] [-TARGET <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
	Shapes list (input)
  -TARGET:<str>     	Target
	Shapes list (optional output)