JuliaSpace / SatelliteToolbox.jl

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

fluxtable link broken #34

Closed htyeim closed 4 years ago

htyeim commented 4 years ago

It seems that the ftp server below has some problems. ftp://ftp.geolab.nrcan.gc.ca/data/solar_flux/daily_flux_values/fluxtable.txt When I used wget, it said "unable to resolve host address ‘ftp.geolab.nrcan.gc.ca’"


I think the new link might be ftp://ftp.seismo.nrcan.gc.ca/spaceweather/solar_flux/daily_flux_values/fluxtable.txt

ronisbr commented 4 years ago

Thanks! I will fix that :)

In the mean time, you can download the file manually and pass its path to the function init_space_indices using the keyword fluxtable_path.

ronisbr commented 4 years ago

Done ! I will release a new version very soon.