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.
Namespace: MobileTrack.Common.ModelsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public readonly struct SolarKIndexStatus : IEquatable<SolarKIndexStatus>
- Inheritance
- Object ValueType SolarKIndexStatus
- Implements
- IEquatableSolarKIndexStatus
| 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
|