Exploration of Low Energy Particle Ion (LEPi) Experiment 3D ion flux data, ARASE/ERG - Kazushi Asamura (ISAS, Jaxa)

id: ERG_LEPI_L2_OMNIFLUX
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2017-04-01T01:16:44.000Z
stop: 2021-04-30T23:58:54.000Z
year range: 2017–2021

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'ERG_LEPI_L2_OMNIFLUX'
start = '2017-04-01T01:16:44.000Z'
stop =   '2021-04-30T23:58: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))
    

Yearly index files