import cloudcatalog
dataset_id = 'I1_AV_ORR'
start = '1970-01-28T09:47:09.000Z'
stop = '1981-08-24T14:00:56.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))
I1_AV_ORR_1970.csv
https
s3
I1_AV_ORR_1971.csv
https
s3
I1_AV_ORR_1972.csv
https
s3
I1_AV_ORR_1973.csv
https
s3
I1_AV_ORR_1974.csv
https
s3
I1_AV_ORR_1975.csv
https
s3
I1_AV_ORR_1976.csv
https
s3
I1_AV_ORR_1977.csv
https
s3
I1_AV_ORR_1978.csv
https
s3
I1_AV_ORR_1979.csv
https
s3
I1_AV_ORR_1980.csv
https
s3
I1_AV_ORR_1981.csv
https
s3