eodms-sgdot / eodms-cli

The EODMS CLI Python script is used to search, order and download imagery from the Earth Observation Data Management System using the REST API service.
Other
28 stars 8 forks source link

Issue with Order Key for Radarsat1 and NAPL #7

Closed keballantyne closed 3 years ago

keballantyne commented 3 years ago

An error occurs when using a CSV file from the EODMS UI. The mapping for collections Radarsat1 and NAPL in the script does not include an ORDER_KEY so the following error occurs:

ERROR: Traceback (most recent call last): File "C:\Working\Development\EODMS\eodms-rapi-orderdownload\dev\eodms-orderdownload.py", line 893, in main order_download(params) File "C:\Working\Development\EODMS\eodms-rapi-orderdownload\dev\eodms-orderdownload.py", line 239, in order_download query_imgs = eodms_csv.import_eodmsCSV() File "C:\Working\Development\EODMS\eodms-rapi-orderdownload\dev\utils\csv_util.py", line 198, in import_eodmsCSV out_recs = query_obj.query_csvRecords(records) File "C:\Working\Development\EODMS\eodms-rapi-orderdownload\dev\utils\utils.py", line 1369, in query_csvRecords rapi_id = coll_filts['ORDER_KEY'] KeyError: 'ORDER_KEY'

keballantyne commented 3 years ago

ORDER_KEY is now mapped properly.