Solar irradiances 0.1 - 194 nm, Version 11 - Tom Woods (LASP/CU)

id: TIMED_L3A_SEE
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2002-01-22T05:10:36.000Z
stop: 2023-03-12T23:30:23.000Z
year range: 2002–2023

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'TIMED_L3A_SEE'
start = '2002-01-22T05:10:36.000Z'
stop =   '2023-03-12T23:30:23.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