SAGA-GIS Module Library Documentation (v2.3.0)

Module [deprecated] Proj.4 (Command Line Arguments, Shapes)

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 (input)SOURCE--
OutputTargetShapes (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

Command-line

Usage: saga_cmd pj_proj4 5 [-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 (input)
  -TARGET:<str>     	Target
	Shapes (output)