1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
Source: gpredict
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>,
Colin Tuckley <colint@debian.org>
Homepage: http://gpredict.oz9aec.net/
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/gpredict
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/gpredict.git
Standards-Version: 4.4.1
Build-Depends: autoconf,
automake,
debhelper-compat (= 12),
intltool,
libcurl4-gnutls-dev | libcurl-dev,
libglib2.0-dev,
libgoocanvas-2.0-dev,
libgtk-3-dev,
libreoffice-writer,
libtool,
pkg-config
Package: gpredict
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gpsd, libhamlib-utils
Description: Satellite tracking program
Gpredict is a real time satellite tracking and orbit prediction program
for the Linux desktop. It uses the SGP4/SDP4 propagation algorithms together
with NORAD two-line element sets (TLE).
.
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
|