sgp4 2.22-1 source package in Ubuntu

Changelog

sgp4 (2.22-1) unstable; urgency=medium

  * New upstream release (Closes: #1049252, #1021008). 

 -- Ulises Vitulli <email address hidden>  Sat, 02 Sep 2023 13:00:52 -0300

Upload details

Uploaded by:
Ulises Vitulli
Uploaded to:
Sid
Original maintainer:
Ulises Vitulli
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
sgp4_2.22-1.dsc 1.8 KiB 579e76a8efea95a7930ff7dbf8f3ea859325edbac5f2012057484993d2ef653f
sgp4_2.22.orig.tar.gz 172.4 KiB 17f0a2eaad2dca065b6de25c1ceaa940ff7cfa8cc67120cb4111a00f177b86f9
sgp4_2.22-1.debian.tar.xz 3.1 KiB e7de364c565ec88f0e563f02b7f8d9f807f918f9ebafca90d765f056a8a5a94a

Available diffs

No changes file available.

Binary packages built by this source

python3-sgp4: Track earth satellite TLE orbits using up-to-date 2010 version of sgp4

 This Python package computes the position and velocity of an earth-orbiting
 satellite, given the satellite’s TLE orbital elements from a source like
 Celestrak.
 .
 It implements the most recent version of SGP4, and is regularly run against
 the SGP4 test suite to make sure that its satellite position predictions agree
 to within 0.1 mm of the predictions of the standard C++ implementation of
 the algorithm. This error is far less than the 1-3 km/day by which satellites
 themselves deviate from the ideal orbits described in TLE files.
 .
 The C++ function names have been retained, since users may already be familiar
 with this library in other languages