SAGA 9.9.1 | Tool Library Documentation

Single Coordinate Transformation


Description

Transformation of a single coordinate. Projections can be defined in different formats. Supported formats are:

Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 9.4.1 PROJ Homepage


Parameters

 NameTypeIdentifierDescriptionConstraints
OptionsProjectiontextSOURCE_CRS-Default: EPSG:4326
Xfloating point numberSOURCE_X-Default: 0.000000
Yfloating point numberSOURCE_Y-Default: 0.000000
ProjectiontextTARGET_CRS-Default: EPSG:4326
Xfloating point numberTARGET_X-Default: 0.000000
Yfloating point numberTARGET_Y-Default: 0.000000
WKT2textSOURCE_WKT2--
PROJtextSOURCE_PROJ--
WKT2textTARGET_WKT2--
PROJtextTARGET_PROJ--

Command Line


Usage: saga_cmd pj_proj4 29 [-SOURCE_CRS ] [-SOURCE_X ] [-SOURCE_Y ] [-TARGET_CRS ] [-TARGET_X ] [-TARGET_Y ] [-SOURCE_WKT2 ] [-SOURCE_PROJ ] [-TARGET_WKT2 ] [-TARGET_PROJ ]
  -SOURCE_CRS:    Projection
	text
	Default: EPSG:4326
  -SOURCE_X:   X
	floating point number
	Default: 0.000000
  -SOURCE_Y:   Y
	floating point number
	Default: 0.000000
  -TARGET_CRS:    Projection
	text
	Default: EPSG:4326
  -TARGET_X:   X
	floating point number
	Default: 0.000000
  -TARGET_Y:   Y
	floating point number
	Default: 0.000000
  -SOURCE_WKT2:   WKT2
	text
  -SOURCE_PROJ:   PROJ
	text
  -TARGET_WKT2:   WKT2
	text
  -TARGET_PROJ:   PROJ
	text