Higher latitude chain (Lat 60.6, Long 208.7), Ground-based Vector Magnetic Field at Kaktovik, AK, 1.0 sec, GIMA network - D. Hampton (Geophysical Institute, University of Alaska Fairbanks)

id: THG_L2_MAG_KENA
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2016-08-15T22:28:09.000Z
stop: 2023-03-14T00:59:58.000Z
year range: 2016–2023

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'THG_L2_MAG_KENA'
start = '2016-08-15T22:28:09.000Z'
stop =   '2023-03-14T00:59:58.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