SAGA 9.7.0 | Tool Library Documentation

UTM Projection (Shapes List)


Description

Project shapes into UTM coordinates. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 9.4.1 PROJ Homepage


Parameters

 NameTypeIdentifierDescriptionConstraints
InputSourceshapes list, inputSOURCE--
OutputTargetshapes list, output, optionalTARGET--
OptionsDefinition StringtextCRS_STRINGSupported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326").Default: +proj=longlat +datum=WGS84 +no_defs
Well Known Text Filefile pathCRS_FILE--
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 original, if not vertices will be projected in place thus reducing memory requirements.Default: 1
Zoneinteger numberUTM_ZONE-Minimum: 1 Maximum: 60 Default: 1
SouthbooleanUTM_SOUTH-Default: 0

Command Line


Usage: saga_cmd pj_proj4 25 [-CRS_STRING ] [-CRS_FILE ] [-SOURCE ] [-TARGET ] [-TRANSFORM_Z ] [-PARALLEL ] [-COPY ] [-UTM_ZONE ] [-UTM_SOUTH ]
  -CRS_STRING: 	Definition String
	text
	Default: +proj=longlat +datum=WGS84 +no_defs
  -CRS_FILE:   	Well Known Text File
	file path
  -SOURCE:     	Source
	shapes list, input
  -TARGET:     	Target
	shapes list, output, optional
  -TRANSFORM_Z:	Z Transformation
	boolean
	Default: 1
  -PARALLEL:   	Parallel Processing
	boolean
	Default: 0
  -COPY:       	Copy
	boolean
	Default: 1
  -UTM_ZONE:   	Zone
	integer number
	Minimum: 1
	Maximum: 60
	Default: 1
  -UTM_SOUTH:  	South
	boolean
	Default: 0