Accepted Google Summer of Code 2024 project.
Abstract
The project focuses on writing a Python library for GRASS GIS that utilizes EODAG API. Currently, GRASS uses different APIs for each satellite data provider. As a result, a lot of maintenance has to be done to keep up with the changes happening to all the different APIs. Thus, adding EODAG support to GRASS GIS will provide a lot of flexibility in the future development of GRASS, by decreasing the amount of maintenance needed to keep up with all the different APIs updated, and instead, sufficiently, maintain the support for EODAG library. Deliverables for this proposal are supporting Sentinel, Landsat, and MODIS datasets with EODAG, and reimplementation of both i.sentinel.download and i.landsat.download modules with the new GRASS EODAG library.
Timeline
Period |
Timeline |
Tasks |
Status
|
Bonding Period |
May 1 - May 26 |
- Researching
- Reading GRASS documentation
- Further familiarizing with the GRASS development environment
- Familiarizing with the EODAG API and how it can be related to GRASS GIS concepts
|
Ok
|
Official Coding Period
|
Week 1 (May 27 - June 1) |
- Write an initial i.eo.download addon module using USGS provider and Landsat data
- Limited working time due to final exams
|
Ok
|
Week 2 (June 2 - June 8) |
- Add printing results and saving it in GeoJSON format.
- Add support for GeoJSON as an AOI parameter.
- Add downloading products from a file by IDs.
- Work on feedback
- Limited working time due to final exams
|
|
Week 3 (June 9 - June 15) |
- Add initial test cases and documentation / manual
- Work on feedback
- Almost done with final exams
|
|
Week 4 (June 16 - June 22) |
- Add support for Grass Map as an AOI parameter.
- Add filtering by AOI relation type (intersect, contain, and within).
- Work on getting credentials on runtime.
- Testing, refactoring and bug fixing
- Work on feedback
|
|
Week 5 (June 23 - June 29) |
- Add generic support for Queryables
- Add (to be chosen) features according to the new supported Queryables.
- Work on feedback
|
|
Week 6 (June 30 - July 6) |
- Testing, refactoring and bug fixing
- Work on feedback
|
|
Week 7 (July 7 - July 13)
|
- Pre-evaluation reformatting and documenting
- Mid-term Evaluation: July 12
|
|
Week 8 (July 14 - July 20) |
- Reimplement i.landsat.download
- Work on feedback
|
|
Week 9 (July 21 - July 27) |
- Testing, refactoring and bug fixing
- Work on feedback
|
|
Week 10 (July 28 - August 3) |
- Reimplement i.sentinel.download
- Work on feedback
|
|
Week 11 (August 4 - August 10) |
- Testing, refactoring and bug fixing
- Work on feedback
|
|
Week 12 (August 11 - August 17) |
- Work on feedback
- Final reformatting and documenting
|
|
Evaluation Period |
August 26 - September 2 |
Submit code and final evaluation |
|
Log of Pull Requests
Pull Request |
Description |
Date |
Status
|
#1090
|
Week 1: add i.eodag module
|
May 27th, 2024
|
Open
|
Reports