How to get full data tree for the course By storbenJune 5, 2018September 9, 2024Uncategorized Just type this in a shell: wget -r --no-parent https://astrordbms.oas.inaf.it/imprs-db/Data/ Have fun, Torben
As I wrote in https://astrordbms.oas.inaf.it/data-sources/ the correct way to download the entire Data directory is this: wget -r -l1 -np -nH -nc –cut-dirs=1 -A html,gz,sql,csv,tsv,MYD,MYI,frm https://ross2.oas.inaf.it/imprs-db/Data and if you want just one or some file types, just modify the list after the “-A”. Note that an “index.html” will be downloaded to, so remove it. L. Log in to Reply
One thought on “How to get full data tree for the course”
As I wrote in https://astrordbms.oas.inaf.it/data-sources/ the correct way to download the entire Data directory is this:
wget -r -l1 -np -nH -nc –cut-dirs=1 -A html,gz,sql,csv,tsv,MYD,MYI,frm https://ross2.oas.inaf.it/imprs-db/Data
and if you want just one or some file types, just modify the list after the “-A”.
Note that an “index.html” will be downloaded to, so remove it.
L.