Lower latitude chain (Lat 44.3, Long 286.4), Ground-based Vector Magnetic Field at Lewis, NY, 1 sec time Resolution. - Jennifer Gannon, Delores Knipp, Mike Henderson (Computational Physics, Inc, University of Colorado, Boulder, GIC Magnetics. )
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'THG_L2_MAG_DAT'
start = '2021-02-01T17:00:34.000Z'
stop = '2026-02-10T07:04:57.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