SAGA 9.7.1 | Tool Library Documentation

Latitude/Longitude Graticule


Description

Creates a longitude/latitude graticule for the extent and projection of the input shapes layer. Projection routines make use of the PROJ generic coordinate transformation software. PROJ Version is 9.4.1 PROJ Homepage


Parameters

 NameTypeIdentifierDescriptionConstraints
OutputGraticuleshapes, outputGRATICULE--
Frame Coordinatesshapes, output, optionalCOORDS--
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--
Minimumfloating point numberXMIN-Default: 0.000000
Maximumfloating point numberXMAX-Default: 0.000000
Minimumfloating point numberYMIN-Default: 0.000000
Maximumfloating point numberYMAX-Default: 0.000000
IntervalchoiceINTERVAL-Available Choices: [0] fixed interval [1] fitted interval Default: 0
Fixed Interval (Degree)floating point numberFIXED-Minimum: 0.000000 Default: 1.000000
Number of Intervalsinteger numberFITTED-Minimum: 1 Default: 10
Minimum Resolution (Degree)floating point numberRESOLUTION-Minimum: 0.000000 Default: 0.500000

Command Line


Usage: saga_cmd pj_proj4 14 [-CRS_STRING ] [-CRS_FILE ] [-GRATICULE ] [-COORDS ] [-XMIN ] [-XMAX ] [-YMIN ] [-YMAX ] [-INTERVAL ] [-FIXED ] [-FITTED ] [-RESOLUTION ]
  -CRS_STRING:   	Definition String
	text
	Default: +proj=longlat +datum=WGS84 +no_defs
  -CRS_FILE:     	Well Known Text File
	file path
  -GRATICULE:    	Graticule
	shapes, output
  -COORDS:       	Frame Coordinates
	shapes, output, optional
  -XMIN:      	Minimum
	floating point number
	Default: 0.000000
  -XMAX:      	Maximum
	floating point number
	Default: 0.000000
  -YMIN:      	Minimum
	floating point number
	Default: 0.000000
  -YMAX:      	Maximum
	floating point number
	Default: 0.000000
  -INTERVAL:     	Interval
	choice
	Available Choices:
	[0] fixed interval
	[1] fitted interval
	Default: 0
  -FIXED:     	Fixed Interval (Degree)
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -FITTED:       	Number of Intervals
	integer number
	Minimum: 1
	Default: 10
  -RESOLUTION:	Minimum Resolution (Degree)
	floating point number
	Minimum: 0.000000
	Default: 0.500000