You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 2011 file at ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_DATA/INDICES/KP_AP/ is missing the f107 value for the first day of the year. In get_indices, this gets loaded as NaN, which wreaks havoc on codes that use this package such as MSIS-E00.
I "solved" the problem locally, by editing the 2011 file directly:
The 2011 file at ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_DATA/INDICES/KP_AP/ is missing the f107 value for the first day of the year. In get_indices, this gets loaded as
NaN
, which wreaks havoc on codes that use this package such as MSIS-E00.I "solved" the problem locally, by editing the 2011 file directly:
My inclination is to make this code or those that depend on it more robust against
NaN
s, but that may not be welcomed by all users.The text was updated successfully, but these errors were encountered: