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
|
| Ellipsoids.m |
% ELLIPSOIDS.MAT
%
% Mat-File containing ellipsoids for use with transformation files
%
% This mat-File contains cell arrays named by the ellipsoid in lower case letters.
% The ellipsoid cell array fields are
% a semimajor axis
% b semiminor axis
% f flattening
%
% By now the following ellipsoids are definded here:
%
% bessel1841
% besseldhdn
% clarke1880
% grs80
% hayford
% wgs84
% airy1830
%
%
% Feel free to add your own definitions.
% Author:
% Peter Wasmeier, Technical University of Munich
% p.wasmeier@bv.tum.de
% Jan 18, 2006
|
|
Contact us at files@mathworks.com