Changes between Version 5 and Version 6 of GSoC_2013/Reports


Ignore:
Timestamp:
Jul 26, 2013, 9:58:59 AM (11 years ago)
Author:
rashadkm
Comment:

weekly report #6

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_2013/Reports

    v5 v6  
    117117 * Fetcing the catalog through recusrive parsing taking a lot of time making a delay in debugging and testing
    118118
     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