Lower latitude chain (Lat 33.0, Long 263.2), Ground-based Vector Magnetic Field at Richardson, TX, 0.5 sec, McMac network, supported under NSF grant ATM-0245139 - Peter Chi (MCMAC data and NSF for support through grant ATM-0245139)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'THG_L2_MAG_RICH'
start = '2005-11-02T06:20:22.000Z'
stop = '2010-12-31T23: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