SuperMAG station data at 1 second resolution

id: supermag_mag-01s-station
index prefix: s3://gov-nasa-hdrl-data1/contrib/jhuapl/supermag/indices/
start: 1998-01-01T00Z
stop: 2024-05-22T00Z
year range: 1998–2024

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'supermag_mag-01s-station'
start = '1998-01-01T00Z'
stop =   '2024-05-22T00Z'
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