jmurphy6895 / AstroCoords.jl

A Julia library for representing orbits in a variety of coordinate sets
https://jmurphy6895.github.io/AstroCoords.jl/dev/
MIT License
0 stars 0 forks source link

AstroCoords

Build Status codecov Code Style: Blue Aqua QA

AstroCoords.jl

This package is intended to be a one stop shop for all things related to astrodynamics coordinate systems. In addition to being non-allocating and highly performant all transformations found here are also differentiable with compatibility with a number of different automatic and finite differencing schemas.

Currently this package implements:

This package may eventually support Attitude Coordinates as well.

Installation

julia> using Pkg
julia> Pkg.add("AstroCoords")

Documentation

For more information, see the documentation.