Skip to content

The code performs a 2D Helmert transformation to convert ED50 projected coordinates to ITRF coordinates.

License

Notifications You must be signed in to change notification settings

sevval-k/Coordinate-Transformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Coordinate Transformation

The code performs a 2D Helmert transformation to convert ED50 projected coordinates to ITRF coordinates. The steps are:

  1. Compute the average coordinates of the reference points in both ED50 and ITRF systems.
  2. Center the coordinates by subtracting the average.
  3. Normalize the ED50 coordinates by dividing by a scale factor D.
  4. Construct the design matrix (A) and observation vector (L) for the transformation.
  5. Solve for the transformation parameters [tx', ty', a', b'] using Least Squares Estimation.
  6. Apply translation, rotation, and scale to convert ED50 coordinates to ITRF coordinates.
  7. Compute residuals, standard deviation, and covariance matrix to assess the reliability of the transformation

Author

Şevval Köntek

About

The code performs a 2D Helmert transformation to convert ED50 projected coordinates to ITRF coordinates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages