Module Values.EphemerisDataSource

Ephemeris data.

Sourcetype nonrec t = {
  1. tle : TLEEphemeris.t option;
  2. oem : OEMEphemeris.t option;
  3. azEl : AzElEphemeris.t option;
}
Sourceval make : ?tle:??? -> ?oem:??? -> ?azEl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TleLineOne.t | `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]) list ] list | `String of UnboundedString.t | `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t ]) list ] list | `Structure of (string * [> `Timestamp of SyntheticTimestamp_date_time.t ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) list ] list | `String of S3BucketName.t ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t