UTM to NED conversion
1 回表示 (過去 30 日間)
古いコメントを表示
I am having GPS and SFM (Structure for motion) trajectory in UTM coordinates. I wanted to convert the both trajectory to NED (North East Down).
Method 1
In First step: I converted the data from UTM ---> Lat, Long, Height
In second step: Lat, Long, Height ----> NED.
Method 2:
As another method I took the first data from SFM in UTM coordinate as reference. Then I subtracted the first data [easting, northing, height] from all other points. So, I got the data in meters.
The same data point [easting, northing, height] again subtracted from GPS data points. The GPS data is in now meters.
The plots looks as following:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194100/image.png)
Which method is correct for conversion of data to NED??
Because method 2 data is matching what the plot should look like in UTM!!
Whereas method 1 might have precision problem due to two conversions, that's why the both data are close and seems overlapping each other. But that is not the case with original data.
Why these both methods differ so much??
Can somebody please suggest the best method to convert UTM to NED frame??
1 件のコメント
schrodinbug
2021 年 11 月 17 日
I'm trying to figure this now myself. How did you convert between UTM and NED? I believe that only when the origin of the NED frame is on the central meridian of the UTM zone are the grids of the NED frame and the UTM zone actually aligned. otherwise I think they're rotated slightly relative to each other. I believe rotating the NED frame by the grid convergence at the origin of the NED frame will align the frames so you can do a direct translation between them.
回答 (1 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!