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

Error Occurs if Timeout Occurs #4

Closed keballantyne closed 3 years ago

keballantyne commented 3 years ago

An error occurs in the script when a Timeout error occurs while accessing the RAPI.

keballantyne commented 3 years ago

Added error checks for the Timeout errors from the RAPI so either the script continues or the script ends with proper information provided to the user, based on the situation.