JuliaAstro / EphemerisSources.jl

Access HORIZONS and SPICE ephemeris sources with idiomatic Julia.

Home Page:http://ephemeris.loopy.codes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests Documentation JOSS

🪐 EphemerisSources.jl

Important

The packages described in this documentation are not affiliated with or endorsed by NASA, JPL, Caltech, or any other organization! They are independently written packages by an astrodynamics hobbyist.

Installation

Choose one of the following, or manually install one or more of the sub-packages below.

pkg> add EphemerisSources
import Pkg
Pkg.add("EphemerisSources")

Packages

This repository includes the top-level documentation for several solar system ephemeris tools, all written with the Julia Programming Language. To learn more about how to use these tools, consult the documentation website.

Package Description
EphemerisSources.jl A top-level package which provides, and re-exports, names from HorizonsAPI, HorizonsEphemeris, SPICEKernels, and SPICEBodies.
HorizonsAPI.jl A precise JPL Horizons REST API client implementation, with keyword arguments for each acceptable parameter.
HorizonsEphemeris.jl Convenience wrappers around the JPL Horizons REST API.
SPICEKernels.jl All generic kernels exported as variable constants.
SPICEBodies.jl Idiomatic wrappers around SPICE and SPICE.jl methods.

Paper

This repository holds a JOSS submission under paper/. The paper is published to as a pre-print to HTML, PDF, and Markdown on the gh-pages branch.

External Resources

Other Julia packages for interfacing with solar system ephemeris data are available, including the three external packages below. These are not affiliated with this repository, or this documentation's author.

Package Description
Horizons.jl Functions for spawning the telnet interface, and querying files.
SPICE.jl A Julia interface to the CSPICE library provided by NASA JPL.
Ephemerides.jl Ephemeris kernel reading and interpolation in pure Julia.

About

Access HORIZONS and SPICE ephemeris sources with idiomatic Julia.

http://ephemeris.loopy.codes/

License:MIT License


Languages

Language:Julia 82.2%Language:SCSS 17.5%Language:TeX 0.2%Language:Makefile 0.1%Language:Shell 0.0%