Skip to content

JuliaSpace/SatelliteToolboxTle.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


This package is part of the SatelliteToolbox.jl ecosystem.

SatelliteToolboxTle.jl

CI codecov docs-stable docs-dev Code Style: Blue DOI

This package allows creating, fetching, and parsing TLEs (two-line elements).

Two-line elements

The TLE, or two-line elements, is a fixed-width format that express the mean elements of a object en Earth's orbit. They are used as input for the Simplified General Perturbation Model 4 (SGP4 / SDP4) to propagate satellite orbits.

For more information about the TLE, see Two-line element set.

Installation

This package can be installed using:

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

Documentation

For more information, see the documentation.