Changes between Version 2 and Version 3 of GSoC_2013/Reports


Ignore:
Timestamp:
Jul 5, 2013, 7:54:42 AM (11 years ago)
Author:
rashadkm
Comment:

weekly report #3

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_2013/Reports

    v2 v3  
    11[[BR]]
    2 === Week 1 Report ===
     2=== Weekly Report 1 ===
    33
    44'''What did you get done this week?'''
    55 * I refractored PlanetSasha code and make it more like an API
    66 * Created UI classes for handling Qt's Gui widgets:
    7     SashaMainWindow
    8     NavigationWindow
    9     MapWindow, GpsWindow, GraphWindow
    10     PanToolBox, RollToolBox, PitchToolBox
     7    SashaMainWindow, NavigationWindow, MapWindow, [[BR]]
     8    GpsWindow, GraphWindow PanToolBox, RollToolBox, PitchToolBox
    119 *  Since these classes are handling Qt's QTabWidget & QDockWidget mainly, porting was easy.
    1210 *  Slots has been moved in various places as the single file code style has been abandoned.
     
    2321
    2422[[BR]]
    25 === Week 2 Report ===
     23=== Weekly Report 2 ===
    2624
    2725'''What did you get done this week?'''
     
    4139'''Are you blocked on anything?'''
    4240 * Nothing. I couldn't implement fetch module this week which I can patch up with some extra hours before monday.
     41
     42
     43[[BR]]
     44=== Weekly Report 3 ===
     45
     46''' What did you get done this week? '''
     47
     48 * Implemented the nc fetch/import moudle.
     49 * As per plan caching mechanism was scheduled for week #3 but I swapped it with week #5 [[BR]]
     50   because gui is needed to define some caching parameters such a bbox that comes from an
     51   interactive map.
     52 * Moved SDI style of PlanetSasha to MDI. It used a tabbed way and takes too much time [[BR]]
     53   to load all tabs(actually modules) during startup. MDI seems neater for us.
     54 * Added a ossim app runner interface for planetsasha.
     55
     56''' What do you plan on doing next week? '''
     57
     58 * I will work on the netcdf parser in PlanetSasha. It will parse .nc file from geocatalog and save metadata.
     59 * Bounding box selection is now a simple image. Next week I plan to make it interactive as shown in geonetwork.
     60
     61''' Are you blocked on anything? '''
     62 * Nothing.