Replies: 2 comments 6 replies
-
| There's a section of the documentation that might describe what you want: https://rhodesmill.org/skyfield/earth-satellites.html#build-a-satellite-from-orbital-elements If it does match what you're trying to accomplish, is there a way it could be made easier to find? Where were you looking instead? | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            -
|  | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
I am currently using TLE lines as input to skyfield. It works well :).
But that means that I need to use raan, inc, and the other input parameters by converting them to the TLE format and the put them into skyfield.
I am using skyfield for orbit determination and generting the R and V states ober time like this. But converting the onputs to string is not fast and I want to avoid that.
So is there a direct way maybe?
Best regards, Andreas
Beta Was this translation helpful? Give feedback.
All reactions