| 119 | [[BR]] |
| 120 | |
| 121 | === Weekly Report 6 === |
| 122 | |
| 123 | ''' What did you get done this week? ''' |
| 124 | * worked on mapwindow NetCDF Viewer. added controls to select time period and interpolation |
| 125 | * worked on import module. single long fetch is removed. |
| 126 | * USGS Thredds catalog fetch mimics that of browser and catalog tree nodes are expanded on user command. |
| 127 | This saves a very large amount of time since each fetch takes a couple of seconds and there is no point in |
| 128 | creating local xml files to avoid parsing. However .nc files may need caching. |
| 129 | * fixed matplotlib issues when plotting inisde PyQt. |
| 130 | * added progressbar to monitor matplotlib's plotting. |
| 131 | |
| 132 | ''' What do you plan on doing next week? ''' |
| 133 | * I am planning to add multithreading support in the mapwindow. |
| 134 | * matplotlib operations must be done in a seperate thread detached from ui. |
| 135 | * I will work on progressbar updation logic based on threading mechanism |
| 136 | * If everything comes clean by wednesday I will work on pyossim-planetsasha part |
| 137 | |
| 138 | ''' Are you blocked on anything? ''' |
| 139 | * Nothing |