HorizonsAPI.jl

Solar system ephemeris data for free!

Installation

Choose one of the following!

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

Overview

This project aims to implement the publicly accessible REST API for JPL's Horizons ephemeris platform. Once development is complete, this package will allow you to download physical attribute information, position and velocity data, binary files, and more from Horizons.

Warning

This project is not affiliated with or endorsed by NASA, JPL, Caltech, or any other organization!

Continue on to the Examples to learn more about how to use HorizonsAPI.jl.