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

Hello everyone,

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

What did I get done this week?

This week’s work was mostly focused on querying and updating the manual:

  • Added operators to the query option.
  • Added the option to use multiple values per queryable, to emulate the OR relation.
  • Added the option to use multiple queryables, to emulate the AND relation.
  • Added “querying” section to the manual with examples.
  • Added different use cases of i.eodag to the manual [1].
  • Code refactoring.
  • The above changes can be found in this PR [2].

What do I plan on doing next week?

  • Further refactoring and working on feedback, as needed.
  • Continue planning for i.landsat.download [3], and starting with an initial reimplementation.

Am I blocked on anything?

  • I am not currently blocked by anything.

Best regards,
Hamed A. Elgizery

[1] grass-addons/src/imagery/i.eodag/i.eodag.html at grass8 · OSGeo/grass-addons · GitHub
[2] i.eodag: add operators to queryables and allow multiple values by HamedElgizery · Pull Request #1142 · OSGeo/grass-addons · GitHub
[3] grass-addons/src/imagery/i.landsat/i.landsat.download at grass8 · OSGeo/grass-addons · GitHub