[GRASS-dev] Add EODAG Support | GSoC 2024 - Week 11

Hello everyone,

Here is my weekly report for week #11, adding EODAG support to GRASS GIS, GSoC 2024.

  1. What did I get done this week?
  • Added testsuite to i.eodag [1], to be completed in the upcoming week.
  • Put back the settings option to i.landsat.download that was initially removed after reimplementation. [2]
  • Added -p flag to i.eodag to print a query summary and exit. [3]
  • Started working on this PR [4] to update i.eodag to be compatible with the, to be released, EODAG 3.0.0, in response to the EODAG 3 beta versions. [5]
  • Added Creodias provider support to i.eodag, by supporting authentication with TOTP. [6]
  • Updated i.sentinel.download manual after the reimplementation and continued working on the i.sentinel.download open PR. [7]
  1. What do I plan on doing next week?
  • Continue working on merging the current open PRs, and adjusting according to feedback.
  • Refactoring and documentation.
  1. Am I blocked on anything?
  • I am not currently blocked by anything.

Best regards,

Hamed A. Elgizery

[1] https://github.com/OSGeo/grass-addons/pull/1163

[2] https://github.com/OSGeo/grass-addons/pull/1156

[3] https://github.com/OSGeo/grass-addons/pull/1167

[4] https://github.com/OSGeo/grass-addons/pull/1165

[5] https://github.com/CS-SI/eodag/releases

[6] https://github.com/OSGeo/grass-addons/pull/1159

[7] https://github.com/OSGeo/grass-addons/pull/1150