Changes between Version 12 and Version 13 of GsocPyOssim


Ignore:
Timestamp:
Jun 26, 2011, 2:21:53 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v12 v13  
    9393 * Only one outstanding issue remains - that of libossimjni not being created in the build which is leading to all the problems. Working on that with Massimo and David Burken.
    9494
    95 '''Work to be done in Week 4'''
     95'''Work to be done in Week 5'''
    9696[[BR]]
    9797 * Study about Python distutils for future integration.
    9898 * Get access to svn repository so as to commit and update code directly to the repository here.
    9999 * Start working on the {{{oms.i}}} - the main Java-Swig interface of OSSIM, and begin working on Pythonizing it.
     100
     101[[BR]]
     102
     103=== Week 5 Report ===
     104'''Work Done'''
     105 * Read the Python-Distutils documentation and learnt about the Python package distribution mechanism.
     106 * Updated the [https://github.com/vipulraheja/ossim-svn GitHub project page] with the code (chiefly the local environment). The Python-version of ossimjni extension can be found [https://github.com/vipulraheja/ossim-svn/tree/master/src/ossimjni/python here].
     107
     108'''Problems Faced'''
     109[[BR]]
     110 * I did start coding the core PyOSSIM code based on the pre-existing Java-OSSIM Wrapper Interface {{oms}}, but after some discussions with the community, the work was stopped till my mentor Massimo was back (26 June) to give guidance and resolve. In the meantime, I devoted my time to studying about Python-Distutils and completed it.
     111 * Could not get svn access since Massimo is travelling. Should be available soon. 
     112
     113'''Work to be done in Week 6'''
     114[[BR]]
     115 * Get access to svn repository so as to commit and update code directly to the repository here.
     116 * Study about NumPy and PIL (Python Imaging Library) to learn the "Array passing functionality" with OSSIM and Python.
     117 * Resume coding the SWIG-Python Interface for OSSIM.