[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/19: gnu: gpredict: Update home-page and description.
From: |
guix-commits |
Subject: |
03/19: gnu: gpredict: Update home-page and description. |
Date: |
Wed, 24 Jan 2024 17:28:02 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit eb4cee3a9c30c1dc58c2ad69da177e8a5b26454b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 14 20:29:06 2024 +0000
gnu: gpredict: Update home-page and description.
* gnu/packages/astronomy.scm (gpredict)[home-page]: Update it according
to project's README.
[description]: Add feature detailed list.
Change-Id: If5edc6e50796c7753ac47fac082c267145723361
---
gnu/packages/astronomy.scm | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ab7663d7f5..47fc3c8fd9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3196,6 +3196,8 @@ Mercator, Mollweide, Peters, polyconic, orthographic and
rectangular.")
(license license:gpl2+)))
(define-public gpredict
+ ;; The latest tag, 2.3, has no major difference with 2.2.1 and is dated for
+ ;; 2018. Additionally, there is some activity on the master branch.
(package
(name "gpredict")
(version "2.2.1")
@@ -3222,14 +3224,32 @@ Mercator, Mollweide, Peters, polyconic, orthographic
and rectangular.")
(list gettext-minimal intltool pkg-config))
(inputs
(list curl glib goocanvas gtk+))
- (home-page "http://gpredict.oz9aec.net/index.php")
+ (home-page "https://oz9aec.dk/gpredict/")
(synopsis "Satellite tracking and orbit prediction application")
(description
"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.")
+provide you with detailed information about each pass.
+
+Some core features of Gpredict include:
+
+@itemize
+@item Tracking of a large number of satellites only limited by the physical
+memory and processing power of the computer
+@item Display the tracking data in lists, maps, polar plots and any
+combination of these
+@item 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
+@item You can use many ground stations
+@item Predict upcoming passes
+@item Gpredict can run in real-time, simulated real-time (fast forward and
+backward), and manual time control
+@item Detailed information both the real time and non-real time modes
+@item Doppler tuning of radios via Hamlib rigctld
+@item Antenna rotator control via Hamlib rotctld
+@end itemize")
(license license:gpl2+)))
(define-public sgp4
- branch master updated (2266754382 -> 8f86cbd5e9), guix-commits, 2024/01/24
- 05/19: gnu: python-crds: Update to 11.17.14., guix-commits, 2024/01/24
- 01/19: gnu: stellarium: Update to 23.4., guix-commits, 2024/01/24
- 02/19: gnu: indi-2.0: Update to 2.0.5., guix-commits, 2024/01/24
- 06/19: gnu: python-drms: Update to 0.7.1., guix-commits, 2024/01/24
- 07/19: gnu: python-pyvo: Update to 1.5., guix-commits, 2024/01/24
- 10/19: gnu: Add python-ndcube., guix-commits, 2024/01/24
- 12/19: gnu: Add python-specutils., guix-commits, 2024/01/24
- 13/19: gnu: python-synphot: Enable more options., guix-commits, 2024/01/24
- 03/19: gnu: gpredict: Update home-page and description.,
guix-commits <=
- 14/19: gnu: python-tweakwcs: Update to 0.8.6., guix-commits, 2024/01/24
- 15/19: gnu: python-skyfield: Update to 1.47., guix-commits, 2024/01/24
- 16/19: gnu: python-stsynphot: Fix build., guix-commits, 2024/01/24
- 18/19: gnu: stackistry: Use G-Expressions., guix-commits, 2024/01/24
- 19/19: gnu: libnova: Use G-Expressions., guix-commits, 2024/01/24
- 04/19: gnu: libxisf: Update to 0.2.11., guix-commits, 2024/01/24
- 11/19: gnu: Add python-dust-extinction., guix-commits, 2024/01/24
- 08/19: gnu: python-stcal: Update to 1.5.2., guix-commits, 2024/01/24
- 09/19: gnu: python-sunpy: Update to 5.1.1., guix-commits, 2024/01/24
- 17/19: gnu: libpasastro: Use G-Expressions., guix-commits, 2024/01/24