import cloudcatalog
dataset_id = 'DSCOVR_ORBIT_PRE'
start = '2015-02-11T23:39:07.000Z'
stop = '2023-04-12T12: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))
DSCOVR_ORBIT_PRE_2015.csv
https
s3
DSCOVR_ORBIT_PRE_2016.csv
https
s3
DSCOVR_ORBIT_PRE_2017.csv
https
s3
DSCOVR_ORBIT_PRE_2018.csv
https
s3
DSCOVR_ORBIT_PRE_2019.csv
https
s3
DSCOVR_ORBIT_PRE_2020.csv
https
s3
DSCOVR_ORBIT_PRE_2021.csv
https
s3
DSCOVR_ORBIT_PRE_2022.csv
https
s3
DSCOVR_ORBIT_PRE_2023.csv
https
s3