Export satellite coordinates (Latitude , longitude , altitude) data to KML.
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Reference Applications dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!