Tool Rectify Grid
Georeferencing and rectification for grids. Either choose the attribute fields (x/y) with the projected coordinates for the reference points (origin) or supply an additional points layer with correspondend points in the target projection.
- Author: O.Conrad (c) 2006
- Menu: Projection|Georeferencing
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Reference Points (Origin) | shapes, input | REF_SOURCE | - | - |
Reference Points (Projection) (*) | shapes, input, optional | REF_TARGET | - | - |
Grid | grid, input | GRID | - | - |
Options | x Position | table field | XFIELD | - | - |
y Position | table field | YFIELD | - | - |
Method | choice | METHOD | - | Available Choices: [0] Automatic [1] Triangulation [2] Spline [3] Affine [4] 1st Order Polynomial [5] 2nd Order Polynomial [6] 3rd Order Polynomial [7] Polynomial, Order Default: 0 |
Polynomial Order | integer number | ORDER | - | Minimum: 1 Default: 3 |
Grid system | grid system | GRID_GRIDSYSTEM | - | - |
Resampling | choice | RESAMPLING | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 |
Bytewise Interpolation | boolean | BYTEWISE | - | Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd pj_georeference 1 [-REF_SOURCE <str>] [-REF_TARGET <str>] [-XFIELD <str>] [-YFIELD <str>] [-METHOD <str>] [-ORDER <num>] [-GRID <str>] [-RESAMPLING <str>] [-BYTEWISE <str>] [-TARGET_DEFINITION <str>] [-TARGET_USER_SIZE <double>] [-TARGET_USER_XMIN <double>] [-TARGET_USER_XMAX <double>] [-TARGET_USER_YMIN <double>] [-TARGET_USER_YMAX <double>] [-TARGET_USER_COLS <num>] [-TARGET_USER_ROWS <num>] [-TARGET_USER_FITS <str>] [-TARGET_TEMPLATE <str>] [-TARGET_OUT_GRID <str>]
-REF_SOURCE:<str> Reference Points (Origin)
shapes, input
-REF_TARGET:<str> Reference Points (Projection)
shapes, input, optional
-XFIELD:<str> x Position
table field
-YFIELD:<str> y Position
table field
-METHOD:<str> Method
choice
Available Choices:
[0] Automatic
[1] Triangulation
[2] Spline
[3] Affine
[4] 1st Order Polynomial
[5] 2nd Order Polynomial
[6] 3rd Order Polynomial
[7] Polynomial, Order
Default: 0
-ORDER:<num> Polynomial Order
integer number
Minimum: 1
Default: 3
-GRID:<str> Grid
grid, input
-RESAMPLING:<str> Resampling
choice
Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3
-BYTEWISE:<str> Bytewise Interpolation
boolean
Default: 0
-TARGET_DEFINITION:<str> Target Grid System
choice
Available Choices:
[0] user defined
[1] grid or grid system
Default: 0
-TARGET_USER_SIZE:<double> Cellsize
floating point number
Minimum: 0.000000
Default: 1.000000
-TARGET_USER_XMIN:<double> West
floating point number
Default: 0.000000
-TARGET_USER_XMAX:<double> East
floating point number
Default: 100.000000
-TARGET_USER_YMIN:<double> South
floating point number
Default: 0.000000
-TARGET_USER_YMAX:<double> North
floating point number
Default: 100.000000
-TARGET_USER_COLS:<num> Columns
integer number
Minimum: 1
Default: 101
-TARGET_USER_ROWS:<num> Rows
integer number
Minimum: 1
Default: 101
-TARGET_USER_FITS:<str> Fit
choice
Available Choices:
[0] nodes
[1] cells
Default: 0
-TARGET_TEMPLATE:<str> Target System
grid, input, optional, CMD
-TARGET_OUT_GRID:<str> Target Grid
grid, output