Solar Orbiter, Level L2, Solar Wind Analyzer, Electron Analyser System 2, Trigger Mode 3D, Differential Number Flux - C. J. Owen (MSSL-UCL, University College London, UK)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'SOLO_L2_SWA-EAS2-TM3D-DNF'
start = '2023-01-08T13:56:46.000Z'
stop = '2026-01-28T11:15:45.000Z'
fr=cloudcatalog.CloudCatalog('s3://gov-nasa-hdrl-data1/')
filelist = fr.request_cloud_catalog(dataset_id, start_date=start, stop_date=stop)
#example usage:
fr.stream_uri(filelist, lambda s3_uri, start, stop, filesize: MYCODE(s3_uri, start, stop, filesize))
Yearly index files
-
SOLO_L2_SWA-EAS2-TM3D-DNF_2023.csv
https
s3
-
SOLO_L2_SWA-EAS2-TM3D-DNF_2024.csv
https
s3
-
SOLO_L2_SWA-EAS2-TM3D-DNF_2025.csv
https
s3
-
SOLO_L2_SWA-EAS2-TM3D-DNF_2026.csv
https
s3