Skip to content

JuliaSpace/SatelliteToolboxTransformations.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This package is part of the SatelliteToolbox.jl ecosystem.

SatelliteToolboxTransformations.jl

CI codecov Code Style: Blue

This package contains transformations that are useful for the SatelliteToolbox.jl ecosystem. Currently, the following algorithms are available:

  • Conversion between ECI and ECEF reference frames (IAU-76/FK5 and IAU-2006/2010A);
  • Conversion between ECEF and local frames (NED);
  • Conversion between geodetic and geocentric variables; and
  • Conversion between time epochs (UTC, UT1, TT).

Installation

This package can be installed using:

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

Usage

See the package documentation.