SAGA-GIS Module Library Documentation (v2.3.0)

Module Geographic Coordinate Grids

Creates for a given grid geographic coordinate information, i.e. two grids specifying the longitude and latitude for each cell. The coodinate system of the input grid has to be defined.
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 Rel. 4.7.1, 23 September 2009
Proj.4 Homepage

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)GRID--
OutputLongitudeGrid (output)LON--
LatitudeGrid (output)LAT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-

Command-line

Usage: saga_cmd pj_proj4 17 [-GRID <str>] [-LON <str>] [-LAT <str>]
  -GRID:<str>	Grid
	Grid (input)
  -LON:<str> 	Longitude
	Grid (output)
  -LAT:<str> 	Latitude
	Grid (output)