| 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?'''\\ |
| 483 | No 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\\ |