Skip to content

Releases: Cantido/horizons

v0.3.0 - Ephemeredes

31 Mar 22:43
v0.3.0
57be785
Compare
Choose a tag to compare
v0.3.0 - Ephemeredes Pre-release
Pre-release

Added

  • You can get position data for all eight planets at /bodies/:id/ephemeris. This uses all the default options, which are:
    • Cartesian vector components (x, y, z, vx, vy, vz +)
    • Earth at 0,0,0
    • Ecliptic coordinate frame (outputs wrt ecliptic and equinox of reference epoch)
    • Time frame starting at midnight, TDB, at the beginning of the current day
    • Time frame ends 14 days from the start date
    • Coordinates are given over intervals of one hour.

Changed

  • Began using milligram for styles on the index page.

v0.1.0 - Successful communication with HORIZONS

06 Mar 05:58
v0.1.0
fdb106e
Compare
Choose a tag to compare

Added

Executing the file horizons.telnet-client should print out some data about the Earth and then exit. It is implemented in a way that should let us easily write strings to the endpoint, and get blocks of text back.