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

id: APOLLO15_SWS_1HR
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 1971-07-31T19:30:00.000Z
stop: 1972-06-30T17:30:00.000Z
year range: 1971–1972

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'APOLLO15_SWS_1HR'
start = '1971-07-31T19:30:00.000Z'
stop =   '1972-06-30T17:30:00.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