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§
- nom
nom
Structs§
- TLE
- Structure representing a single TLE.
Enums§
Functions§
- from_
lines - Parse a TLE from the three individual lines.
- parse
- Parse a TLE from a string representing three lines.