Replies: 1 comment 5 replies
-
Some potentially helpful information on how to do it yourself. A TLE or two line element set (also in Celstrak and in references therein) is just two lines of text with a very specific format (i.e. where the numbers go, where the decimal points go, etc.
I think that it would not be hard programmatically to add a TLE builder method in Skyfield using period or semimajor axis, inclination, etc. with non-zero drag terms as optional inputs. That would for example allow someone to build a model constellation of Starlink satellites quickly as discussed in a recent post. #756 But there may be a downside to it. There would have to be some trapping for unphysical inputs for example, things that would mess with the SGP4 propagator because it was never meant to handle crazy inputs. @brandon-rhodes what do you think? If you're interested in entertaining the idea I could write a method that outputs a tuple of strings (a TLE in text form) for discussion purposes. Longer term, there could even be a "DIY Earth Satellite" object that could have methods like |
Beta Was this translation helpful? Give feedback.
-
I'm a skyfield newbie and trying to understand if I can create a satellite object (earth orbiting) for a satellite that is not yet flying so there is no TLE available. I have the classical elements (really simple case of inclined, circular LEO). I am aware that the TLEs are generated from satellite observations. Does the skyfield api have the ability to use classical elements or is there a utility to generate a TLE from classical elements?
TIA
Beta Was this translation helpful? Give feedback.
All reactions