PSP FIELDS L2 Radio Frequency Spectrometer (RFS) Burst Data - Stuart D. Bale (bale@ssl.berkeley.edu) (UC Berkeley Space Sciences Laboratory)

id: PSP_FLD_L2_RFS_BURST
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2019-12-26T18:04:05.000Z
stop: 2019-12-26T18:24:12.000Z
year range: 2019–2019

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'PSP_FLD_L2_RFS_BURST'
start = '2019-12-26T18:04:05.000Z'
stop =   '2019-12-26T18:24:12.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