Releases: PerezHz/HORIZONS.jl
Releases · PerezHz/HORIZONS.jl
v0.3.0
HORIZONS v0.3.0
Closed issues:
Merged pull requests:
v0.2.0
v0.1.2
v0.1.1
v0.1.0
HORIZONS.jl v0.0.1
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 (seesrc/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 aDataFrame
.
Work is in progress in order to add more functionality (e.g., automatic generation of SPK files, osculating element tables, close-approach tables, etc.)