A lightweight CALCEPH wrapper for the JSMD ecosystem.
This package is a lightweight wrapper around CALCEPH_jll.jl that implements the JSMDInterfaces.jl interfaces to extract data from SPICE and INPOP ephemeris kernels.
This package can be installed using Julia's package manager:
julia> import Pkg;
julia> Pkg.add("CalcephEphemeris.jl")
For further information on this package and on the CALCEPH library see the package documentation, the official CALCEPH website. Inspiration for this package has been taken from the original Julia's CALCEPH.jll wrapper.