All data can be downloaded directly from data.sdss.org or dr19.sdss.org using the wget command, but is more efficiently downloaded from the SDSS data transfer node from dtn.sdss.org using the rsync method. Access is also available via Globus Online. The Data Model page has a description of the directory structure and file formats. Note that the total SDSS data volume is > 750 TB; see the data volume table including all data releases. If you need a substantial fraction of that data (>1 TB), please contact the helpdesk to arrange a custom data transfer. This will be faster for you and easier on our servers.
To learn how to download previous SDSS products, see the SDSS-IV bulk data access page.
NOTE: all rsync commands on this page have --dry-run
added to them, and all wget commands have --spider
added to them. You have to remove those command line arguments for these commands to actually download data. Also, wget commands use the same URL as you would in a web browser, e.g.,
wget --spider https://dr19.sdss.org/sas/dr19/spectro/boss/redux/v6_1_3/fieldlist-v6_1_3.fits
yet, for rsync, drop the “sas” from the URL, e.g.,
rsync --dry-run -lv rsync://dtn.sdss.org/dr19/spectro/boss/redux/v6_1_3/fieldlist-v6_1_3.fits .
If you are having any difficulty with URLs, check the notes below. The number of rsync and wget connections may be throttled if you attempt too many concurrent downloads. It is recommended to use rsync to download many files from the dtn.sdss.org data transfer node; but wget is supported especially for testing access via the http server at https://data.sdss.org/sas.
Globus Online
SDSS data are also available via Globus Online using the endpoint sdss#public
(US Mountain). For large transfers, Globus is significantly faster and more robust than using wget or rsync. Globus Online requires a separate account, but once that is set up Globus offers a “fire-and-forget” transfer that automatically optimizes transfer settings, retries any failures, and emails you when your transfer is done. The Globus Connect tool allows you to use globus to download data to your laptop or other computers which are not permanent Globus endpoint servers.