d049·dataset
The Sun in ultraviolet light
SDO AIA Full-Disk EUV/UV Imagery
JSOC at Stanford (NOT one of the 12 EOSDIS DAACs) SDO_AIA 0.6 arcsec/pixel (~430 km on the sun) 12 seconds FITS heliophysicsspace-weather
The canonical NASA solar imagery dataset. 10 EUV+UV channels; training data for the Surya foundation model.
SDO AIA Full-Disk EUV/UV Imagery
The canonical NASA solar imagery dataset. 10 EUV+UV channels; training data for the Surya foundation model.
Access
- Python (earthaccess):
use SunPy + VSO/JSOC; not via earthaccess - Portal: http://jsoc.stanford.edu/
- Pretrained weights: https://huggingface.co/nasa-ibm-ai4science/Surya-1.0
Gotchas
- Heliophysics has its own data system separate from EOSDIS
- Full-resolution data is petabytes; downsample temporally or spatially for most workflows
- Use SunPy, not raw FITS
Sources
The access details, code, and sources below are kept in the original English for technical accuracy.
Quick access (cloud-direct)
import earthaccess
earthaccess.login(strategy="netrc")
results = earthaccess.search_data(
short_name="SDO_AIA",
bounding_box=(-122.5, 37.2, -121.8, 37.9),
temporal=("2024-01-01", "2024-12-31"),
)
files = earthaccess.open(results) # stream from JSOC at Stanford (NOT one of the 12 EOSDIS DAACs) Browsing CMR needs no login. Downloading or streaming bytes needs a free Earthdata Login + the earthaccess package. 📚 Problem Finder KB
1 matching entry in the Knowledge Base:
§14 Glossary
SDO
Solar Dynamics Observatory (NASA, the satellite Surya was trained on)