SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Single Coordinate Transformation

Transformation of a single coordinate.
Projection routines make use of the Proj.4 Cartographic Projections library.
Proj.4 was originally developed by Gerald Evenden and later continued by the United States Department of the Interior, Geological Survey (USGS).
Proj.4 Version is Rel. 4.8.0, 6 March 2012
Proj.4 Homepage

Parameters

 NameTypeIdentifierDescriptionConstraints
OptionsProj4 ParametersTextSOURCE_CRS-Default: +proj=longlat +datum=WGS84
XFloating pointSOURCE_X-Default: 0.000000
YFloating pointSOURCE_Y-Default: 0.000000
Proj4 ParametersTextTARGET_CRS-Default: +proj=longlat +datum=WGS84
XFloating pointTARGET_X-Default: 0.000000
YFloating pointTARGET_Y-Default: 0.000000

Command-line

Usage: saga_cmd pj_proj4 29 [-SOURCE_CRS <str>] [-SOURCE_X <double>] [-SOURCE_Y <double>] [-TARGET_CRS <str>] [-TARGET_X <double>] [-TARGET_Y <double>]
  -SOURCE_CRS:<str> 	Proj4 Parameters
	Text
	Default: +proj=longlat +datum=WGS84
  -SOURCE_X:<double>	X
	Floating point
	Default: 0.000000
  -SOURCE_Y:<double>	Y
	Floating point
	Default: 0.000000
  -TARGET_CRS:<str> 	Proj4 Parameters
	Text
	Default: +proj=longlat +datum=WGS84
  -TARGET_X:<double>	X
	Floating point
	Default: 0.000000
  -TARGET_Y:<double>	Y
	Floating point
	Default: 0.000000