Magnetic Field Experiment (MGF) Level 2 spin-averaged magnetic field data, ARASE/ERG - Ayako Matsuoka (Institute of Space and Astronautical Science, Japan Aerospace Exploration Agency, 3-1-1 Yoshinodai, Chuo-ku, Sagamihara, Kanagawa 252-5210, Japan)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'ERG_MGF_L2_8SEC'
start = '2017-03-13T12:01:18.000Z'
stop = '2021-04-30T23:59:50.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