EphemerisSources.jl
The EphemerisSources.jl
package bundles together HorizonsAPI
, HorizonsEphemeris
, SPICEKernels
, and SPICEBodies
. This is the simplest way to install Horizons and SPICE kernel ephemeris fetching and parsing features. To install, choose one of the lines of code below.
pkg> add EphemerisSources
julia> import Pkg; Pkg.add("EphemerisSources")
EphemerisSources.EphemerisSources
— ModuleA super-package for HorizonsAPI
, SPICEKernels
, HorizonsEphemeris
, and SPICEBodies
.