SolarKIndexStatus Structure

Derived from https://services.swpc.noaa.gov/json/planetary_k_index_1m.json.
It contains the effects of the sun on the magnetosphere of the last few hours and the predictions for the coming hours.
The K-index, and by extension the Planetary K-index, are used to characterize the magnitude of geomagnetic storms.
Kp is an excellent indicator of disturbances in the Earth's magnetic field and is used by the American Space Weather Prediction Center (SPWC)
to decide whether geomagnetic alerts and warnings need to be issued for users who are affected by these disturbances.
GPS Satellites can be affected by these disturbances, so it is important to monitor the Kp index.

Definition

Namespace: MobileTrack.Common.Models
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+ce90b2cf6b782b8d7b7fd47b3c546987c652c00f
public readonly struct SolarKIndexStatus : IEquatable<SolarKIndexStatus>
Inheritance
Object    ValueType    SolarKIndexStatus
Implements
IEquatableSolarKIndexStatus

Constructors

SolarKIndexStatus Default constructor

Methods

Equals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Equals(SolarKIndexStatus)Indicates whether the current object is equal to another object of the same type.
GetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)

Operators

Equality(SolarKIndexStatus, SolarKIndexStatus) Checks if the two SolarKIndexStatus are equal.
Inequality(SolarKIndexStatus, SolarKIndexStatus) Checks if the two SolarKIndexStatus are not equal.

Fields

EstimatedKp Estimated KP
KpIndex KP index. a value under 5 is fine, 5-7 is worrisome, 8+ can cause serious issues.
TimeStamp Timestamp of (estimated) Kp index

See Also