Changes between Version 13 and Version 14 of GSoC/2018/CloudsAndShadowsDetection


Ignore:
Timestamp:
May 20, 2018, 7:43:54 AM (6 years ago)
Author:
Robifag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/CloudsAndShadowsDetection

    v13 v14  
    309309(12) https://drive.google.com/file/d/1KYEKvNBurBFHw1xUTLjM0PW80Z-7br81/view?usp=sharing \\
    310310(13) https://lists.osgeo.org/pipermail/grass-dev/2018-May/088369.html \\
     311
     312=== Week 01 ===
     313Since my progress has been a bit faster than expected I have already discussed with my mentors about further additions to the project. Therefore I have already updated my wiki page changing the timeline. In this way, I will be able to release a more complete module.
     314
     315'''1) What did I complete this week?'''
     316
     317    * Checked the prototype version of the algorithm for cloud and shadow detection\\
     318    * Tested it \\
     319    * I better studied the documentation of the GRASS Python Scripting Library and started coding the GRASS python script following the workflow schema prepared during the bonding period\\
     320    * Coded the 'data preparation' phase\\
     321    * Coded the clouds detection procedure\\
     322    * Added this first part of python script to my !GitHub repository\\
     323    * Discussed with my mentors about further additions\\
     324    * Discussed with the community about testing phase. I received some feedback and some developers stepped forward to help me in testing the algorithm \\
     325    * Shared progress with the community\\
     326
     327Unfortunately, I wasn't able to code on Thursday because of a PhD meeting with my supervisor.
     328
     329'''2) What am I going to achieve for next week?'''
     330
     331    * Finish the translation of the algorithm in a basic python script adding the shadows detection procedure and the steps for checking and cleaning the final outputs\\
     332    * Improve the python script so as to have a "light" working python script (manage temporary file, clean up the code, etc.)\\
     333    * Test it and fix bugs\\
     334    * Start implementing the GUI\\
     335
     336'''3) Is there any blocking issue?'''\\
     337No at the moment.