Export satellite coordinates (Latitude , longitude , altitude) data to KML.
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Reference Applications in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!