Position in heliocentric coordinates from SPDF Helioweb - Natalia Papitashvili (NASA/GSFC/SPDF)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'MSL_HELIO1DAY_POSITION'
start = '2011-11-27T00:00:00.000Z'
stop = '2012-08-05T00: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
-
MSL_HELIO1DAY_POSITION_2011.csv
https
s3
-
MSL_HELIO1DAY_POSITION_2012.csv
https
s3