Values.TLEDataSourceTwo-line element set (TLE) data.
type nonrec t = {tleLine1 : TleLineOne.t;First line of two-line element set (TLE) data.
*)tleLine2 : TleLineTwo.t;Second line of two-line element set (TLE) data.
*)validTimeRange : TimeRange.t;The valid time range for the TLE. Time ranges must be continuous without gaps or overlaps.
*)}val make :
tleLine1:TleLineOne.t ->
tleLine2:TleLineTwo.t ->
validTimeRange:TimeRange.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TleLineOne.t
| `Structure of (string * [> `Timestamp of Timestamp.t ]) list ])
list ]