Higher latitude chain (Lat 52.1, Long 246.2), Ground-based Vector Magnetic Field at Red Deer, Alberta, Canada, 0.5 sec, AUTUMN network - V. Angelopoulos, C. T. Russell, and M. Connors (UCB, UCLA, and U Athabasca respectively, NASA NAS5-02099)

id: THG_L2_MAG_REDR
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2005-09-24T10:47:10.000Z
stop: 2020-10-24T00:00:00.000Z
year range: 2005–2020

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'THG_L2_MAG_REDR'
start = '2005-09-24T10:47:10.000Z'
stop =   '2020-10-24T00:00: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