Solar Orbiter Level 2 Low Latency Magnetometer Data - T. Horbury (The Blackett Laboratory, Imperial College London)

id: SOLO_LL02_MAG
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2020-06-03T14:28:15.000Z
stop: 2023-02-13T20:49:37.000Z
year range: 2020–2023

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'SOLO_LL02_MAG'
start = '2020-06-03T14:28:15.000Z'
stop =   '2023-02-13T20:49:37.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