JuliaSpace / SatelliteToolbox.jl

A toolbox for satellite analysis written in julia language.
MIT License
248 stars 33 forks source link

2023 Space Index File not available #87

Closed rconnorjohnstone closed 1 year ago

rconnorjohnstone commented 1 year ago

Running init_space_indices() currently errors when trying to download the 2023 Kp files, which don't yet exist on the Potsdam website that it's pulling them from.

ronisbr commented 1 year ago

Thanks for letting me know! I will add some try..catch to avoid those problems.

ronisbr commented 1 year ago

I am rewriting SatelliteToolbox.jl to split it into smaller modules. The space indices are now handle in SpaceIndices.jl that uses Scratch.jl. I think we can close this issue but feel free to reopen if it is not the case.