SAGA 9.6.1 | Tool Library Documentation

Coordinate Transformation (Shapes)


Description

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


Parameters

 NameTypeIdentifierDescriptionConstraints
InputSourceshapes, inputSOURCE--
OutputTargetshapes, outputTARGET--
Targetpoint cloud, outputTARGET_PC--
OptionsGet CRS Definition from...choiceCRS_METHOD-Available Choices: [0] Definition String [1] Authority Code [2] Well Known Text File Default: 0
Definition StringtextCRS_STRINGSupported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326").Default: +proj=longlat +datum=WGS84 +no_defs +type=crs
Well Known Text Filefile pathCRS_FILE--
[deprecated] Proj4 StringtextCRS_PROJ4Deprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "+proj=longlat +datum=WGS84")!-
[deprecated] Authority Codeinteger numberCRS_EPSGDeprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")!Default: -1
[deprecated] AuthoritytextCRS_EPSG_AUTHDeprecated! For backward compatibility only! Use "CRS_STRING" parameter instead (e.g. "EPSG:4326")!-
Z TransformationbooleanTRANSFORM_ZTransform elevation (z) values, if appropriate.Default: 1
Parallel ProcessingbooleanPARALLEL-Default: 0
CopybooleanCOPYIf set the projected data will be created as a copy of the orignal, if not vertices will be projected in place thus reducing memory requirements.Default: 1

Command Line


Usage: saga_cmd pj_proj4 2 [-CRS_METHOD ] [-CRS_STRING ] [-CRS_FILE ] [-CRS_PROJ4 ] [-CRS_EPSG ] [-CRS_EPSG_AUTH ] [-SOURCE ] [-TARGET ] [-TARGET_PC ] [-TRANSFORM_Z ] [-PARALLEL ] [-COPY ]
  -CRS_METHOD:   	Get CRS Definition from...
	choice
	Available Choices:
	[0] Definition String
	[1] Authority Code
	[2] Well Known Text File
	Default: 0
  -CRS_STRING:   	Definition String
	text
	Default: +proj=longlat +datum=WGS84 +no_defs +type=crs
  -CRS_FILE:     	Well Known Text File
	file path
  -CRS_PROJ4:    	[deprecated] Proj4 String
	text
  -CRS_EPSG:     	[deprecated] Authority Code
	integer number
	Default: -1
  -CRS_EPSG_AUTH:	[deprecated] Authority
	text
  -SOURCE:       	Source
	shapes, input
  -TARGET:       	Target
	shapes, output
  -TARGET_PC:    	Target
	point cloud, output
  -TRANSFORM_Z:  	Z Transformation
	boolean
	Default: 1
  -PARALLEL:     	Parallel Processing
	boolean
	Default: 0
  -COPY:         	Copy
	boolean
	Default: 1