GRASS GSoC 2024 EODAG Support: Difference between revisions
m (Add category GSoC) |
(Added initial timeline) |
||
Line 2: | Line 2: | ||
{| class='wikitable' | {| class='wikitable' | ||
|Student Name: || [[User:Hamed5001|Hamed Ashraf Elgizery]], [https://www.aast.edu/ AASTMT, Smart-Village, Giza, Egypt] | | '''Student Name:''' || [[User:Hamed5001|Hamed Ashraf Elgizery]], [https://www.aast.edu/ AASTMT, Smart-Village, Giza, Egypt] | ||
|- | |- | ||
|Organization: || [http://www.osgeo.org OSGeo - Open Source Geospatial Foundation] | | '''Organization:''' || [http://www.osgeo.org OSGeo - Open Source Geospatial Foundation] | ||
|- | |- | ||
| Mentor Name: || Luca Delucchi, Veronica Andreo, Stefan Blumentrath | | '''Mentor Name:''' || Luca Delucchi, Veronica Andreo, Stefan Blumentrath | ||
|- | |- | ||
| '''GitHub Fork:''' || [https://github.com/HamedElgizery/grass-addons View Fork] | |||
|- | |- | ||
| '''GSoC Proposal''' || [https://docs.google.com/document/d/1PlUhGX_OWAOkdkHmH5smiYEgAl0yvqPh8tAa14WbE2E/edit?usp=sharing View Proposal] | |||
|} | |} | ||
__TOC__ | |||
== 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 == | |||
{| class="wikitable" | |||
|- | |||
! Period !! Timeline !! Tasks !! Status | |||
|- | |||
| '''Bonding Period''' || May 1 - May 26 || | |||
# Researching | |||
# GRASS documentation reading | |||
# Further familiarizing with the GRASS development environment | |||
# Familiarizing with the EODAG API and how it can be related to GRASS GIS concepts | |||
| style="background: #ffdead;" | In Progress | |||
|- | |||
| rowspan="12" | '''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 | |||
|| | |||
|- | |||
| '''Week 2''' (June 2 - June 8) || | |||
# Work on getting credentials on runtime. | |||
# Support choosing the provider by the user | |||
# 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 AOI (Area of Interest) with '''shapely''' | |||
# Testing, refactoring and bug fixing | |||
# Work on feedback | |||
|| | |||
|- | |||
| '''Week 5''' (June 23 - June 29) || | |||
# Add generic support for [https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/4_search.html#Queryables Queryables] | |||
# Work on feedback | |||
|| | |||
|- | |||
| '''Week 6''' (June 30 - July 6) || | |||
# Add [https://eodag.readthedocs.io/en/stable/notebooks/api_user_guide/5_serialize_deserialize.html Serialization/Deserialization] for SearchResults | |||
# Testing, refactoring and bug fixing | |||
# Work on feedback | |||
|| | |||
|- | |||
| style="background: #ffdead;"| '''Week 7''' (July 7 - July 13) | |||
|| | |||
# Pre-evaluation reformatting and documenting | |||
# '''Mid-term Evaluation: July 12''' | |||
|| | |||
|- | |||
| '''Week 8''' (July 14 - July 20) || | |||
# Reimplement [https://github.com/HamedElgizery/grass-addons/tree/grass8/src/imagery/i.sentinel i.sentinel.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 [https://github.com/HamedElgizery/grass-addons/tree/grass8/src/imagery/i.landsat/i.landsat.download i.landsat.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 || | |||
|} | |||
== Reports == | |||
{{GSoC}} | {{GSoC}} |
Revision as of 00:51, 25 May 2024
Accepted Google Summer of Code 2024 project.
Student Name: | Hamed Ashraf Elgizery, AASTMT, Smart-Village, Giza, Egypt |
Organization: | OSGeo - Open Source Geospatial Foundation |
Mentor Name: | Luca Delucchi, Veronica Andreo, Stefan Blumentrath |
GitHub Fork: | View Fork |
GSoC Proposal | View Proposal |
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 |
|
In Progress |
Official Coding Period | Week 1 (May 27 - June 1) |
|
|
Week 2 (June 2 - June 8) |
|
||
Week 3 (June 9 - June 15) |
|
||
Week 4 (June 16 - June 22) |
|
||
Week 5 (June 23 - June 29) |
|
||
Week 6 (June 30 - July 6) |
|
||
Week 7 (July 7 - July 13) |
|
||
Week 8 (July 14 - July 20) |
|
||
Week 9 (July 21 - July 27) |
|
||
Week 10 (July 28 - August 3) |
|
||
Week 11 (August 4 - August 10) |
|
||
Week 12 (August 11 - August 17) |
|
||
Evaluation Period | August 26 - September 2 | Submit code and final evaluation |