Changes between Version 22 and Version 23 of GSoC/2018/CloudsAndShadowsDetection


Ignore:
Timestamp:
Jul 1, 2018, 2:30:23 AM (6 years ago)
Author:
Robifag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2018/CloudsAndShadowsDetection

    v22 v23  
    158158{{{#!td
    159159}}}
    160 {{{#!td
     160{{{#!td style="text-align: center"
     161X
    161162}}}
    162163|-----------------------
     
    443444'''1) What did I complete this week?'''\\
    444445
    445 * Better investigated the library ElementTree for parsing xml file (sentinel metadata)
     446* Better investigated the library !ElementTree for parsing xml file (sentinel metadata)
    446447* Started defining an automatic procedure in order to retrieve all the necessary parameters for the control file of i.atcorr
    447448* Started writing the basic code for the automatic compilation of the control file
     
    460461'''3) Is there any blocking issue?'''\\
    461462No at the moment.
     463
     464=== Week 07 ===
     465
     466'''1) What did I complete this week?'''\\
     467
     468* Continued coding the GRASS python script to execute i.atcorr for all bands of the input image changing accordingly the requested input parameters and control file (0)
     469* Changed some lines of the code according to the i.atcorr manual page (e.g. lon/lat retrieved from the computational region and not from metadata file) (0)
     470* Added the automatic computation of mean target elevation from the input dem (0)
     471* Wrote and added the python script for retrieving the aerosol optical thickness (AOT) value from AERONET data using Py6S library (1)
     472* Discussed with dev community about the need to write my own routine to retrieve and compute AOT at 550 nm avoiding too many dependencies (2)
     473* Started writing my own routine to extract and compute AOT at 550 (one of the parameters of the i.atcorr control file) (3)
     474
     475
     476'''2) What am I going to achieve for next week?'''\\
     477
     478* Finish writing the routine for AOT computation
     479* Understand how to automatically retrieve some parameters for the control file like aerosol and atmospheric models
     480* Finish defining the automatic procedure for retrieving all the last missing parameters for the control file
     481
     482'''3) Is there any blocking issue?'''\\
     483No at the moment but the coding of the routine takes more time than expected.
     484
     485(0) https://github.com/RobiFag/GRASS_clouds_and_shadows/commit/52ede2e0e8d157f5b19fbb414c29bbde0e728b13#diff-d42beca70d363fcee5a6ec17260c5129\\
     486(1) https://github.com/RobiFag/GRASS_clouds_and_shadows/commit/a8757bfaae04c283daab1b03216b3e0d7ed4c885\\
     487(2) https://lists.osgeo.org/pipermail/grass-dev/2018-June/088814.html\\
     488(3) https://github.com/RobiFag/GRASS_clouds_and_shadows/commit/568164ea4f093a3045b2562404ece544d1ff6f0f\\