CalcephEphemeris.jl API

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.

The CALCEPH is a C++ library written by the research team Astronomie et systèmes dynamiques (CNRS/Observatoire de Paris/IMCCE). For further information on CALCEPH visit its official website. Inspiration for this package has been taken from the original Julia's CALCEPH.jl wrapper.

Installation

This package can be installed using Julia's package manager:

julia> import Pkg; 

julia> Pkg.add("CalcephEphemeris.jl")