giovedì 29 settembre 2011

Wget all the links in a file

I find very useful to download SDO-HMI data from  Virtual Solar Observatory  retrieving all the links I need in a csv file for convenience. This is more easy than studying manuals on how to retrieve file using IDL SolarSoft (after installing that!!!) after making queries on the database and things like that.
Now that all the links are exported in a csv file, to easily download all the images required with a single command just run:

wget -i SDO_images_list.csv

the "-i" flag recursively download all the links inside the csv file.

Nessun commento:

Posta un commento