Skip to content

Releases: PerezHz/HORIZONS.jl

v0.3.0

20 Jun 20:11
Compare
Choose a tag to compare

HORIZONS v0.3.0

Diff since v0.2.0

Closed issues:

  • Info about upcoming removal of packages in the General registry (#10)
  • Tag v0.2.0 (#20)

Merged pull requests:

v0.2.0

23 Sep 10:35
v0.2.0
8ba80d8
Compare
Choose a tag to compare

v0.2.0 (2019-09-22)

Diff since v0.1.2

Merged pull requests:

v0.1.2

19 Sep 10:02
v0.1.2
Compare
Choose a tag to compare

v0.1.2 (2019-09-17)

Diff since v0.1.1

Merged pull requests:

v0.1.1

10 Sep 08:12
v0.1.1
df206d3
Compare
Choose a tag to compare

v0.1.1 (2019-09-09)

Diff since v0.1.0

Closed issues:

  • Tag v0.1.0 (#13)

Merged pull requests:

v0.1.0

08 Sep 07:50
v0.1.0
e98a24d
Compare
Choose a tag to compare

v0.1.0 (2019-09-06)

Diff since v0.0.1

Merged pull requests:

HORIZONS.jl v0.0.1

14 Oct 09:14
Compare
Choose a tag to compare

This is the first release of HORIZONS.jl, an interface to NASA-JPL HORIZONS on-line solar system data and ephemeris computation service in Julia. Features include:

  • Access to HORIZONS prompt from Julia REPL via the horizons() function.
  • Automatic generation of vector tables is supported following the vec_tbl Expect script provided by JPL (see src/SCRIPTS/vec_tbl for more details).
  • Raw HORIZONS output for vector tables may be returned either as a string or as a file via the HORIZONS.vec_tbl function.
  • HORIZONS output for vector tables may also be returned as a CSV-formatted string via the HORIZONS.vec_tbl_csv function, which in turn may be converted by the user to a DataFrame.

Work is in progress in order to add more functionality (e.g., automatic generation of SPK files, osculating element tables, close-approach tables, etc.)