SAGA 9.3.3 | 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.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
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