DERIVED FROM: Spinfit DC Electric Field estimates in M-GSE coordinates - J. R. Wygant (University of Minnesota)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'RBSPA_EFW-L2_VSVY-HIRES'
start = '2012-09-05T00:00:00.000Z'
stop = '2019-10-15T00:00:00.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
-
RBSPA_EFW-L2_VSVY-HIRES_2012.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2013.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2014.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2015.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2016.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2017.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2018.csv
https
s3
-
RBSPA_EFW-L2_VSVY-HIRES_2019.csv
https
s3