Sidereon.GNSS.Constellation.SkippedOmm (Sidereon v0.16.1)

Copy Markdown View Source

An OMM entry that Sidereon.GNSS.Constellation.from_celestrak_omm_lenient/2 could not resolve to a Record for the requested system.

Carries the entry's identity so the caller can triage why it was skipped: a record from another constellation in a combined feed, or a satellite of the requested system whose OBJECT_NAME does not yet resolve.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.Constellation.SkippedOmm{
  norad_id: pos_integer(),
  object_name: String.t() | nil
}