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

`maxResults` should default to 1500 #49

Closed keballantyne closed 4 months ago

keballantyne commented 4 months ago

When searching the RAPI with maxResults > 1500, it's more likely to timeout.

keballantyne commented 4 months ago

Fixed in v3.5.0. The user will be notified whenever search results are over 1500 images and be prompted to continue with only the first 1500 results or exit and change their filters.