Lower latitude chain (Lat 26.4, Long 262.2), Ground-based Vector Magnetic Field at Lyford, TX, 0.5 sec, McMaC network, supported under NSF grant ATM-024513 - Peter Chi (UCLA)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'THG_L2_MAG_LYFD'
start = '2006-03-08T00:00:00.000Z'
stop = '2011-10-06T14:48:34.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