Daily Archives: 24.11.09
ECEF – lat/lon conversion
I needed to do a ecef (earth centered earth fixed) to lat lon conversion in delphi. Following the formulaes found in Wikipedia the following procedure was made: procedure ecef2latlon(X,Y,Z : extended; var lat,lon,h : real); // returns lat with 6 … Continue reading
Posted in Data
Comments Off on ECEF – lat/lon conversion
You must be logged in to post a comment.