GOLD O2DEN L2 Daily Fileof O2 density - Richard Eastes (University of Colorado/LASP)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'GOLD_L2_O2DEN'
start = '2018-10-19T15:22:12.000Z'
stop = '2023-02-19T23:44:13.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