Hi everyone!
I have some ready MatLab codes that I need to convert to Python
But these codes are using Satellite Communication Toolbox that, I believe, is written with Cesium
Can someone help me to convert this file from Matlab to Python using Cesium packages? It reads TLE file and builds 3D orbit models. TLE file contains information about 500+ satellites, not one
I tried to find any documentation but there is really few of it.
Thank you!
This is the code
sc1 = satelliteScenario();
sats = satellite(sc1, “TLE_INC0.txt”);
sats.MarkerSize = 5;
sats.LabelFontSize = 10;
satelliteScenarioViewer(sc1, “ShowDetails”,false);