EUV-ML dataset, SOHO-only

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

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'euvml_soho'
start = '1996-01-01T00:00:00Z'
stop =   '2020-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