import cloudcatalog
dataset_id = 'ISEE2_4SEC_MFI'
start = '1977-10-22T19:54:12.000Z'
stop = '1987-09-26T06:10:21.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))
ISEE2_4SEC_MFI_1977.csv
https
s3
ISEE2_4SEC_MFI_1978.csv
https
s3
ISEE2_4SEC_MFI_1979.csv
https
s3
ISEE2_4SEC_MFI_1980.csv
https
s3
ISEE2_4SEC_MFI_1981.csv
https
s3
ISEE2_4SEC_MFI_1982.csv
https
s3
ISEE2_4SEC_MFI_1983.csv
https
s3
ISEE2_4SEC_MFI_1984.csv
https
s3
ISEE2_4SEC_MFI_1985.csv
https
s3
ISEE2_4SEC_MFI_1986.csv
https
s3
ISEE2_4SEC_MFI_1987.csv
https
s3