SuperMAG ULF files in netcdf format

id: supermag_ulfncdf
index prefix: s3://gov-nasa-hdrl-data1/contrib/jhuapl/supermag/indices/
start: 2012-01-01T01Z
stop: 2024-05-22T01Z
year range: 2012–2024

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'supermag_ulfncdf'
start = '2012-01-01T01Z'
stop =   '2024-05-22T01Z'
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