Helium omni-directional distribution, differential flux - Berend Wilken (MPS)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'C1_CP_RAP_ISPCT_HE'
start = '2000-12-03T00:20:02.000Z'
stop = '2007-03-14T23:59:51.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
-
C1_CP_RAP_ISPCT_HE_2000.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2001.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2002.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2003.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2004.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2005.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2006.csv
https
s3
-
C1_CP_RAP_ISPCT_HE_2007.csv
https
s3