import cloudcatalog
dataset_id = 'PO_LEVEL1_UVI'
start = '1996-03-20T00:00:21.000Z'
stop = '2008-04-16T14:28:32.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))
PO_LEVEL1_UVI_1996.csv
https
s3
PO_LEVEL1_UVI_1997.csv
https
s3
PO_LEVEL1_UVI_1998.csv
https
s3
PO_LEVEL1_UVI_1999.csv
https
s3
PO_LEVEL1_UVI_2000.csv
https
s3
PO_LEVEL1_UVI_2001.csv
https
s3
PO_LEVEL1_UVI_2002.csv
https
s3
PO_LEVEL1_UVI_2003.csv
https
s3
PO_LEVEL1_UVI_2004.csv
https
s3
PO_LEVEL1_UVI_2005.csv
https
s3
PO_LEVEL1_UVI_2006.csv
https
s3
PO_LEVEL1_UVI_2007.csv
https
s3
PO_LEVEL1_UVI_2008.csv
https
s3