Changes between Version 18 and Version 19 of GsocPyOssim


Ignore:
Timestamp:
Jul 15, 2011, 11:08:27 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v18 v19  
    160160 * Begin work on the packaging of the PyOSSIM API in a Python module.
    161161 * Fill out the Midterm evaluation on Melange.
     162
     163
     164[[BR]]
     165
     166=== Week 8 Report ===
     167'''Work Done'''
     168[[BR]]
     169 * Filled in the Mid-Term Evaluation on Melange.
     170 * Coded additional swig-wrapper interface classes for the OSSIM {{{base}}} and {{{projection}}} modules. This completed the coding of some basic classes of the library.
     171 * Compiled and tested the {{{base}}} and {{{projection}}} interface wrappers coded earlier by importing the pyossim module from a Python console and calling different functions of respective classes. The porting has been giving smooth results, much like the earlier {{{init}}} and {{{imaging}}} modules.
     172 * Also, I coded some interface wrappers for {{{elevation}}} and {{{font}}} modules. Compilation and individual testing also done.
     173 * Code has been committed to [https://github.com/vipulraheja/ossim-svn/tree/master/src/pyossim/swig GitHub Page].
     174
     175'''Problems Faced'''
     176[[BR]]
     177 * No major blocking issues.
     178
     179'''Work to be done in Week 9'''
     180[[BR]]
     181 * Work on the packaging of the PyOSSIM API in a Python module, i.e. creating a single .so library out of all the compiled ones.
     182 * Work on creating a test-suite for easy usage of the wrapped library, as well as for the binding testing.