GOES 11 Energetic Particle Sensor, Key Parameters - T. Onsager (NOAA SEC)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'GOES11_K0_EP8'
start = '2006-06-23T00:02:30.000Z'
stop = '2010-12-30T23:57:30.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