This package browser is in early development. Mind the rough edges.

gpredict

Satellite tracking and orbit prediction application

Gpredict is a real-time satellite tracking and orbit prediction application. It can track a large number of satellites and display their position and other data in lists, tables, maps, and polar plots (radar view). Gpredict can also predict the time of future passes for a satellite, and provide you with detailed information about each pass.

Some core features of Gpredict include:

  • Tracking of a large number of satellites only limited by the physical memory and processing power of the computer

  • Display the tracking data in lists, maps, polar plots and any combination of these

  • Have many modules open at the same either in a notebook or in their own windows. The modules can also run in full-screen mode

  • You can use many ground stations

  • Predict upcoming passes

  • Gpredict can run in real-time, simulated real-time (fast forward and backward), and manual time control

  • Detailed information both the real time and non-real time modes

  • Doppler tuning of radios via Hamlib rigctld

  • Antenna rotator control via Hamlib rotctld

Installation

Install the latest version of gpredict as follows:

guix install gpredict

Or install a particular version:

guix install gpredict@2.2.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of gpredict about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gpredict'><img src='https://packages.guix.gnu.org/packages/gpredict/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gpredict/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gpredict)

Example Org:

[[https://packages.guix.gnu.org/packages/gpredict][https://packages.guix.gnu.org/packages/gpredict/badges/latest-version.svg]]