Geomagnetic indices downloader and parser, returns Ap, F10.7 (unsmoothed and smoothed) and Kp. Let us know via GitHub Issue if something is missing.
Output datatype is pandas.DataFrame (for multiple times)
Missing data is returned as NaN
(Not a Number floating point value).
use from other programs like
import geomagindices as gi
inds = gi.get_indices(datetime)
where date is Python datetime.datetime, etc.
python Examples/PlotIndices.py 2015-01-01 2016-01-01
We should add readers for the new post-SWPC data sources, from 2018 onward as noted at: https://www.celestrak.com/SpaceData/SpaceWx-format.php
- Kp, Ap
- f10.7
Let us know via GitHub Issue if you want this new data.