Scilab Function
Last update : 31/10/2005
gkk2geo - UTM-Coordinates -> geograph.
Coord
Calling Sequence
-
[lam,phi] = gkk2geo(Z)
Parameters
-
Z
: complex Vector with Gauss-Krüger-coord. Real part=Right value,
Imag. part=Height value.
-
lam
: Vector with longitudes (DEG)
-
phi
: Vector with lattitude (DEG)
Description
-
gkk2geo is the inverse operation of geo2gkk. A very dedicated
algorithm is used, therefore it is precise independent on the
positions used.
Examples
lo1=8;
la1=49;
Z=geo2gkk(lo1,la1);
[lo2,la2]=gkk2geo(Z);
disp(lo2-lo1);
disp(la2-la1);
See Also
geo2gkk
,
Authors
-
Dr. Andreas Geissler geisslea@web.de