Hope someone can help me. There are discrepancies between the location data I'm receiving from the ISS library compared with online traking websites e.g. https://spotthestation.nasa.gov/tracking_map.cfm and http://www.isstracker.com/
I noticed this problem was posted 12 months ago but I was unable to reply to that thread:
viewtopic.php?t=329048
I used the same code as the user then, not sure if the issue was resolved,
Thanks
Irene
Code: Select all
from orbit import ISS #to find where ISS is.
point = ISS.coordinates()
print(point.latitude.degrees)
print(point.longitude.degrees)