Higher latitude chain (Lat 55.2, Long 254.7), Ground-based Vector Magnetic Field at La Ronge, Saskatchewan, 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_LARG
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2008-10-18T00:00:00.000Z
stop: 2017-10-11T20:59:59.000Z
year range: 2008–2017

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'THG_L2_MAG_LARG'
start = '2008-10-18T00:00:00.000Z'
stop =   '2017-10-11T20:59:59.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