SAGA 9.4.2 | Tool Library Documentation

Geographic Distances


Description

Calculates for all segments of the input lines the planar, great elliptic, and loxodrome distance and re-projects the latter two to the projection of the input lines. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 7.2.1 PROJ Homepage


Parameters

 NameTypeIdentifierDescriptionConstraints
InputSegmentsshapes, inputPLANAR--
OutputGreat Ellipticshapes, outputORTHODROME--
Loxodromeshapes, outputLOXODROME--
OptionsEpsilonfloating point numberEPSILONdefines the maximum resolution [km] for the re-projected distance segmentsMinimum: 1.000000 Default: 100.000000

Command Line


Usage: saga_cmd pj_proj4 20 [-PLANAR ] [-ORTHODROME ] [-LOXODROME ] [-EPSILON ]
  -PLANAR:    	Segments
	shapes, input
  -ORTHODROME:	Great Elliptic
	shapes, output
  -LOXODROME: 	Loxodrome
	shapes, output
  -EPSILON:	Epsilon
	floating point number
	Minimum: 1.000000
	Default: 100.000000