IR Radiances in 10 channels (1.27 to 17ym) from 0 to 150 km, Version 1.07, - James Russell III (Hampton University)

id: TIMED_L1BV20_SABER
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2002-01-25T01:21:56.000Z
stop: 2026-06-06T00:51:15.000Z
year range: 2002–2026

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'TIMED_L1BV20_SABER'
start = '2002-01-25T01:21:56.000Z'
stop =   '2026-06-06T00:51:15.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