Crate tletools

Source
Expand description

TLE-tools is a small library to work with two-line element set files.

This module defines the structure TLE which represents a single TLE. Its fields are expressed in the same units that are used by the TLE format.

Modules§

nomnom

Structs§

TLE
Structure representing a single TLE.

Enums§

Error

Functions§

from_lines
Parse a TLE from the three individual lines.
parse
Parse a TLE from a string representing three lines.

Type Aliases§

BoxError