libgs_ops.propagator.TLEDb.get_tles

TLEDb.get_tles(nids)[source]

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

Note

If the NID is not in the database, 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
Returns:Python dictionary of NIDS/TLES