satellite_ex v0.1.4 Satellite.Passes View Source

Provides a set of algorithms to predict satellite passes over any location on Earth.

Examples

iss_satrec = Satellite.SatelliteDatabase.lookup("ISS (ZARYA)") seattle = Observer.KnownLocations.seattle Satellite.Passes.current_position(iss_satrec, seattle)

Link to this section Summary

Link to this section Functions

Link to this function

current_position(satrec, observer)

View Source
Link to this function

list_passes(satrec, count, observer, start_datetime)

View Source
Link to this function

list_passes_until(satrec, observer, start_datetime, end_datetime)

View Source
Link to this function

next_pass(satrec, start_date, observer)

View Source