Exploration of Energization and Radiation in Geospace (ERG) Extremely High-Energy Electron Experiment (XEP) Level 2 extremely high energy electron data - Nana Higashio (Space Environment Group, Aerospace Research and Development Directorate, Tsukuba Space Center, Japan Aerospace Exploration Agency, 2-1-1 Sengen, Tsukuba, Ibaraki 305-8505, Japan)

id: ERG_XEP_L2_OMNIFLUX
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2017-03-19T00:00:02.000Z
stop: 2021-04-30T23:59:42.000Z
year range: 2017–2021

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'ERG_XEP_L2_OMNIFLUX'
start = '2017-03-19T00:00:02.000Z'
stop =   '2021-04-30T23:59:42.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