jplephem 2.18+ds-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * debian/patches:
    - drop 0001-Support-BE-architectures.patch, applied upstream.

 -- Antonio Valentino <email address hidden>  Sat, 01 Oct 2022 16:14:31 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jplephem_2.18+ds-1.dsc 2.2 KiB 964c13c9cf267564edb760462ceb2620e7f54a045b23be0623e206cce48ec5f8
jplephem_2.18+ds.orig.tar.xz 32.9 KiB ddec868476a8925f100e2bca5c971c72fb0b8dc3779ab097dff6d83bf2f4b353
jplephem_2.18+ds-1.debian.tar.xz 3.8 KiB 15905cafa4cdd3963acc70f972a1e12d48a435eb089a5b04929e4833b0e3375f

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.