Skip to content

Instantly share code, notes, and snippets.

@rbs-tim
rbs-tim / iss.py
Last active March 12, 2023 18:53
iss.py
# python 3.7 suggested
import datetime
import time
from skyfield.api import load, Topos, EarthSatellite
TLE_FILE = "https://celestrak.com/NORAD/elements/active.txt"
ISS_NAME = "ISS (ZARYA)"
LONGITUDE = -73.9940702
LATITUDE = 40.7546283