1i.ortho.transform(1)        GRASS GIS User's Manual       i.ortho.transform(1)
2
3
4

NAME

6       i.ortho.transform   - Computes a coordinate transformation based on the
7       control points.
8

KEYWORDS

10       imagery, orthorectify, transformation, GCP
11

SYNOPSIS

13       i.ortho.transform
14       i.ortho.transform --help
15       i.ortho.transform   [-srx]   group=name    [format=string[,string,...]]
16       [coords=name]   [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       -s
20           Display summary information
21
22       -r
23           Reverse transform of coords file or coeff. dump
24           Target east,north,height coordinates to local x,y,z
25
26       -x
27           Display transform matrix coefficients
28
29       --help
30           Print usage summary
31
32       --verbose
33           Verbose module output
34
35       --quiet
36           Quiet module output
37
38       --ui
39           Force launching GUI dialog
40
41   Parameters:
42       group=name [required]
43           Name of input imagery group
44
45       format=string[,string,...]
46           Output format
47           Options: idx, src, dst, fwd, rev, fxy, rxy, fd, rd
48           Default: fd,rd
49           idx: point index
50           src: source coordinates
51           dst: destination coordinates
52           fwd: forward coordinates (destination)
53           rev: reverse coordinates (source)
54           fxy: forward coordinates difference (destination)
55           rxy: reverse coordinates difference (source)
56           fd: forward error (destination)
57           rd: reverse error (source)
58
59       coords=name
60           File containing coordinates to transform ("-" to read from stdin)
61           Local x,y,z coordinates to target east,north,height
62

DESCRIPTION

64       i.ortho.transform  is  an  utility to compute transformation based upon
65       GCPs and output error measurements.
66
67       If coordinates are given with the input file option or fed from  stdin,
68       both  the  input  and  the output format is "x y z" with one coordinate
69       pair per line. Reverse transform is performed with the -r flag.
70
71       The format option determines how control points  are  printed  out.   A
72       summary  on  the  control  points can be printed with the -s flag.  The
73       summary includes maximum deviation observed when transforming GCPs  and
74       overall  RMS.  The  format option is ignored when coordinates are given
75       with the input file option.
76

NOTES

78       Ortho-transformation is a 2-step transformation. First, source  coordi‐
79       nates  are  transformed  to sensor coordinates, then sensor coordinates
80       are transformed to target coordinates.
81

SEE ALSO

83       i.rectify
84

TODO

86       Update this document with x,y,z<->E,N,H information
87

AUTHORS

89       Brian J. Buckley
90       Glynn Clements
91       Hamish Bowman
92

SOURCE CODE

94       Available at: i.ortho.transform source code (history)
95
96       Main index | Imagery index | Topics index | Keywords index |  Graphical
97       index | Full index
98
99       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
100
101
102
103GRASS 7.8.5                                               i.ortho.transform(1)
Impressum