SAGA-GIS Module Library Documentation (v2.1.3)

Module Define Georeference for Grids

This tool simply allows definition of grid's cellsize and position. It does not perform any kind of warping but might be helpful, if the grid has lost this information or is already aligned with the coordinate system.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridsGrid list (input)GRIDS--
OutputReferenced GridsGrid list (output)REFERENCED--
OptionsDefinitionChoiceDEFINITION-Available Choices:
[0] cellsize and lower left center coordinates
[1] cellsize and lower left corner coordinates
[2] cellsize and upper left center coordinates
[3] cellsize and upper left corner coordinates
[4] lower left and upper right center coordinates
[5] lower left and upper right corner coordinates
Default: 0
CellsizeFloating pointSIZE-Minimum: 0.000000
Default: 1.000000
LeftFloating pointXMIN-Default: 0.000000
LowerFloating pointYMIN-Default: 0.000000
RightFloating pointXMAX-Default: 0.000000
UpperFloating pointYMAX-Default: 0.000000

Command-line

Usage: saga_cmd pj_georeference 5 -GRIDS <str> [-REFERENCED <str>] [-DEFINITION <str>] [-SIZE <str>] [-XMIN <str>] [-YMIN <str>] [-XMAX <str>] [-YMAX <str>]
  -GRIDS:<str>     	Grids
	Grid list (input)
  -REFERENCED:<str>	Referenced Grids
	Grid list (output)
  -DEFINITION:<str>	Definition
	Choice
	Available Choices:
	[0] cellsize and lower left center coordinates
	[1] cellsize and lower left corner coordinates
	[2] cellsize and upper left center coordinates
	[3] cellsize and upper left corner coordinates
	[4] lower left and upper right center coordinates
	[5] lower left and upper right corner coordinates
	Default: 0
  -SIZE:<str>      	Cellsize
	Floating point
	Minimum: 0.000000
	Default: 1.000000
  -XMIN:<str>      	Left
	Floating point
	Default: 0.000000
  -YMIN:<str>      	Lower
	Floating point
	Default: 0.000000
  -XMAX:<str>      	Right
	Floating point
	Default: 0.000000
  -YMAX:<str>      	Upper
	Floating point
	Default: 0.000000