HiRes plasma data - John D. Richardson (Kavli Institute for Astrophysics and Space Research, Massachusetts Institute of Technology.)

id: VOYAGER2_PLS_HIRES_PLASMA_DATA
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 1977-08-21T03:55:17.000Z
stop: 2007-08-30T23:33:11.000Z
year range: 1977–2007

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'VOYAGER2_PLS_HIRES_PLASMA_DATA'
start = '1977-08-21T03:55:17.000Z'
stop =   '2007-08-30T23:33:11.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