Apollo 15 Solar Wind measurements at the lunar surface - Conway W. Snyder (Jet Propulsion Laboratory )

id: APOLLO15_SWS_28S
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 1971-07-31T19:38:38.000Z
stop: 1972-06-30T18:14:35.000Z
year range: 1971–1972

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'APOLLO15_SWS_28S'
start = '1971-07-31T19:38:38.000Z'
stop =   '1972-06-30T18:14:35.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