ISIS-2 Topside Electron Density Profiles, manually scaled at CRC - J. E. Jackson (Communication Research Centre (CRC), Ottawa)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'I2_NEPROF_TOPS'
start = '1971-04-08T22:27:48.000Z'
stop = '1979-08-27T17:52:25.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