Define Georeference for Grids
- Author: O.Conrad (c) 2013
- Menu: Projection | Georeferencing
Description
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
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Grids | grid list, input | GRIDS | - | - | 
| Output | Referenced Grids | grid list, output | REFERENCED | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Definition | choice | DEFINITION | - | Available Choices:
[0] cellsize and lower left cell coordinates
[1] cellsize and upper left cell coordinates
[2] lower left cell coordinates and left to right range
[3] lower left cell coordinates and lower to upper range
Default: 0 | 
| Grid System | grid system | SYSTEM | - | - | 
| Cellsize | floating point number | SIZE | - | Minimum: 0.000000
Default: 1.000000 | 
| Left | floating point number | XMIN | - | Default: 0.000000 | 
| Right | floating point number | XMAX | - | Default: 0.000000 | 
| Lower | floating point number | YMIN | - | Default: 0.000000 | 
| Upper | floating point number | YMAX | - | Default: 0.000000 | 
| Cell Reference | choice | CELL_REF | - | Available Choices:
[0] center
[1] corner
Default: 0 | 
Command Line
Usage: saga_cmd pj_georeference 5 [-GRIDS ] [-REFERENCED ] [-DEFINITION ] [-SIZE ] [-XMIN ] [-XMAX ] [-YMIN ] [-YMAX ] [-CELL_REF ]
  -GRIDS:     	Grids
	grid list, input
  -REFERENCED:	Referenced Grids
	grid list, output
  -DEFINITION:	Definition
	choice
	Available Choices:
	[0] cellsize and lower left cell coordinates
	[1] cellsize and upper left cell coordinates
	[2] lower left cell coordinates and left to right range
	[3] lower left cell coordinates and lower to upper range
	Default: 0
  -SIZE:   	Cellsize
	floating point number
	Minimum: 0.000000
	Default: 1.000000
  -XMIN:   	Left
	floating point number
	Default: 0.000000
  -XMAX:   	Right
	floating point number
	Default: 0.000000
  -YMIN:   	Lower
	floating point number
	Default: 0.000000
  -YMAX:   	Upper
	floating point number
	Default: 0.000000
  -CELL_REF:  	Cell Reference
	choice
	Available Choices:
	[0] center
	[1] corner
	Default: 0