Releases: Cantido/horizons
Releases · Cantido/horizons
v0.3.0 - Ephemeredes
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
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.