ISIS-2 TOPIST produced electron density profiles, of highest quality (quality flag = 2 and 3 - X. Huang and B. Reinisch (University of MassachusettsLowell)

id: I2_NEPROF_TOPIST
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 1971-11-11T18:18:40.000Z
stop: 1984-01-04T05:15:38.000Z
year range: 1971–1984

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'I2_NEPROF_TOPIST'
start = '1971-11-11T18:18:40.000Z'
stop =   '1984-01-04T05:15:38.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