Code covered by the BSD License
-
CART=ell2cart(ELL,ellips,File...
ELL2CART performs transformation from ellipsoidal coordinates to cartesian coordinates
-
ELL=cart2ell(CART,ellips,File...
CART2ELL performs transformation from cartesian coordinates to ellipsoidal coordinates
-
ELL=lambertcc2ell(PRO,sys,UND...
LAMBERTCC2ELL performs transformation from a conic Lambert mapping projection to ellipsoidal coordinates
-
ELL=tm2ell(PRO,sys,UND,FileOu...
TM2ELL performs transformation from a transverse mercator mapping projection to ellipsoidal coordinates
-
ELL=utm2ell(PRO,ell,UND,UseMG...
UTM2ELL performs transformation from a utm mapping projection to ellipsoidal coordinates
-
OUT=itrstrafo(IN,FrameIn,Epoc...
ITRSTRAFO performs 3D-transformation of global point coordinate and velocity information between
-
PRO=ell2lambertcc(ELL,sys,UND...
ELL2lambertcc performs transformation from ellipsoidal coordinates to a conic Lambert mapping projection
-
PRO=ell2tm(ELL,sys,L0,UND,Fil...
ELL2TM performs transformation from ellipsoidal coordinates to a transverse mercator mapping projection
-
PRO=ell2utm(ELL,ell,format,fi...
ELL2UTM performs transformation from ellipsoidal coordinates to a utm mapping projection
-
[xy,p]=d2projectivetrafo(XY,p...
D2PROJECTIVETRAFO performs a projective 2D-transformation with 8 parameters in either transformation
-
deg2dms.m
-
dms2deg.m
-
helmert1d.m
-
helmert2d.m
-
helmert3d.m
-
helmertaffine2d.m
-
helmertaffine3d.m
-
helmertprojective2d.m
-
helmertprojective3d.m
-
ntv2trafo.m
-
readntv2 (filename, SignConve...
READNTV2 reads a NTv2 transformation set from ASCII file
-
u=rescorr(XYZ,P,tr,mode,varar...
RESCORR calculates residual corrections of a set of transformed points
-
xy=d2affinetrafo(XY,p,dir,Fil...
D2AFFINETRAFO performs an affine 2D-transformation with 6 parameters in either transformation direction
-
xy=d2trafo(XY,p,dir,FileOut)
D2TRAFO performs 2D-transformation with 4 parameters in either transformation direction
-
xy=d3projectivetrafo(XYZ,p,Fi...
D3PROJECTIVETRAFO performs a projective transformation with 11 parameters from 3D space to plane
-
xyz=d3affinetrafo(XYZ,p,dir,F...
D3AFFINETRAFO performs an affine 3D-transformation with 12 parameters in either transformation direction
-
xyz=d3trafo(XYZ,p,O,dir,FileO...
D3TRAFO performs 3D-transformation with 7 or 10 parameters (at arbitrary rotation center)
-
z=d1trafo(Z,p,dir,FileOut)
D1TRAFO performs 1D-transformation with 2 parameters in either transformation direction
-
Contents.m
-
Ellipsoids.m
-
Projections.m
-
Trafo_ITRF.m
-
Transformations.m
-
View all files
from
Geodetic Transformations Toolbox
by Peter Wasmeier
Set of tools for transformation used in geodesy, especially when using GPS or mapping
|
| Trafo_ITRF.m |
% Trafo_ITRF.MAT
%
% Mat-File containing parameters and definitions for ITRF/ETRF transformations
%
% Parameters in Trafo_ITRF.mat are offical parameters from IGN homepage, http://itrf.ensg.ign.fr/
% and http://etrs89.ensg.ign.fr/
%
% This mat-File contains one cell arrays named Trafo_ITRF of n x 7 - size
% There is one line per transformation parameter set from one epoch to the following. Before 2000,
% there are seperate parameter sets to transform to 2000 in each frame; after 2000, the parameters
% are consecutive. The last entry always is the newest frame; of course here no parameters for the
% transformation to a future frame can be given.
% The columns are as follows:
% Column 1 - Source frame in ITRF as string
% Column 2 - Destination frame in ITRF as string
% Column 3 - 1x14 double transformation parameters from source to destination frame in
% [dx dy dz rx ry rz scale ddx ddy ddz dry dry drz dscale]
% where the latter seven are the changing rates.
% Dimensions: [mm],[mas = .001"],[ppb = 10^-9] and [mm/y], [mas/y], [ppb/y]
% Column 4 - Reference epoch of the transformation parameter set as double
% Column 5 - corresponding ETRF frame as string (if existing)
% Column 6 - 1 x 6 double transformation parameters from source frame to corresponding ETRS frame
% as defined in the ETRS transformation Memo V.8, Tables 3 and 4.
% [dx dy dz drx dry drz]. Dimesnions [mm], [mas/y]
% Column 7 - Standard epoch of the ETRF frame as double
%
% The parameters are up to date until Nov-2011.
% More recent parameter sets may be simply added as anew line.
% Author:
% Peter Wasmeier, Technical University of Munich
% p.wasmeier@bv.tum.de
% Jan 18, 2006
|
|
Contact us at files@mathworks.com