LatLonVMu FITS data

id: LatLonVMu
index prefix: s3://gov-nasa-hdrl-data1/sdac/sdo/ancillary/registries/
start: 2015-06-01T00:00:00Z
stop: 2021-12-31T23:59:59Z
year range: 2015–2021

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'LatLonVMu'
start = '2015-06-01T00:00:00Z'
stop =   '2021-12-31T23:59:59Z'
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