Lower latitude chain (Lat 41.4, Long 263.8), Ground-based Vector Magnetic Field at Bennington, NE, 0.5 sec, McMaC network, supported under NSF grant ATM-0245139 - Peter Chi (UCLA)

id: THG_L2_MAG_BENN
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2005-11-02T06:49:01.000Z
stop: 2015-04-27T14:57:19.000Z
year range: 2005–2015

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'THG_L2_MAG_BENN'
start = '2005-11-02T06:49:01.000Z'
stop =   '2015-04-27T14:57:19.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