GOES-14 EPS (Energetic Particle Sensor) MagED (Magnetospheric Electron Detector) 1 minute electron fluxes 40-475 keV - NOAA NGDC and SWPC (sem.goes@noaa.gov)

id: GOES14_EPS-PITCH-ANGLES_1MIN
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2012-10-01T00:00:00.000Z
stop: 2020-03-04T23:59:00.000Z
year range: 2012–2020

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'GOES14_EPS-PITCH-ANGLES_1MIN'
start = '2012-10-01T00:00:00.000Z'
stop =   '2020-03-04T23:59:00.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