EUV-ML 304A dataset, STEREO-A only

id: euvml_stereoa_304
index prefix: s3://gov-nasa-hdrl-data1/contrib/euvml/registries/
start: 2007-01-01T00:00:00Z
stop: 2021-12-31T00:00:00Z
year range: 2007–2021

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'euvml_stereoa_304'
start = '2007-01-01T00:00:00Z'
stop =   '2021-12-31T00:00:00Z'
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