Export satellite coordinates (Latitude , longitude , altitude) data to KML.
5 次查看(过去 30 天)
显示 更早的评论
Hello ! I want to export the positions from a satellite ( gathered from a RINEX navigation file) in order to gain an orbit.I've did the transformations from X ,Y ,Z into lat , lon ,alt , and tried to export them to a kml file . I ve used this :
filename = 'turn_kml.kml'; kmlwriteline(filename, latitude, longitude,elevation, ... 'Name', 'sat orbit', 'Color', 'red'... );
The problem is that , at a certatin position it doesn t stack s anymore the positions and i don't know why.
I've checked , and the data is ok. The problems are at exporting or Google Earth . The problem it is at the straight line.
<<
>>
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Reference Applications 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!