SAGA 9.3.3 | Tool Library Documentation

Single Coordinate Transformation


Description

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 7.2.1 Proj.4 Homepage


Parameters

 NameTypeIdentifierDescriptionConstraints
OptionsProj4 ParameterstextSOURCE_CRS-Default: +proj=longlat +datum=WGS84
Xfloating point numberSOURCE_X-Default: 0.000000
Yfloating point numberSOURCE_Y-Default: 0.000000
Proj4 ParameterstextTARGET_CRS-Default: +proj=longlat +datum=WGS84
Xfloating point numberTARGET_X-Default: 0.000000
Yfloating point numberTARGET_Y-Default: 0.000000

Command Line


Usage: saga_cmd pj_proj4 29 [-SOURCE_CRS ] [-SOURCE_X ] [-SOURCE_Y ] [-TARGET_CRS ] [-TARGET_X ] [-TARGET_Y ]
  -SOURCE_CRS: 	Proj4 Parameters
	text
	Default: +proj=longlat +datum=WGS84
  -SOURCE_X:	X
	floating point number
	Default: 0.000000
  -SOURCE_Y:	Y
	floating point number
	Default: 0.000000
  -TARGET_CRS: 	Proj4 Parameters
	text
	Default: +proj=longlat +datum=WGS84
  -TARGET_X:	X
	floating point number
	Default: 0.000000
  -TARGET_Y:	Y
	floating point number
	Default: 0.000000