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

Hello everyone,

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

  1. What did I get done this week?
  • Added USGS as a datasource to i.landsat.download.
  • Refactored i.landsat.download and the reimplementation is merged here [1].
  • Added three new options to i.eodag [2]:
  • Pattern: To filter products using regular expressions, based on their ID.
  • Wait: Wait time in minutes before retrying to download data.
  • Timeout: If download fails, maximum time before stop retrying to download.
  1. What do I plan on doing next week?
  • Start working on i.sentinel.download[3].
  • Address as much as possible of the issues mentioned here [4]. (Couldn’t work on them last week, because of multiple travelling for a coding competition, ECPC - Egyptian Collegiate Programming Contest, but I will address them in parallel with i.sentinel.download).
  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/1144
[2] https://github.com/OSGeo/grass-addons/pull/1145
[3] https://github.com/OSGeo/grass-addons/tree/grass8/src/imagery/i.sentinel/i.sentinel.download
[4] https://github.com/HamedElgizery/grass-addons/issues/17