Calibrated L2 thermal plasma measurements from the Sweeping Langmuir Probe (SLP) - A. Barjatya (Embry Riddle Aeronautical University)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'ENDURANCE_L2_SLP'
start = '2022-05-11T01:32:49.000Z'
stop = '2022-05-11T01:45:14.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