import cloudcatalog
dataset_id = 'I2_AV_RES'
start = '1971-04-01T09:22:52.000Z'
stop = '1983-01-13T11:06:43.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))
I2_AV_RES_1971.csv
https
s3
I2_AV_RES_1972.csv
https
s3
I2_AV_RES_1973.csv
https
s3
I2_AV_RES_1974.csv
https
s3
I2_AV_RES_1975.csv
https
s3
I2_AV_RES_1976.csv
https
s3
I2_AV_RES_1977.csv
https
s3
I2_AV_RES_1978.csv
https
s3
I2_AV_RES_1979.csv
https
s3
I2_AV_RES_1980.csv
https
s3
I2_AV_RES_1981.csv
https
s3
I2_AV_RES_1982.csv
https
s3
I2_AV_RES_1983.csv
https
s3