Change report between two GNSS constellation catalog snapshots.
Summary
Types
@type record_change(value) :: %{ system: :gps, prn: pos_integer(), from: value, to: value }
@type t() :: %Orbis.GNSS.Constellation.Diff{ activity_changed: [record_change(boolean())], added: [Orbis.GNSS.Constellation.Record.t()], norad_reassigned: [record_change(pos_integer())], removed: [Orbis.GNSS.Constellation.Record.t()], sp3_id_changed: [record_change(String.t())], svn_changed: [record_change(pos_integer() | nil)], usability_changed: [record_change(boolean())] }