ELFIN-A state file, contains definitive position, attitude and orbit events - V. Angelopoulos (UCLA, IGPP/EPSS)
Fetch the full dataset (template)
import cloudcatalog
dataset_id = 'ELA_L1_STATE_DEFN'
start = '2018-09-16T00:00:00.000Z'
stop = '2022-09-17T23:59:59.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
-
ELA_L1_STATE_DEFN_2018.csv
https
s3
-
ELA_L1_STATE_DEFN_2019.csv
https
s3
-
ELA_L1_STATE_DEFN_2020.csv
https
s3
-
ELA_L1_STATE_DEFN_2021.csv
https
s3
-
ELA_L1_STATE_DEFN_2022.csv
https
s3