| 228 | == Week 1 == |
| 229 | |
| 230 | '''1) What did I complete this week?'''\\ |
| 231 | |
| 232 | I started work on implementing an initial version of Python library for generating UI files used by Processing plugin based on GRASS modules XML description. Unfortunately, I was not able to finish this task in time, because of I stuck in an automated generation of XML description from GRASS (1). So I have not enough sources for implementation and test of the parser (2). |
| 233 | |
| 234 | '''2) What am I going to achieve for next week?'''\\ |
| 235 | |
| 236 | I want to finish work from the Week 1 and also complete the goal of week 2 - Integration of generated description UI files from initial Python library to Processing plugin in order to generate GUI dialogue for GRASS modules. |
| 237 | |
| 238 | '''3) Is there any blocking issue?'''\\ |
| 239 | |
| 240 | I am blocked with generating XML descriptions from GRASS.(1) |
| 241 | |
| 242 | (1) https://github.com/radeknovotny94/GRASS_Parse_to_QGIS_UI/blob/master/generate_batch_for_xml.py \\ |
| 243 | (2) https://github.com/radeknovotny94/GRASS_Parse_to_QGIS_UI/blob/master/GRASSDescribtionParser.py |