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 7 forks source link

Priority level doesn't work if lower-case #18

Closed keballantyne closed 2 years ago

keballantyne commented 2 years ago

When submitting an order, the Priority level will switch to "Medium" if the value is lower-case (ex: "low" switches to "Medium")

keballantyne commented 2 years ago

The py-eodms-rapi has been updated to allow for lower-case Priority levels. Please run "pip install py-eodms-rapi==1.4.3" to get the version with a fix for this issue.