bharding512
bharding512
I haven't seen this error before. Ubuntu should be fine. It seems like a path issue, possibly because pyglow was installed with sudo. Can you manually delete the offending file...
This (along with MSIS 2.0) would be highly desirable. PRs are welcome. I noticed that the IGRF website is linking to a Python implementation, PyIGRF. Perhaps pyglow could simply use...
Same here. My proposal is that pyglow could implement the new IGRF by using PyIGRF under the hood. On the other hand, it may not be too hard to simply...
pyglow implements IGRF by wrapping the Fortran functions. It seems like pyIGRF is a pure Python implementation which (assuming it's been validated) is simpler and easier maintained. If pyIGRF implements...
Do any errors occur when installing IRI? Or does the problem first occur when pyglow is imported? Copying here the output of the installation might help with debugging.
This is the same issue as #105. Our source of Kp/Ap was NOAA/NGDC, but as of mid-2018 they stopped providing this information. We should use GFZ Potsdam. Unfortunately there is...
Justin Mabie from NOAA said the following: > We are no longer ingesting this data. The FTP link is still active but the file will not be updated. You can...
I needed some 2019 Kp data so wrote this quick and dirty reader, which may or may not be useful for pyglow. Note that it requires pandas which pyglow does...
+1 N2+ is not an output of IRI, but N+ is, and it would be great if it were exposed to the pyglow user.
I don't think this pull request was ever accepted: https://github.com/timduly4/pyglow/pull/25