Filterbank peak and average values 1-7000 Hz from RBSP-EFW (with peak and average values returned for 2 of 20 possible sources at any one time) - J. R. Wygant (University of Minnesota)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'RBSPB_EFW-L2_FBK'
start = '2012-09-05T23:21:28.000Z'
stop = '2019-07-16T00:00:08.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