import cloudcatalog
dataset_id = 'PO_H0_HYD'
start = '1996-03-20T00:00:06.000Z'
stop = '2008-03-31T23:59:52.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_H0_HYD_1996.csv
https
s3
PO_H0_HYD_1997.csv
https
s3
PO_H0_HYD_1998.csv
https
s3
PO_H0_HYD_1999.csv
https
s3
PO_H0_HYD_2000.csv
https
s3
PO_H0_HYD_2001.csv
https
s3
PO_H0_HYD_2002.csv
https
s3
PO_H0_HYD_2003.csv
https
s3
PO_H0_HYD_2004.csv
https
s3
PO_H0_HYD_2005.csv
https
s3
PO_H0_HYD_2006.csv
https
s3
PO_H0_HYD_2007.csv
https
s3
PO_H0_HYD_2008.csv
https
s3