wiki:GSoC_2013/Reports

Version 2 (modified by rashadkm, 11 years ago) ( diff )

weekly reports #2


Week 1 Report

What did you get done this week?

  • I refractored PlanetSasha code and make it more like an API
  • Created UI classes for handling Qt's Gui widgets:

SashaMainWindow NavigationWindow MapWindow, GpsWindow, GraphWindow PanToolBox, RollToolBox, PitchToolBox

  • Since these classes are handling Qt's QTabWidget & QDockWidget mainly, porting was easy.
  • Slots has been moved in various places as the single file code style has been abandoned.
  • Started some code for generating python code at runtime based on PyOSSIM App.

What do you plan on doing next week?

  • I will finish PyOSSIM app generator next week ready to be tested.
  • Understand the code level differences when talking with geonetwork,geoportal and friends
  • Start coding of PlanetSasha module for fetch getCapabilites

Are you blocked on anything?

  • As of now nothing


Week 2 Report

What did you get done this week?

  • Code cleanup was the major work done this week.
  • ossim apps executed from PlanetSasha now uses pyossim.
  • To run an ossim application there must be a python wrapper on top of pyossim for the c++ app.
  • If no wrapper is found it will issue a warning and spawn a process.
  • I had also added an option to spawn seperate process for every ossim application.
  • Updating pyossim code to work with ossim trunk.

What do you plan on doing next week?

  • I will start implementing the fetch module for USGS Tredds/Geo-Portal services.
  • Extending preferences class for handling settings for fetch module such as caching.
  • Start with netcdf part if everything comes clean before thursday.

Are you blocked on anything?

  • Nothing. I couldn't implement fetch module this week which I can patch up with some extra hours before monday.
Note: See TracWiki for help on using the wiki.