Lower latitude chain (Lat 39.2, Long 240.2), Ground-based Vector Magnetic Field at Carson City, NV, 0.5 sec, THEMIS GEONS network - V. Angelopoulos & C. T. Russell (UCB & UCLA respectively, NASA NAS5-02099)

id: THG_L2_MAG_CCNV
index prefix: s3://gov-nasa-hdrl-data1/spdf/cdaweb/data/indices/
start: 2004-07-23T21:38:41.000Z
stop: 2018-07-11T23:10:44.000Z
year range: 2004–2018

Fetch the full dataset (template)


import cloudcatalog
dataset_id = 'THG_L2_MAG_CCNV'
start = '2004-07-23T21:38:41.000Z'
stop =   '2018-07-11T23:10:44.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