Also, I use alt, az, distance = topocentric.altaz() to get az/el.
However, in the documentation I couldn't find any information about getting the latitude and longitude of ITRS frame. I would appreciate if you could share some examples.
Great question! Turning a satellite position into longitude and latitude will be in the next version. I'll update this issue once I have it released; hopefully, soon!
I'm willing to use Skyfield to calculate the latitude/longitude of a satellite from the TLE, if I could find an example of calculations.
Now, I use the following to get the result in GCRS:
Also, I use
alt, az, distance = topocentric.altaz()
to get az/el.However, in the documentation I couldn't find any information about getting the latitude and longitude of ITRS frame. I would appreciate if you could share some examples.