jplephem 2.22+ds-1 source package in Ubuntu

Changelog

jplephem (2.22+ds-1) unstable; urgency=medium

  * New upstream release.
  * Update dates in d/copyright.
  * debian/patches:
    - Refresh all patches.
  * debian/rules:
    - Skip tests requring access to not available data.

 -- Antonio Valentino <email address hidden>  Sun, 28 Apr 2024 06:50:12 +0000

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jplephem_2.22+ds-1.dsc 2.1 KiB 2840e074f44bd7fcf3ae93d39a15c09c8d67c636e823ea3fbfbba74d18725278
jplephem_2.22+ds.orig.tar.xz 29.3 KiB 9271f57dccc4ebe98e075ae8796439810182b9c37418ce5919a50931091274ca
jplephem_2.22+ds-1.debian.tar.xz 4.1 KiB c309a9bd919c10298666e0fe5d3db5371eaf5a18df5e947db9f43fc612a8d24a

Available diffs

No changes file available.

Binary packages built by this source

python3-jplephem: Use a JPL ephemeris to predict planet positions

 This package can load and use a Jet Propulsion Laboratory (JPL)
 ephemeris for predicting the position and velocity of a planet or other
 Solar System body. It currently supports binary SPK files (extension
 ".bsp") like those distributed by the Jet Propulsion Laboratory
 that are:
 .
  * Type 2 - positions stored as Chebyshev polynomials, with velocity
    derived by computing their derivative.
  * Type 3 - positions and velocities both stored explicitly as
    Chebyshev polynomials.
  * Type 9 - a series of discrete positions and velocities, with
    separate timestamps that do not need to be equally spaced. Currently
    there is only support for linear interpolation: for Type 9 ephemerides
    of polynomial degree 1, not of any higher degrees.
 .
 Even if an ephemeris isn't one of the above types, it is still possible
 to use jplephem to read its text comment and list the segments inside.