other versions
- jessie 6.4.4-1
| g.transform(1grass) | Grass User's Manual | g.transform(1grass) |
NAME¶
g.transform - Computes a coordinate transformation based on the control points.KEYWORDS¶
general, transformation, GCPSYNOPSIS¶
g.transformFlags:¶
- -s
-
Display summary information
- -r
-
Reverse transform of coords file or coeff. dumpTarget east,north coordinates to local x,y
- -x
-
Display transform matrix coefficients
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- group=name
-
Name of input imagery group
- order=integer
-
Rectification polynomial orderOptions: 1-3
- format=string[,string,...]
-
Output formatOptions: idx,src,dst,fwd,rev,fxy,rxy,fd,rdDefault: fd,rdidx: point indexsrc: source coordinatesdst: destination coordinatesfwd: forward coordinates (destination)rev: reverse coordinates (source)fxy: forward coordinates difference (destination)rxy: reverse coordinates difference (source)fd: forward error (destination)rd: reverse error (source)
- coords=name
-
File containing coordinates to transform ("-" to read from stdin)Local x,y coordinates to target east,north
DESCRIPTION¶
g.transform is an utility to compute transformation based upon GCPs and output error measurements.NOTES¶
For coordinates given with the coords file option or fed from stdin, the input format is "x y" with one coordinate pair per line. The transformations are: order=1:e = [E0 E1][1].[1]
[E2 0][e] [n]
n = [N0 N1][1].[1]
[N2 0][e] [n]
e = [E0 E1 E3][1 ] [1 ]
[E2 E4 0][e ].[n ]
[E5 0 0][e²] [n²]
n = [N0 N1 N3][1 ] [1 ]
[N2 N4 0][e ].[n ]
[N5 0 0][e²] [n²]
e = [E0 E1 E3 E6][1 ] [1 ]
[E2 E4 E7 0][e ].[n ]
[E5 E8 0 0][e²] [n²]
[E9 0 0 0][e³] [n³]
n = [N0 N1 N3 N6][1 ] [1 ]
[N2 N4 N7 0][e ].[n ]
[N5 N8 0 0][e²] [n²]
[N9 0 0 0][e³] [n³]
SEE ALSO¶
i.rectifyAUTHORS¶
Brian J. Buckley| GRASS 6.4.4 |