libgs_ops.propagator.SpaceTrackAPI.get_tles

SpaceTrackAPI.get_tles(nids)[source]

Query space-track for a series of norad IDs, and return the NIDs and TLEs in a dict.

Note

In some cases space-track can not find a TLE. No error will be raised by this function and it is up to the caller to check whether the returned NIDs match the passed ones.

Parameters:nids (list(int)) – List of norad ids to query for
Returns:Python dictionary of NIDS/TLES