| 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. |