Skip to content

Releases: eodms-sgdot/eodms-cli

v3.5.0

28 Feb 20:46
86fef3d
Compare
Choose a tag to compare
  • Added a hit count check to determine the number of results for a search.
  • Fixed case-insensitive for filters (issue #50).
  • Added restriction for a maximum of 1500 image results for a single search request (issue #49).
  • Removed hardcoded open_data=true for NAPL images (issue #48).

v3.4.2

29 Nov 22:00
95161b1
Compare
Choose a tag to compare
  • Fixed issue #44

v3.4.1

14 Nov 20:33
6323734
Compare
Choose a tag to compare
  • Added option for the output geospatial file to be a folder as well as a file.

v3.4.0

01 Nov 19:37
36cc747
Compare
Choose a tag to compare
  • Fixed Maximum Cloud Cover field (Issue #38)
  • Added colours to prompts and outputs
  • Added exit_cli function in order to facilitate logging out of EODMS account (requires py-eodms-rapi v1.5.7 or higher)
  • Raised the minimum required py-eodms-rapi from 1.4.5 to 1.5.0
  • Fixed issue with case sensitive choices for filters (Issue #41)

v3.3.0

08 Jun 19:11
b48fc0e
Compare
Choose a tag to compare
  • Fixed error which occurs when using a WKT as an input AOI (Issue #36)
  • Modified description for the "filters" prompt and added an example

v3.2.2

15 Feb 21:29
0182a30
Compare
Choose a tag to compare
  • Added AWS COGs download option for Process 2 when using a CSV file from the EODMS

v3.2.1

07 Nov 15:24
e84ff28
Compare
Choose a tag to compare
  • Fixed issue when using EODMS UI CSV results file with ALOS-2 collections
  • Added 'maximum' number of images to search for after setting 'no_order' to True
  • Fixed and updated testing scripts
  • Added 'packaging' to requirements.txt

v3.2.0

17 Oct 18:33
cf7201d
Compare
Choose a tag to compare
  • Modified EODMS UI field mappings since they are now mapped in py-eodms-rapi
  • Added checks for specific collections which cannot be ordered/downloaded
  • Added new parameter to config file which can limit the number of times the script checks for orders that are AVAILABLE_FOR_DOWNLOAD (new parameter: download_attempts, default is blank meaning no limit)
  • Extended --configure options to allow for a single edit of a parameter in one command (ex: python eodms_cli.py --configure RAPI.download_attempts=10)

v3.1.0

06 Sep 21:04
eb1a604
Compare
Choose a tag to compare
  • Moved configuration 'gets' to separate methods in eodms_cli.py
  • Added error check for 64base conversion of password
  • Removed CSV field option when running Process #2 and now automatically determines EODMS UI CSV results
  • For Process 4, added maximum number of downloads and the ability to list specific Order Ids and Order Item Ids

v3.0.2

21 Jun 17:41
eacc5d9
Compare
Choose a tag to compare
  • Fixed percentage overlap issue