Changes between Version 1 and Version 2 of GSoC_2013/Reports


Ignore:
Timestamp:
Jun 28, 2013, 7:06:29 AM (11 years ago)
Author:
rashadkm
Comment:

weekly reports #2

Legend:

Unmodified
Added
Removed
Modified
  • GSoC_2013/Reports

    v1 v2  
    2020'''Are you blocked on anything?'''
    2121 * As of now nothing
     22
     23
     24[[BR]]
     25=== Week 2 Report ===
     26
     27'''What did you get done this week?'''
     28 * Code cleanup was the major work done this week.
     29 * ossim apps executed from PlanetSasha now uses pyossim.
     30 * To run an ossim application there must be a python wrapper on top of pyossim for the c++ app.
     31 * If no wrapper is found it will issue a warning and spawn a process.
     32 * I had also added an option to spawn seperate process for every ossim application.
     33 * Updating pyossim code to work with ossim trunk.
     34
     35''' What do you plan on doing next week?'''
     36 * I will start implementing the fetch module for USGS Tredds/Geo-Portal services.
     37 * Extending preferences class for handling settings for fetch module such as caching.
     38 * Start with netcdf part if everything comes clean before thursday.
     39
     40
     41'''Are you blocked on anything?'''
     42 * Nothing. I couldn't implement fetch module this week which I can patch up with some extra hours before monday.