STEREO Behind IMPACT Burst Criteria. - J. Luhmann (UCB/SSL)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'STB_L1_IMPACT_BURST'
start = '2006-10-28T18:58:18.000Z'
stop = '2014-03-01T00:00:39.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))
Yearly index files
-
STB_L1_IMPACT_BURST_2006.csv
https
s3
-
STB_L1_IMPACT_BURST_2007.csv
https
s3
-
STB_L1_IMPACT_BURST_2008.csv
https
s3
-
STB_L1_IMPACT_BURST_2009.csv
https
s3
-
STB_L1_IMPACT_BURST_2010.csv
https
s3
-
STB_L1_IMPACT_BURST_2011.csv
https
s3
-
STB_L1_IMPACT_BURST_2012.csv
https
s3
-
STB_L1_IMPACT_BURST_2013.csv
https
s3
-
STB_L1_IMPACT_BURST_2014.csv
https
s3