Changes between Version 2 and Version 3 of GSoC_2013/Reports
- Timestamp:
- 07/05/13 07:54:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC_2013/Reports
v2 v3 1 1 [[BR]] 2 === Week 1 Report===2 === Weekly Report 1 === 3 3 4 4 '''What did you get done this week?''' 5 5 * I refractored PlanetSasha code and make it more like an API 6 6 * 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 11 9 * Since these classes are handling Qt's QTabWidget & QDockWidget mainly, porting was easy. 12 10 * Slots has been moved in various places as the single file code style has been abandoned. … … 23 21 24 22 [[BR]] 25 === Week 2 Report===23 === Weekly Report 2 === 26 24 27 25 '''What did you get done this week?''' … … 41 39 '''Are you blocked on anything?''' 42 40 * 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.