import cloudcatalog
dataset_id = 'AC_H2_SWI'
start = '1998-02-04T00:09:16.000Z'
stop = '2011-08-21T22:40:54.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))
AC_H2_SWI_1998.csv
https
s3
AC_H2_SWI_1999.csv
https
s3
AC_H2_SWI_2000.csv
https
s3
AC_H2_SWI_2001.csv
https
s3
AC_H2_SWI_2002.csv
https
s3
AC_H2_SWI_2003.csv
https
s3
AC_H2_SWI_2004.csv
https
s3
AC_H2_SWI_2005.csv
https
s3
AC_H2_SWI_2006.csv
https
s3
AC_H2_SWI_2007.csv
https
s3
AC_H2_SWI_2008.csv
https
s3
AC_H2_SWI_2009.csv
https
s3
AC_H2_SWI_2010.csv
https
s3
AC_H2_SWI_2011.csv
https
s3