Aerocube 6/Dosimeter Level 2 - J. B. Blake (The Aerospace Corporation)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'AEROCUBE-6-A_DOSIMETER_L2'
start = '2014-06-21T14:50:52.000Z'
stop = '2019-04-12T13:39:41.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
-
AEROCUBE-6-A_DOSIMETER_L2_2014.csv
https
s3
-
AEROCUBE-6-A_DOSIMETER_L2_2015.csv
https
s3
-
AEROCUBE-6-A_DOSIMETER_L2_2016.csv
https
s3
-
AEROCUBE-6-A_DOSIMETER_L2_2017.csv
https
s3
-
AEROCUBE-6-A_DOSIMETER_L2_2018.csv
https
s3
-
AEROCUBE-6-A_DOSIMETER_L2_2019.csv
https
s3