Export satellite coordinates (Latitude , longitude , altitude) data to KML.
5 views (last 30 days)
Show older comments
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 Comments
Answers (0)
See Also
Categories
Find more on Reference Applications in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!