import cloudcatalog
dataset_id = 'FAST_OR_SSC'
start = '1996-08-22T00:00:00.000Z'
stop = '2009-05-04T00:00:00.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))
FAST_OR_SSC_1996.csv
https
s3
FAST_OR_SSC_1997.csv
https
s3
FAST_OR_SSC_1998.csv
https
s3
FAST_OR_SSC_1999.csv
https
s3
FAST_OR_SSC_2000.csv
https
s3
FAST_OR_SSC_2001.csv
https
s3
FAST_OR_SSC_2002.csv
https
s3
FAST_OR_SSC_2003.csv
https
s3
FAST_OR_SSC_2004.csv
https
s3
FAST_OR_SSC_2005.csv
https
s3
FAST_OR_SSC_2006.csv
https
s3
FAST_OR_SSC_2007.csv
https
s3
FAST_OR_SSC_2008.csv
https
s3
FAST_OR_SSC_2009.csv
https
s3